Searched refs:mon_thousands_sep (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/posix/
H A Dlocale.h19 char *mon_thousands_sep; member in struct:lconv
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h66 char *mon_thousands_sep; /* Thousands separator. */ member in struct:lconv
/haiku/src/system/libroot/add-ons/icu/
H A DICUMonetaryData.cpp31 fLocaleConv.mon_thousands_sep = fThousandsSep;
195 strcpy(fThousandsSep, fPosixLocaleConv->mon_thousands_sep);
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c536 thousands_sep = *lc->mon_thousands_sep;
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp163 if (strcmp(lc->mon_thousands_sep, localeConv->mon_thousands_sep) != 0) {
164 printf("\tPROBLEM: lc.mon_thousands_sep = \"%s\" "
166 lc->mon_thousands_sep, localeConv->mon_thousands_sep);

Completed in 56 milliseconds