Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DGsmAlphabet.java244 SparseIntArray charToLanguageTable = sCharsToGsmTables[0]; in stringToGsm8BitUnpackedField() local
250 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() local
299 if (charToLanguageTable.get(c, -1) != -1) { in countGsmSeptetsUsingTables()