Searched refs:CountryEntry (Results 1 – 1 of 1) sorted by relevance
60 struct CountryEntry struct84 static const CountryEntry pTable[] =256 const CountryEntry * const pEnd = pTable + sizeof( pTable ) / sizeof( pTable[ 0 ] );268 inline bool operator()( const CountryEntry& rCmp ) const in operator ()()285 inline bool operator()( const CountryEntry& rCmp ) const;288 inline bool CountryEntryPred_Language::operator()( const CountryEntry& rCmp ) const in operator ()()308 const CountryEntry* pEntry = pTable; in ConvertLanguageToCountry()329 const CountryEntry* pEntry = std::find_if( pTable, pEnd, CountryEntryPred_Country( eCountry ) ); in ConvertCountryToLanguage()
Completed in 13 milliseconds