Searched defs:LC_CTYPE_MASK (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
H A Dxlocale.h25 #define LC_CTYPE_MASK (1<<1) macro
30 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | \
/ndk/sources/android/support/include/
H A Dlocale.h65 #define LC_CTYPE_MASK (1 << LC_CTYPE) macro
79 #define LC_ALL_MASK (LC_CTYPE_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dlocale_win32.h23 #define LC_CTYPE_MASK _M_CTYPE macro
29 | LC_CTYPE_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
H A Dxlocale.h26 #define LC_CTYPE_MASK 2 macro
31 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | \
57 if (category_mask & LC_CTYPE_MASK)

Completed in 27 milliseconds