Searched defs:GSM_EXTENDED_ESCAPE (Results 1 - 1 of 1) sorted by path

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java49 * gsmToChar(GSM_EXTENDED_ESCAPE) returns 0xffff
51 public static final byte GSM_EXTENDED_ESCAPE = 0x1B; field in class:GsmAlphabet
135 * GSM_EXTENDED_ESCAPE if this character is in the extended table.
137 * that should follow GSM_EXTENDED_ESCAPE in the GSM alphabet string.
153 * Returns GSM_EXTENDED_ESCAPE if this character is in the extended table.
155 * should follow GSM_EXTENDED_ESCAPE in the GSM alphabet string.
179 return GSM_EXTENDED_ESCAPE;
188 * Extended chars should be escaped with GSM_EXTENDED_ESCAPE.
209 * If GSM_EXTENDED_ESCAPE is passed, 0xffff is returned. In this case,
230 * if GSM_EXTENDED_ESCAPE i
[all...]

Completed in 40 milliseconds