Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c432 *signstr = (lc->negative_sign[0] == '\0') ? "-" : lc->negative_sign; in __setup_vars()
442 *signstr = (lc->negative_sign[0] == '\0') ? "-" : lc->negative_sign; in __setup_vars()
/haiku/headers/posix/
H A Dlocale.h22 char *negative_sign; member
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h69 char *negative_sign; /* Sign for negative values. */ member
H A Dcategories.def149 DEFINE_ELEMENT (NEGATIVE_SIGN, "negative_sign", std, string)
/haiku/src/system/libroot/add-ons/icu/
H A DICUMonetaryData.cpp34 fLocaleConv.negative_sign = fNegativeSign; in ICUMonetaryData()
200 strcpy(fNegativeSign, fPosixLocaleConv->negative_sign); in SetToPosix()
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp182 if (strcmp(lc->negative_sign, localeConv->negative_sign) != 0) { in test_localeconv()
184 lc->negative_sign, localeConv->negative_sign); in test_localeconv()