Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DGsmAlphabet.java245 SparseIntArray charToShiftTable = sCharsToShiftTables[0]; in stringToGsm8BitUnpackedField() local
252 v = charToShiftTable.get(c, -1); in stringToGsm8BitUnpackedField()
292 SparseIntArray charToShiftTable = sCharsToShiftTables[languageShiftTable]; in countGsmSeptetsUsingTables() local
301 } else if (charToShiftTable.get(c, -1) != -1) { in countGsmSeptetsUsingTables()
711 SparseIntArray charToShiftTable = new SparseIntArray(shiftTableLen);
712 sCharsToShiftTables[i] = charToShiftTable;
716 charToShiftTable.put(c, j); in charToShiftTable.put()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DGsmAlphabet.java614 SparseIntArray charToShiftTable = new SparseIntArray(shiftTableLen);
615 sCharsToShiftTables[i] = charToShiftTable;
619 charToShiftTable.put(c, j); in charToShiftTable.put()