Searched defs:targetUniChar (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetHZ.java | 63 int targetUniChar = 0; in decodeLoop() local 237 int[] targetUniChar = new int[] { 0 }; in encodeLoop() local
|
D | CharsetISCII.java | 833 int targetUniChar = 0x0000; in decodeLoop() local 1152 …ntBuffer offsets, int offset, ByteBuffer source, CharBuffer target, int targetUniChar, short delta… in WriteToTargetToU() 1176 private int GetMapping(short sourceChar, int targetUniChar, UConverterDataISCII data) { in GetMapping()
|
D | CharsetISO2022.java | 763 …te static CoderResult toUnicodeCallback(CharsetDecoderICU cnv, int sourceChar, int targetUniChar) { in toUnicodeCallback() 850 int targetUniChar = 0x0000; in decodeLoop() local 1109 int targetUniChar = 0x0000; in decodeLoop() local 1317 int targetUniChar = 0x0000; in decodeLoop() local
|
/external/icu/icu4c/source/common/ |
D | ucnvhz.c | 160 UChar32 targetUniChar = 0x0000; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local 343 uint32_t targetUniChar = 0x0000; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() local
|
D | ucnvisci.c | 1116 #define WRITE_TO_TARGET_TO_U(args,source,target,offsets,offset,targetUniChar,delta, err){\ argument 1139 #define GET_MAPPING(sourceChar,targetUniChar,data){ \ argument 1178 uint32_t targetUniChar = 0x0000; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
|
D | ucnv2022.cpp | 1385 const uint32_t sourceChar, const uint32_t targetUniChar, in toUnicodeCallback() 2104 uint32_t targetUniChar = 0x0000; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2698 UChar32 targetUniChar = 0x0000; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 3291 uint32_t targetUniChar = 0x0000; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|