HomeSort by relevance Sort by last modified time
    Searched refs:shiftTable (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 471 * @param shiftTable the 7 bit single shift language table, or 0 for the default
476 int lengthSeptets, int numPaddingBits, int languageTable, int shiftTable) {
483 if (shiftTable < 0 || shiftTable > sLanguageShiftTables.length) {
484 Rlog.w(TAG, "unknown single shift table " + shiftTable + ", using default");
485 shiftTable = 0;
491 String shiftTableToChar = sLanguageShiftTables[shiftTable];
498 Rlog.w(TAG, "no single shift table for code " + shiftTable + ", using default");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp 124 // Specially, the basetable[512] and shifttable[512] are generated as follows:
127 unsigned char shifttable[512];
137 shifttable[i | 0x000] = 24;
138 shifttable[i | 0x100] = 24;
143 shifttable[i | 0x000] = -e-1;
144 shifttable[i | 0x100] = -e-1;
149 shifttable[i|0x000] = 13;
150 shifttable[i|0x100] = 13;
155 shifttable[i|0x000] = 24;
156 shifttable[i|0x100] = 24
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 535 milliseconds