Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/isolang/
H A Disolang.cxx896 const IsoLangEngEntry* pEngEntry = aImplIsoLangEngEntries; in convertIsoNamesToLanguage() local
899 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()