Searched refs:LC_MONETARY (Results 1 – 11 of 11) sorted by relevance
/haiku/headers/posix/ |
H A D | locale.h | 42 #define LC_MONETARY 3 macro 54 #define LC_MONETARY_MASK (1 << (LC_MONETARY - 1))
|
/haiku/src/system/libroot/posix/glibc/locale/ |
H A D | lc-monetary.c | 22 _NL_CURRENT_DEFINE (LC_MONETARY);
|
H A D | xlocale.c | 43 [LC_MONETARY] = &_nl_C_LC_MONETARY,
|
H A D | locale.h | 40 #define LC_MONETARY __LC_MONETARY macro
|
H A D | categories.def | 141 LC_MONETARY, "LC_MONETARY",
|
/haiku/src/system/libroot/add-ons/icu/ |
H A D | ICULocaleBackend.cpp | 113 case LC_MONETARY: in SetLocale() 403 case LC_MONETARY: in _QueryLocale() 441 case LC_MONETARY: in _SetPosixLocale()
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | printf_fp.c | 265 decimal = _NL_CURRENT (LC_MONETARY, MON_DECIMAL_POINT); in __printf_fp() 268 decimalwc = _NL_CURRENT_WORD (LC_MONETARY, in __printf_fp() 283 grouping = _NL_CURRENT (LC_MONETARY, MON_GROUPING); in __printf_fp() 297 _NL_CURRENT_WORD (LC_MONETARY, in __printf_fp() 305 thousands_sep = _NL_CURRENT (LC_MONETARY, MON_THOUSANDS_SEP); in __printf_fp()
|
H A D | printf_fphex.c | 242 decimal = _NL_CURRENT (LC_MONETARY, MON_DECIMAL_POINT); in __printf_fphex() 243 decimalwc = _NL_CURRENT_WORD (LC_MONETARY, in __printf_fphex()
|
/haiku/data/etc/ |
H A D | profile | 78 export LC_MONETARY=$LC_NUMERIC
|
/haiku/data/system/boot/ |
H A D | SetupEnvironment | 45 export LC_MONETARY=$LC_NUMERIC
|
/haiku/src/tests/system/libroot/posix/ |
H A D | locale_test.cpp | 120 setlocale(LC_MONETARY, locale); in test_localeconv()
|