Searched refs:LC_ALL_MASK (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__nop_locale_mgmt.h40 #define LC_ALL_MASK (LC_COLLATE_MASK|\ macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlocale_mgmt_zos.h31 #define LC_ALL_MASK (_CATMASK(_NCAT) - 1) macro
H A Dlocale_mgmt_aix.h30 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | \ macro
H A Dxlocale.h234 __cloc = newlocale(LC_ALL_MASK, "C", /* base */ (locale_t)0);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dgettext-6-prg.c77 uselocale (newlocale (LC_ALL_MASK, "de_DE", NULL));
109 uselocale (newlocale (LC_ALL_MASK, "fr_FR", NULL));
H A Dgettext-7-prg.c77 uselocale (newlocale (LC_ALL_MASK, "de_DE.ISO-8859-1", NULL));
111 uselocale (newlocale (LC_ALL_MASK, "de_DE.UTF-8", NULL));
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp22 if (category_mask == LC_ALL_MASK && setlocale(LC_ALL, locale) == NULL) {
39 if (category_mask != LC_ALL_MASK) {
131 previous_loc->category_mask = LC_ALL_MASK;
/netbsd-current/include/
H A Dlocale.h97 #define LC_ALL_MASK ((int)~0) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Diostream.cpp88 auto loc = newlocale(LC_ALL_MASK, "C", 0);
H A Dlocale.cpp50 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {}
72 static locale_t result = newlocale(LC_ALL_MASK, "C", 0);
691 __l(newlocale(LC_ALL_MASK, n, 0))
700 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
739 __l(newlocale(LC_ALL_MASK, n, 0))
748 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
1207 __l(newlocale(LC_ALL_MASK, name, 0))
1216 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
1260 __l(newlocale(LC_ALL_MASK, name, 0))
1269 __l(newlocale(LC_ALL_MASK, nam
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.cc132 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.cc132 __cloc = (__c_locale)newlocale(LC_ALL_MASK, __s, (locale_t)__old);
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h43 #define LC_ALL_MASK ( LC_COLLATE_MASK \ macro
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc335 if (locale_t loc = ::newlocale(LC_ALL_MASK, "C", (locale_t)0)) [[likely]]

Completed in 157 milliseconds