Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dcountryid.cxx60 struct CountryEntry struct
84 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 12 milliseconds