HomeSort by relevance Sort by last modified time
    Searched full:chartoshifttable (Results 1 - 1 of 1) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 396 SparseIntArray charToShiftTable = sCharsToShiftTables[languageShiftTable];
403 v = charToShiftTable.get(c, -1); // Lookup the extended char.
680 SparseIntArray charToShiftTable = sCharsToShiftTables[0];
692 v = charToShiftTable.get(c, -1);
787 SparseIntArray charToShiftTable = sCharsToShiftTables[languageShiftTable];
796 } else if (charToShiftTable.get(c, -1) != -1) {
    [all...]

Completed in 54 milliseconds