Home
last modified time | relevance | path

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

12

/third_party/musl/porting/uniproton/kernel/include/
Dlocale.h20 #define LC_MONETARY 4 macro
70 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/porting/liteos_m/kernel/include/
Dlocale.h20 #define LC_MONETARY 4 macro
70 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/include/
Dlocale.h22 #define LC_MONETARY 4 macro
72 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/porting/liteos_a/kernel/include/
Dlocale.h22 #define LC_MONETARY 4 macro
72 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/ndk_musl_include/
Dlocale.h20 #define LC_MONETARY 4 macro
74 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/porting/linux/user/include/
Dlocale.h22 #define LC_MONETARY 4 macro
76 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/libc-test/src/functionalext/locale/
Dlanginfo.c179 char *ptr = nl_langinfo(THOUSEP * LC_MONETARY); in nl_langinfo_0800()
196 char *ptr = nl_langinfo(RADIXCHAR * LC_MONETARY); in nl_langinfo_0900()
/third_party/libexif/test/nls/
Dcheck-codeset.in6 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
/third_party/musl/porting/uniproton/kernel/src/locale/
Dlanginfo.c50 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/src/locale/
Dlanginfo.c50 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/porting/liteos_a/kernel/src/locale/
Dlanginfo.c50 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/porting/liteos_m/kernel/src/locale/
Dlanginfo.c50 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/porting/linux/user/src/locale/
Dlanginfo.c72 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/libc-test/src/api/
Dlocale.c42 C(LC_MONETARY) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt92 LC_MONETARY
Dopenbsd.txt457 LC_MONETARY
Dfuchsia.txt400 LC_MONETARY
Dnetbsd.txt597 LC_MONETARY
Ddragonfly.txt571 LC_MONETARY
/third_party/python/Modules/
D_localemodule.c181 loc = setlocale(LC_MONETARY, NULL); in locale_decode_monetary()
834 ADD_INT(module, LC_MONETARY); in _locale_exec()
/third_party/python/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
405 Formats a number *val* according to the current :const:`LC_MONETARY` settings.
470 .. data:: LC_MONETARY
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs160 pub const LC_MONETARY: ::c_int = 2; constant
/third_party/python/Lib/
Dlocale.py58 LC_MONETARY = 4 variable
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs565 pub const LC_MONETARY: ::c_int = 4; constant
579 pub const LC_MONETARY: ::c_int = 4; constant
589 pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;
/third_party/python/Lib/test/
Dtest_locale.py550 locale.setlocale(locale.LC_MONETARY)

12