Searched refs:decimal_point (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/posix/
H A Dlocale.h13 char *decimal_point; member in struct:lconv
/haiku/src/system/libroot/add-ons/icu/
H A DICUNumericData.cpp28 fLocaleConv.decimal_point = fDecimalPoint;
104 strcpy(fDecimalPoint, fDataBridge->posixLocaleConv->decimal_point);
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h50 char *decimal_point; /* Decimal point character. */ member in struct:lconv
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c527 char decimal_point; local
533 decimal_point = *lc->mon_decimal_point;
534 if (decimal_point == '\0')
535 decimal_point = *lc->decimal_point;
584 *--bufend = decimal_point;
615 padded--; /* decrease assumed $decimal_point */
H A Dstrtod.c1134 char decimal_point = localeconv()->decimal_point[0]; local
1169 if ((char)c == decimal_point) {
/haiku/src/system/libroot/posix/locale/
H A DLocaleData.cpp315 gPosixLocaleConv.decimal_point,
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp129 if (strcmp(lc->decimal_point, localeConv->decimal_point) != 0) {
130 printf("\tPROBLEM: lc.decimal_point = \"%s\" (expected \"%s\")\n",
131 lc->decimal_point, localeConv->decimal_point);

Completed in 100 milliseconds