Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/isolang/
H A Disolang.cxx953 const IsoLangOtherEntry* pOtherEntry = aImplOtherEntries; in convertIsoNamesToLanguage() local
956 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()