Searched refs:pEngEntry (Results 1 – 1 of 1) sorted by relevance
896 const IsoLangEngEntry* pEngEntry = aImplIsoLangEngEntries; in convertIsoNamesToLanguage() local899 if ( aUpperCountry.equalsAscii( pEngEntry->maCountry ) ) in convertIsoNamesToLanguage()900 return pEngEntry->mnLang; in convertIsoNamesToLanguage()901 ++pEngEntry; in convertIsoNamesToLanguage()903 while ( pEngEntry->mnLang != LANGUAGE_DONTKNOW ); in convertIsoNamesToLanguage()