Home | History | Annotate | Download | only in charset

Lines Matching defs:EXT

33     private static final short EXT = 0xf0; /* Extension code */
804 * ii) EXT : Extention code is used to declare switching to Sanskrit and for obscure,
875 } else if (data.contextCharToUnicode == EXT) {
901 /* only 0xA1 - 0xEE are legal after EXT char */
929 case EXT: /* falls through */
1130 if (data.contextCharToUnicode == ATR || data.contextCharToUnicode == EXT || data.contextCharToUnicode == ISCII_INV) {