Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/depr/depr.c.headers/
Dlocale_h.pass.cpp27 #ifndef LC_MONETARY
28 #error LC_MONETARY not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dlocale_h.pass.cpp30 #ifndef LC_MONETARY
31 #error LC_MONETARY not defined
/external/llvm-project/libcxx/test/std/localization/c.locales/
Dclocale.pass.cpp30 #ifndef LC_MONETARY
31 #error LC_MONETARY not defined
/external/libcxx/test/std/localization/c.locales/
Dclocale.pass.cpp29 #ifndef LC_MONETARY
30 #error LC_MONETARY not defined
/external/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h38 #define LC_MONETARY_MASK (1 << LC_MONETARY)
/external/llvm-project/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h37 #define LC_MONETARY_MASK (1 << LC_MONETARY)
/external/e2fsprogs/lib/ss/
Dmk_cmds.sh.in11 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
/external/libcxx/include/
Dclocale22 LC_MONETARY
/external/llvm-project/libcxx/include/
Dclocale21 LC_MONETARY
/external/e2fsprogs/lib/et/
Dcompile_et.sh.in20 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
/external/e2fsprogs/tests/
Dtest_config5 …C_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUME…
/external/python/cpython3/Modules/
D_localemodule.c170 loc = setlocale(LC_MONETARY, NULL); in locale_decode_monetary()
763 ADD_INT(module, LC_MONETARY); in _locale_exec()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs144 pub const LC_MONETARY: ::c_int = 2; constant
/external/e2fsprogs/intl/
Ddcigettext.c1087 #ifdef LC_MONETARY in category_to_name()
1088 case LC_MONETARY: in category_to_name()
/external/python/cpython3/Doc/library/
Dlocale.rst82 | :const:`LC_MONETARY` | ``'int_curr_symbol'`` | International currency symbol. |
151 locale or the ``LC_MONETARY`` locale if locales are different and numeric or
401 Formats a number *val* according to the current :const:`LC_MONETARY` settings.
458 .. data:: LC_MONETARY
/external/lua/src/
Dloslib.c383 static const int cat[] = {LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, in os_setlocale()
/external/python/cpython2/Doc/library/
Dlocale.rst82 | :const:`LC_MONETARY` | ``'int_curr_symbol'`` | International currency symbol. |
393 Formats a number *val* according to the current :const:`LC_MONETARY` settings.
444 .. data:: LC_MONETARY
/external/python/cpython2/Lib/
Dlocale.py56 LC_MONETARY = 4 variable
/external/python/cpython3/Lib/
Dlocale.py58 LC_MONETARY = 4 variable
/external/python/cpython2/Lib/test/
Dtest_locale.py464 locale.setlocale(locale.LC_MONETARY)
/external/python/cpython2/Modules/
D_localemodule.c717 x = PyInt_FromLong(LC_MONETARY); in init_locale()
/external/python/cpython3/Lib/test/
Dtest_locale.py548 locale.setlocale(locale.LC_MONETARY)
/external/rust/crates/libc/src/windows/
Dmod.rs141 pub const LC_MONETARY: ::c_int = 3; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs555 pub const LC_MONETARY: ::c_int = 4; constant
565 pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs242 pub const LC_MONETARY: ::c_int = 3; constant

12