Searched refs:LC_CTYPE_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.h35 #define LC_CTYPE_MASK (1 << LC_CTYPE) macro
41 LC_CTYPE_MASK|\
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlocale_mgmt_aix.h25 #define LC_CTYPE_MASK 2 macro
30 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | \
56 if (category_mask & LC_CTYPE_MASK)
H A Dlocale_mgmt_zos.h26 #define LC_CTYPE_MASK _CATMASK(LC_CTYPE) macro
/netbsd-current/include/
H A Dlocale.h99 #define LC_CTYPE_MASK ((int)(1 << LC_CTYPE)) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp51 if (category_mask & LC_CTYPE_MASK)
80 (newloc->category_mask & LC_CTYPE_MASK &&
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.cc159 __c_locale __changed = (__c_locale)newlocale(LC_CTYPE_MASK, __s,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.cc159 __c_locale __changed = (__c_locale)newlocale(LC_CTYPE_MASK, __s,
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h38 #define LC_CTYPE_MASK _M_CTYPE macro
44 | LC_CTYPE_MASK \
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dc_locale.cc163 __c_locale __changed = __newlocale(LC_CTYPE_MASK, __s, __dup);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dc_locale.cc163 __c_locale __changed = __newlocale(LC_CTYPE_MASK, __s, __dup);
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Derror.c261 locale_t myloc = newlocale (LC_CTYPE_MASK | LC_MESSAGES_MASK, "",
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Derror.c230 locale_t myloc = newlocale (LC_CTYPE_MASK | LC_MESSAGES_MASK, "",
/netbsd-current/external/bsd/file/dist/src/
H A Dreadcdf.c124 c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);
H A Dapprentice.c593 ms->c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);

Completed in 142 milliseconds