Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A DGsmAlphabet.java183 ret = sCharsToShiftTables[0].get(c, -1); in charToGsm()
210 ret = sCharsToShiftTables[0].get(c, -1); in charToGsmExtended()
414 SparseIntArray charToShiftTable = sCharsToShiftTables[languageShiftTable]; in stringToGsm7BitPacked()
704 SparseIntArray charToShiftTable = sCharsToShiftTables[0];
770 if (sCharsToShiftTables[0].get(c, -1) != -1) {
787 if (sCharsToShiftTables[0].get(c, -1) != -1) {
812 SparseIntArray charToShiftTable = sCharsToShiftTables[languageShiftTable];
1012 SparseIntArray charToLangShiftTable = sCharsToShiftTables[langShiftTable];
1109 private static final SparseIntArray[] sCharsToShiftTables;
1521 sCharsToShiftTables = new SparseIntArray[numShiftTables];
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/util/
H A DGsmAlphabet.java245 SparseIntArray charToShiftTable = sCharsToShiftTables[0]; in stringToGsm8BitUnpackedField()
292 SparseIntArray charToShiftTable = sCharsToShiftTables[languageShiftTable]; in countGsmSeptetsUsingTables()
334 private static final SparseIntArray[] sCharsToShiftTables; field in GsmAlphabet
701 sCharsToShiftTables = new SparseIntArray[numShiftTables];
712 sCharsToShiftTables[i] = charToShiftTable;
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DGsmAlphabet.java76 private static SparseIntArray[] sCharsToShiftTables; field in GsmAlphabet
608 sCharsToShiftTables = new SparseIntArray[numShiftTables];
619 sCharsToShiftTables[i] = charToShiftTable;