Searched refs:charToLanguageTable (Results 1 – 1 of 1) sorted by relevance
244 SparseIntArray charToLanguageTable = sCharsToGsmTables[0]; in stringToGsm8BitUnpackedField() local250 int v = charToLanguageTable.get(c, -1); in stringToGsm8BitUnpackedField()254 v = charToLanguageTable.get(' ', ' '); // fall back to ASCII space in stringToGsm8BitUnpackedField()291 SparseIntArray charToLanguageTable = sCharsToGsmTables[languageTable]; in countGsmSeptetsUsingTables() local299 if (charToLanguageTable.get(c, -1) != -1) { in countGsmSeptetsUsingTables()