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

/haiku/headers/posix/
H A Dlocale.h18 char *mon_decimal_point; member in struct:lconv
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h65 char *mon_decimal_point; /* Decimal point character. */ member in struct:lconv
/haiku/src/system/libroot/add-ons/icu/
H A DICUMonetaryData.cpp30 fLocaleConv.mon_decimal_point = fDecimalPoint;
194 strcpy(fDecimalPoint, fPosixLocaleConv->mon_decimal_point);
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c533 decimal_point = *lc->mon_decimal_point;
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp157 if (strcmp(lc->mon_decimal_point, localeConv->mon_decimal_point) != 0) {
158 printf("\tPROBLEM: lc.mon_decimal_point = \"%s\" "
160 lc->mon_decimal_point, localeConv->mon_decimal_point);

Completed in 44 milliseconds