Searched refs:pEngEntry (Results 1 – 1 of 1) sorted by relevance
897 const IsoLangEngEntry* pEngEntry = aImplIsoLangEngEntries; in convertIsoNamesToLanguage() local900 if ( aUpperCountry.equalsAscii( pEngEntry->maCountry ) ) in convertIsoNamesToLanguage()901 return pEngEntry->mnLang; in convertIsoNamesToLanguage()902 ++pEngEntry; in convertIsoNamesToLanguage()904 while ( pEngEntry->mnLang != LANGUAGE_DONTKNOW ); in convertIsoNamesToLanguage()
Completed in 11 milliseconds