Home
last modified time | relevance | path

Searched refs:mon_thousands_sep (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/posix/
H A Dlocale.h19 char *mon_thousands_sep; member
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h66 char *mon_thousands_sep; /* Thousands separator. */ member
H A Dcategories.def146 DEFINE_ELEMENT (MON_THOUSANDS_SEP, "mon_thousands_sep", std, string)
/haiku/src/system/libroot/add-ons/icu/
H A DICUMonetaryData.cpp31 fLocaleConv.mon_thousands_sep = fThousandsSep; in ICUMonetaryData()
195 strcpy(fThousandsSep, fPosixLocaleConv->mon_thousands_sep); in SetToPosix()
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c536 thousands_sep = *lc->mon_thousands_sep; in __format_grouped_double()
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp163 if (strcmp(lc->mon_thousands_sep, localeConv->mon_thousands_sep) != 0) { in test_localeconv()
166 lc->mon_thousands_sep, localeConv->mon_thousands_sep); in test_localeconv()