Home
last modified time | relevance | path

Searched refs:LC_MONETARY (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/src/locale/
H A Dlocaleconv.c117 (libc.global_locale.cat[LC_MONETARY] && libc.global_locale.cat[LC_MONETARY]->flag == ICU_VALID)) { in localeconv()
148 if (libc.global_locale.cat[LC_MONETARY]) { in localeconv()
150 get_valid_icu_locale_name(libc.global_locale.cat[LC_MONETARY]->name, icu_locale_name_mon, in localeconv()
H A Dlanginfo.c53 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlocale.h20 #define LC_MONETARY 4 macro
70 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/porting/uniproton/kernel/include/
H A Dlocale.h20 #define LC_MONETARY 4 macro
70 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlocale.h22 #define LC_MONETARY 4 macro
72 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/porting/linux/user/include/
H A Dlocale.h37 #define LC_MONETARY 4 macro
91 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/include/
H A Dlocale.h22 #define LC_MONETARY 4 macro
82 #define LC_MONETARY_MASK (1<<LC_MONETARY)
/third_party/musl/libc-test/src/functionalext/locale/
H A Dlanginfo.c157 * when the function nl_langinfo passes in the THOUSEP * LC_MONETARY parameter
167 char *ptr = nl_langinfo(THOUSEP * LC_MONETARY); in nl_langinfo_0800()
174 * when the function nl_langinfo passes in the RADIXCHAR * LC_MONETARY parameter
184 char *ptr = nl_langinfo(RADIXCHAR * LC_MONETARY); in nl_langinfo_0900()
H A Dlocaleconv.c154 setlocale(LC_MONETARY, "zh_CN.UTF-8"); in localeconv_0400()
/third_party/musl/porting/uniproton/kernel/src/locale/
H A Dlanginfo.c50 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/porting/linux/user/src/locale/
H A Dlanginfo.c72 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/porting/liteos_a/kernel/src/locale/
H A Dlanginfo.c50 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/porting/liteos_m/kernel/src/locale/
H A Dlanginfo.c50 case LC_MONETARY: in __nl_langinfo_l()
/third_party/musl/libc-test/src/api/
H A Dlocale.c42 C(LC_MONETARY) in f()
/third_party/python/Modules/
H A D_localemodule.c181 loc = setlocale(LC_MONETARY, NULL); in locale_decode_monetary()
188 to the LC_MONETARY locale if the two locales are different and in locale_decode_monetary()
289 /* Monetary information: LC_MONETARY encoding */ in _locale_localeconv_impl()
834 ADD_INT(module, LC_MONETARY); in _locale_exec()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs160 pub const LC_MONETARY: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs565 pub const LC_MONETARY: ::c_int = 4; consts
579 pub const LC_MONETARY: ::c_int = 4; consts
589 pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;
/third_party/python/Lib/
H A Dlocale.py30 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY",
58 LC_MONETARY = 4
/third_party/python/Lib/test/
H A Dtest_locale.py567 locale.setlocale(locale.LC_MONETARY)
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs154 pub const LC_MONETARY: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs251 pub const LC_MONETARY: ::c_int = 3; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs225 pub const LC_MONETARY: c_int = 3; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1118 pub const LC_MONETARY: ::c_int = 4; consts
1125 pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1664 pub const LC_MONETARY_MASK: ::c_int = 1 << ::LC_MONETARY;
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1518 pub const LC_MONETARY: ::c_int = 4; consts
1525 pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;

Completed in 58 milliseconds

12