Searched refs:LOCALECONV (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 57 } LOCALECONV; typedef 84 static LOCALECONV __rg_language[] = { 153 static LOCALECONV __rg_country[] = { 234 static const char* __ConvertName(const char* lname, LOCALECONV* ConvTable, int TableSize); 1369 const char* __ConvertName(const char* lname, LOCALECONV* ConvTable, int TableSize) { in __ConvertName() 1560 …etLCID(__ConvertName(lang, __rg_language, sizeof(__rg_language) / sizeof(LOCALECONV)), NULL, lcid); in __GetLCIDFromName() 1571 … result = __GetLCID(__ConvertName(lang, __rg_language, sizeof(__rg_language) / sizeof(LOCALECONV)), in __GetLCIDFromName() 1572 … __ConvertName(ctry, __rg_country, sizeof(__rg_country) / sizeof(LOCALECONV)), in __GetLCIDFromName()
|