Searched refs:pGLIBCModifiersEntry (Results 1 – 1 of 1) sorted by relevance
1082 const IsoLangGLIBCModifiersEntry* pGLIBCModifiersEntry = aImplIsoLangGLIBCModifiersEntries; in convertUnxByteStringToLanguage() local1085 if (( aLowerLang.equals( pGLIBCModifiersEntry->maLangStr ) ) && in convertUnxByteStringToLanguage()1086 ( aAtString.equals( pGLIBCModifiersEntry->maAtString ) )) in convertUnxByteStringToLanguage()1089 aUpperCountry.equals( pGLIBCModifiersEntry->maCountry ) ) in convertUnxByteStringToLanguage()1091 return pGLIBCModifiersEntry->mnLang; in convertUnxByteStringToLanguage()1094 ++pGLIBCModifiersEntry; in convertUnxByteStringToLanguage()1096 while ( pGLIBCModifiersEntry->mnLang != LANGUAGE_DONTKNOW ); in convertUnxByteStringToLanguage()
Completed in 17 milliseconds