Searched refs:pEngEntry (Results 1 – 1 of 1) sorted by relevance
895 const IsoLangEngEntry* pEngEntry = aImplIsoLangEngEntries; in convertIsoNamesToLanguage() local898 if ( aUpperCountry.equalsAscii( pEngEntry->maCountry ) ) in convertIsoNamesToLanguage()899 return pEngEntry->mnLang; in convertIsoNamesToLanguage()900 ++pEngEntry; in convertIsoNamesToLanguage()902 while ( pEngEntry->mnLang != LANGUAGE_DONTKNOW ); in convertIsoNamesToLanguage()
Completed in 19 milliseconds