Searched refs:GSM_EXTENDED_ESCAPE (Results 1 – 2 of 2) sorted by relevance
41 public static final byte GSM_EXTENDED_ESCAPE = 0x1B; field in GsmAlphabet188 if (gsmVal == GSM_EXTENDED_ESCAPE) { in gsm7BitPackedToString()199 } else if (gsmVal == GSM_EXTENDED_ESCAPE) { in gsm7BitPackedToString()261 dest[outByteIndex++] = GSM_EXTENDED_ESCAPE; in stringToGsm8BitUnpackedField()295 if (c == GSM_EXTENDED_ESCAPE) { in countGsmSeptetsUsingTables()
41 public static final byte GSM_EXTENDED_ESCAPE = 0x1B; field in GsmAlphabet702 if (gsmVal == GSM_EXTENDED_ESCAPE) { in gsm7BitPackedToString()713 } else if (gsmVal == GSM_EXTENDED_ESCAPE) { in gsm7BitPackedToString()