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 | 52 static locale_t result = newlocale(LC_ALL_MASK, "C", 0); in __cloc() 656 __l(newlocale(LC_ALL_MASK, n, 0)) in collate_byname() 667 __l(newlocale(LC_ALL_MASK, name.c_str(), 0)) in collate_byname() 708 __l(newlocale(LC_ALL_MASK, n, 0)) in collate_byname() 719 __l(newlocale(LC_ALL_MASK, name.c_str(), 0)) in collate_byname() 1178 __l(newlocale(LC_ALL_MASK, name, 0)) in ctype_byname() 1189 __l(newlocale(LC_ALL_MASK, name.c_str(), 0)) in ctype_byname() 1235 __l(newlocale(LC_ALL_MASK, name, 0)) in ctype_byname() 1246 __l(newlocale(LC_ALL_MASK, name.c_str(), 0)) in ctype_byname() 1516 __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
|