Searched refs:pGLIBCModifiersEntry (Results 1 – 1 of 1) sorted by relevance
1080 const IsoLangGLIBCModifiersEntry* pGLIBCModifiersEntry = aImplIsoLangGLIBCModifiersEntries; in convertUnxByteStringToLanguage() local1083 if (( aLowerLang.equals( pGLIBCModifiersEntry->maLangStr ) ) && in convertUnxByteStringToLanguage()1084 ( aAtString.equals( pGLIBCModifiersEntry->maAtString ) )) in convertUnxByteStringToLanguage()1087 aUpperCountry.equals( pGLIBCModifiersEntry->maCountry ) ) in convertUnxByteStringToLanguage()1089 return pGLIBCModifiersEntry->mnLang; in convertUnxByteStringToLanguage()1092 ++pGLIBCModifiersEntry; in convertUnxByteStringToLanguage()1094 while ( pGLIBCModifiersEntry->mnLang != LANGUAGE_DONTKNOW ); in convertUnxByteStringToLanguage()
Completed in 19 milliseconds