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

/external/stlport/src/c_locale_win32/
H A 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) { argument
1379 if ((cmp = lstrcmpiA(lname, (*(ConvTable + i)).name)) == 0)
1380 return (*(ConvTable + i)).abbrev;

Completed in 59 milliseconds