Searched refs:charToLanguageTable (Results 1 – 2 of 2) 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()
413 SparseIntArray charToLanguageTable = sCharsToGsmTables[languageTable]; in stringToGsm7BitPacked() local419 int v = charToLanguageTable.get(c, -1); in stringToGsm7BitPacked()426 v = charToLanguageTable.get(' ', ' '); // should return ASCII space in stringToGsm7BitPacked()703 SparseIntArray charToLanguageTable = sCharsToGsmTables[0];713 int v = charToLanguageTable.get(c, -1);718 v = charToLanguageTable.get(' ', ' '); // fall back to ASCII space811 SparseIntArray charToLanguageTable = sCharsToGsmTables[languageTable];819 if (charToLanguageTable.get(c, -1) != -1) {