Home
last modified time | relevance | path

Searched refs:localeConv (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp118 test_localeconv(const char* locale, const lconv* localeConv) in test_localeconv() argument
129 if (strcmp(lc->decimal_point, localeConv->decimal_point) != 0) { in test_localeconv()
131 lc->decimal_point, localeConv->decimal_point); in test_localeconv()
134 if (strcmp(lc->thousands_sep, localeConv->thousands_sep) != 0) { in test_localeconv()
136 lc->thousands_sep, localeConv->thousands_sep); in test_localeconv()
139 if (strcmp(lc->grouping, localeConv->grouping) != 0) { in test_localeconv()
142 dumpGrouping(localeConv->grouping, expectedGrouping); in test_localeconv()
147 if (strcmp(lc->int_curr_symbol, localeConv->int_curr_symbol) != 0) { in test_localeconv()
149 lc->int_curr_symbol, localeConv->int_curr_symbol); in test_localeconv()
152 if (strcmp(lc->currency_symbol, localeConv->currency_symbol) != 0) { in test_localeconv()
[all …]
/haiku/src/system/libroot/add-ons/icu/
H A DICUNumericData.cpp22 ICUNumericData::ICUNumericData(pthread_key_t tlsKey, struct lconv& localeConv) in ICUNumericData() argument
25 fLocaleConv(localeConv), in ICUNumericData()
H A DICUMonetaryData.cpp22 ICUMonetaryData::ICUMonetaryData(pthread_key_t tlsKey, struct lconv& localeConv) in ICUMonetaryData() argument
25 fLocaleConv(localeConv), in ICUMonetaryData()
/haiku/headers/private/libroot/locale/
H A DICUNumericData.h22 struct lconv& localeConv);
H A DICUMonetaryData.h30 struct lconv& localeConv);