Searched refs:LC_COLLATE_MASK (Results 1 - 6 of 6) sorted by path

/netbsd-current/include/
H A Dlocale.h98 #define LC_COLLATE_MASK ((int)(1 << LC_COLLATE)) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlocale_mgmt_aix.h24 #define LC_COLLATE_MASK 1 macro
30 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | \
54 if (category_mask & LC_COLLATE_MASK)
H A Dlocale_mgmt_zos.h25 #define LC_COLLATE_MASK _CATMASK(LC_COLLATE) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h37 #define LC_COLLATE_MASK _M_COLLATE macro
43 #define LC_ALL_MASK ( LC_COLLATE_MASK \
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__nop_locale_mgmt.h34 #define LC_COLLATE_MASK (1 << LC_COLLATE) macro
40 #define LC_ALL_MASK (LC_COLLATE_MASK|\
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp49 if (category_mask & LC_COLLATE_MASK)
78 (newloc->category_mask & LC_COLLATE_MASK &&

Completed in 285 milliseconds