Searched refs:ESC_START (Results 1 – 2 of 2) sorted by relevance
94 private final static byte ESC_START = 0x1B; field in CharsetCompoundText528 if (sourceChar[0] == ESC_START) { in decodeLoop()557 if (source.get(source.position()) == ESC_START) { in decodeLoop()
100 #define ESC_START 0x1B macro495 if (mySourceChar == ESC_START) { in UConverter_toUnicode_CompoundText_OFFSETS()525 if (*mySource == ESC_START) { in UConverter_toUnicode_CompoundText_OFFSETS()