Searched refs:LC_ALL_MASK (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/include/support/newlib/ |
D | xlocale.h | 47 #define LC_ALL_MASK (LC_COLLATE_MASK|\ macro
|
/external/libcxx/src/ |
D | locale.cpp | 53 static locale_t result = newlocale(LC_ALL_MASK, "C", 0); in __cloc() 659 __l(newlocale(LC_ALL_MASK, n, 0)) in collate_byname() 670 __l(newlocale(LC_ALL_MASK, name.c_str(), 0)) in collate_byname() 711 __l(newlocale(LC_ALL_MASK, n, 0)) in collate_byname() 722 __l(newlocale(LC_ALL_MASK, name.c_str(), 0)) in collate_byname() 1181 __l(newlocale(LC_ALL_MASK, name, 0)) in ctype_byname() 1192 __l(newlocale(LC_ALL_MASK, name.c_str(), 0)) in ctype_byname() 1238 __l(newlocale(LC_ALL_MASK, name, 0)) in ctype_byname() 1249 __l(newlocale(LC_ALL_MASK, name.c_str(), 0)) in ctype_byname() 1529 __l(newlocale(LC_ALL_MASK, nm, 0)) in codecvt() [all …]
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 28 #define LC_ALL_MASK ( LC_COLLATE_MASK \ macro
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 31 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | \ macro
|