Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c234 static const char* __ConvertName(const char* lname, LOCALECONV* ConvTable, int TableSize);
1369 const char* __ConvertName(const char* lname, LOCALECONV* ConvTable, int TableSize) { in __ConvertName() argument
1379 if ((cmp = lstrcmpiA(lname, (*(ConvTable + i)).name)) == 0) in __ConvertName()
1380 return (*(ConvTable + i)).abbrev; in __ConvertName()