Home
last modified time | relevance | path

Searched refs:ESC_2022 (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISO2022.java237 while (source.hasRemaining() && mySource != ESC_2022) { in getEndOfBuffer_2022()
239 if (mySource == ESC_2022) { in getEndOfBuffer_2022()
368 private static final byte ESC_2022 = 0x1B; /* ESC */ field in CharsetISO2022
874 mySourceCharTemp = ESC_2022; in decodeLoop()
908 case ESC_2022: in decodeLoop()
1136 mySourceChar = ESC_2022; // goto escape label in decodeLoop()
1168 case ESC_2022: in decodeLoop()
1367 } else if (!gotoGetTrailByte && (gotoEscape || mySourceChar == ESC_2022)) { in decodeLoop()
/external/icu/icu4c/source/common/
Ducnv2022.cpp235 #define ESC_2022 0x1B /*ESC*/ macro
1083 if (*mySource == ESC_2022){ in getEndOfBuffer_2022()
1100 if (value > 0 || *mySource==ESC_2022) in getEndOfBuffer_2022()
1110 while(mySource < sourceLimit && *mySource != ESC_2022) { in getEndOfBuffer_2022()
2146 case ESC_2022: in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2737 }else if(mySourceChar==ESC_2022){ in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC()
3332 case ESC_2022: in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()