/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | locale.h | 21 #define LC_MESSAGES 5 macro 71 #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | locale.h | 21 #define LC_MESSAGES 5 macro 71 #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | locale.h | 23 #define LC_MESSAGES 5 macro 73 #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
|
/third_party/musl/porting/linux/user/include/ |
H A D | locale.h | 38 #define LC_MESSAGES 5 macro 92 #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
|
/third_party/musl/include/ |
H A D | locale.h | 23 #define LC_MESSAGES 5 macro 83 #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
|
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
H A D | __lctrans.c | 18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
|
H A D | langinfo.c | 54 case LC_MESSAGES: in __nl_langinfo_l()
|
/third_party/musl/porting/liteos_a/kernel/src/locale/ |
H A D | __lctrans.c | 18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
|
H A D | langinfo.c | 54 case LC_MESSAGES: in __nl_langinfo_l()
|
/third_party/musl/src/locale/ |
H A D | __lctrans.c | 18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
|
H A D | langinfo.c | 57 case LC_MESSAGES: in __nl_langinfo_l()
|
H A D | catopen.c | 41 lang = oflag ? nl_langinfo(_NL_LOCALE_NAME(LC_MESSAGES)) : getenv("LANG"); in catopen()
|
H A D | dcngettext.c | 103 "LC_MESSAGES", 120 "LC_MESSAGES", 296 return dcngettext(domainname, msgid1, msgid2, n, LC_MESSAGES); in dngettext() 301 return dcngettext(domainname, msgid, 0, 1, LC_MESSAGES); in dgettext()
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
H A D | __lctrans.c | 18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
|
H A D | langinfo.c | 54 case LC_MESSAGES: in __nl_langinfo_l()
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | functionalext_dcgettext.c | 22 #define CATEGORY LC_MESSAGES 28 * The remote path should be "${test_src_dir}/zh_CN/LC_MESSAGES/test_dcngettext.mo"
|
H A D | langinfo_sup.c | 82 * @tc.desc : Assert whether the data type of LC_MESSAGES is set to zh_CN.UTF-8 through setlocale, and whether 88 setlocale(LC_MESSAGES, "zh_CN.UTF-8"); in nl_langinfo_0400()
|
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | dcngettext.c | 27 * The remote path should be "${test_src_dir}/zh_CN/LC_MESSAGES/test_dcngettext.mo" 36 char *result = dcngettext(PACKAGE, msgid, 0, 1, LC_MESSAGES); in dcngettext_0100()
|
H A D | langinfo.c | 83 * @tc.desc : Assert whether the data type of LC_MESSAGES is set to zh_CN.UTF-8 through setlocale, 90 setlocale(LC_MESSAGES, "zh_CN.UTF-8"); in nl_langinfo_0400()
|
/third_party/musl/porting/linux/user/src/locale/ |
H A D | langinfo.c | 78 case LC_MESSAGES: in __nl_langinfo_l()
|
H A D | dcngettext.c | 127 "LC_MESSAGES", 342 return dcngettext(domainname, msgid1, msgid2, n, LC_MESSAGES); in dngettext() 347 return dcngettext(domainname, msgid, 0, 1, LC_MESSAGES); in dgettext()
|
/third_party/musl/src/errno/ |
H A D | strerror.c | 39 return (char *)LCTRANS(s, LC_MESSAGES, loc); in __strerror_l()
|
/third_party/libexif/test/nls/ |
H A D | test-nls.c | 53 const char *actual_locale = setlocale(LC_MESSAGES, locale); in main()
|
/third_party/musl/libc-test/src/api/ |
H A D | locale.c | 40 C(LC_MESSAGES) in f()
|
/third_party/python/Modules/ |
H A D | _localemodule.c | 836 #ifdef LC_MESSAGES in _locale_exec() 837 ADD_INT(module, LC_MESSAGES); in _locale_exec() 838 #endif /* LC_MESSAGES */ in _locale_exec()
|