Searched refs:ConvTable (Results 1 – 1 of 1) sorted by relevance
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() argument1379 if ((cmp = lstrcmpiA(lname, (*(ConvTable + i)).name)) == 0) in __ConvertName()1380 return (*(ConvTable + i)).abbrev; in __ConvertName()