Home
last modified time | relevance | path

Searched refs:LC_COLLATE_MASK (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h25 #define LC_COLLATE_MASK 1 macro
31 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | \
55 if (category_mask & LC_COLLATE_MASK) in newlocale()
/external/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h35 #define LC_COLLATE_MASK (1 << LC_COLLATE) macro
41 #define LC_ALL_MASK (LC_COLLATE_MASK|\
/external/libcxx/include/support/win32/
Dlocale_win32.h19 #define LC_COLLATE_MASK _M_COLLATE macro
25 #define LC_ALL_MASK ( LC_COLLATE_MASK \
/external/libcxx/include/
D__locale116 collate = LC_COLLATE_MASK,