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

/haiku/headers/posix/
H A Dlocale.h21 char *positive_sign; member in struct:lconv
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h68 char *positive_sign; /* Sign for positive values. */ member in struct:lconv
/haiku/src/system/libroot/add-ons/icu/
H A DICUMonetaryData.cpp33 fLocaleConv.positive_sign = fPositiveSign;
199 strcpy(fPositiveSign, fPosixLocaleConv->positive_sign);
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c437 *signstr = lc->positive_sign;
447 *signstr = lc->positive_sign;
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp177 if (strcmp(lc->positive_sign, localeConv->positive_sign) != 0) {
178 printf("\tPROBLEM: lc.positive_sign = \"%s\" (expected \"%s\")\n",
179 lc->positive_sign, localeConv->positive_sign);

Completed in 50 milliseconds