Searched refs:CNS_11643_1 (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISO2022.java | 86 private static final byte CNS_11643_1 = 0x21; field in CharsetISO2022 521 …CNS_11643_1, CNS_11643_2, CNS_11643_3, CNS_11643_4, CNS_11643_5, CNS_11643_6, CN… 655 case CNS_11643_1: in changeState_2022() 2352 choices[1] = CNS_11643_1; in encodeLoop() 2364 choices[1] = CNS_11643_1; in encodeLoop() 2369 choices[2] = CNS_11643_1; in encodeLoop() 2380 choices[0] = CNS_11643_1; in encodeLoop() 2422 if (cs == CNS_11643_1) { in encodeLoop() 2461 … for (int n = 0; n < escSeqCharsCN[CNS_11643 + (cs - CNS_11643_1)].length; n++) { in encodeLoop() 2462 … buffer[n] = escSeqCharsCN[CNS_11643 + (cs - CNS_11643_1)][n]; in encodeLoop()
|
/external/icu/icu4c/source/common/ |
D | ucnv2022.cpp | 149 CNS_11643_1, enumerator 779 …,CNS_11643_1 ,CNS_11643_2 ,CNS_11643_3 ,CNS_11643_4 ,CNS_11643_5 ,CNS_11643_6 ,C… 994 case CNS_11643_1: in changeState_2022() 3035 choices[1] = (int8_t)CNS_11643_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() 3047 choices[1] = (int8_t)CNS_11643_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() 3052 choices[2] = (int8_t)CNS_11643_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() 3062 choices[0] = (int8_t)CNS_11643_1; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() 3103 if(cs == CNS_11643_1) { in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() 3142 U_ASSERT(cs >= CNS_11643_1); in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() 3143 uprv_memcpy(buffer, escSeqCharsCN[CNS_11643 + (cs - CNS_11643_1)], 4); in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
|