Home
last modified time | relevance | path

Searched refs:LC_MONETARY (Results 1 – 11 of 11) sorted by relevance

/haiku/headers/posix/
H A Dlocale.h42 #define LC_MONETARY 3 macro
54 #define LC_MONETARY_MASK (1 << (LC_MONETARY - 1))
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlc-monetary.c22 _NL_CURRENT_DEFINE (LC_MONETARY);
H A Dxlocale.c43 [LC_MONETARY] = &_nl_C_LC_MONETARY,
H A Dlocale.h40 #define LC_MONETARY __LC_MONETARY macro
H A Dcategories.def141 LC_MONETARY, "LC_MONETARY",
/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp113 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 Dprintf_fp.c265 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 Dprintf_fphex.c242 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 Dprofile78 export LC_MONETARY=$LC_NUMERIC
/haiku/data/system/boot/
H A DSetupEnvironment45 export LC_MONETARY=$LC_NUMERIC
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp120 setlocale(LC_MONETARY, locale); in test_localeconv()