Searched refs:shiftTable (Results 1 – 1 of 1) sorted by relevance
497 int lengthSeptets, int numPaddingBits, int languageTable, int shiftTable) { in gsm7BitPackedToString() argument504 if (shiftTable < 0 || shiftTable > sLanguageShiftTables.length) { in gsm7BitPackedToString()505 Log.w(TAG, "unknown single shift table " + shiftTable + ", using default"); in gsm7BitPackedToString()506 shiftTable = 0; in gsm7BitPackedToString()512 String shiftTableToChar = sLanguageShiftTables[shiftTable]; in gsm7BitPackedToString()519 Log.w(TAG, "no single shift table for code " + shiftTable + ", using default"); in gsm7BitPackedToString()938 for (int shiftTable = 0; shiftTable <= maxSingleShiftCode; shiftTable++) {939 int septets = lpc.septetCounts[shiftTable];944 if (lpc.languageCode != 0 && shiftTable != 0) {946 } else if (lpc.languageCode != 0 || shiftTable != 0) {[all …]