Searched refs:pOtherEntry (Results 1 – 1 of 1) sorted by relevance
953 const IsoLangOtherEntry* pOtherEntry = aImplOtherEntries; in convertIsoNamesToLanguage() local956 if ( aLowerLang.equalsAscii( pOtherEntry->mpLangStr ) ) in convertIsoNamesToLanguage()957 return pOtherEntry->mnLang; in convertIsoNamesToLanguage()958 ++pOtherEntry; in convertIsoNamesToLanguage()960 while ( pOtherEntry->mnLang != LANGUAGE_DONTKNOW ); in convertIsoNamesToLanguage()