OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shiftTable
(Results
1 - 3
of
3
) 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/jdiff/
xerces.jar
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
Completed in 83 milliseconds