Home
last modified time | relevance | path

Searched refs:LC_MESSAGES (Results 1 - 25 of 49) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/include/
H A Dlocale.h21 #define LC_MESSAGES 5 macro
71 #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
/third_party/musl/porting/uniproton/kernel/include/
H A Dlocale.h21 #define LC_MESSAGES 5 macro
71 #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlocale.h23 #define LC_MESSAGES 5 macro
73 #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
/third_party/musl/porting/linux/user/include/
H A Dlocale.h38 #define LC_MESSAGES 5 macro
92 #define LC_MESSAGES_MASK (1<<LC_MESSAGES)
/third_party/musl/include/
H A Dlocale.h23 #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.c18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
H A Dlanginfo.c54 case LC_MESSAGES: in __nl_langinfo_l()
/third_party/musl/porting/liteos_a/kernel/src/locale/
H A D__lctrans.c18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
H A Dlanginfo.c54 case LC_MESSAGES: in __nl_langinfo_l()
/third_party/musl/src/locale/
H A D__lctrans.c18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
H A Dlanginfo.c57 case LC_MESSAGES: in __nl_langinfo_l()
H A Dcatopen.c41 lang = oflag ? nl_langinfo(_NL_LOCALE_NAME(LC_MESSAGES)) : getenv("LANG"); in catopen()
H A Ddcngettext.c103 "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.c18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
H A Dlanginfo.c54 case LC_MESSAGES: in __nl_langinfo_l()
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dfunctionalext_dcgettext.c22 #define CATEGORY LC_MESSAGES
28 * The remote path should be "${test_src_dir}/zh_CN/LC_MESSAGES/test_dcngettext.mo"
H A Dlanginfo_sup.c82 * @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 Ddcngettext.c27 * 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 Dlanginfo.c83 * @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 Dlanginfo.c78 case LC_MESSAGES: in __nl_langinfo_l()
H A Ddcngettext.c127 "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 Dstrerror.c39 return (char *)LCTRANS(s, LC_MESSAGES, loc); in __strerror_l()
/third_party/libexif/test/nls/
H A Dtest-nls.c53 const char *actual_locale = setlocale(LC_MESSAGES, locale); in main()
/third_party/musl/libc-test/src/api/
H A Dlocale.c40 C(LC_MESSAGES) in f()
/third_party/python/Modules/
H A D_localemodule.c836 #ifdef LC_MESSAGES in _locale_exec()
837 ADD_INT(module, LC_MESSAGES); in _locale_exec()
838 #endif /* LC_MESSAGES */ in _locale_exec()

Completed in 8 milliseconds

12