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 | 71 int targetUniChar = 0; in decodeLoop() local 247 int[] targetUniChar = new int[] { 0 }; in encodeLoop() local
|
D | CharsetISCII.java | 831 int targetUniChar = 0x0000; in decodeLoop() local 1150 …ntBuffer offsets, int offset, ByteBuffer source, CharBuffer target, int targetUniChar, short delta… in WriteToTargetToU() 1174 private int GetMapping(short sourceChar, int targetUniChar, UConverterDataISCII data) { in GetMapping()
|
D | CharsetISO2022.java | 762 …te static CoderResult toUnicodeCallback(CharsetDecoderICU cnv, int sourceChar, int targetUniChar) { in toUnicodeCallback() 851 int targetUniChar = 0x0000; in decodeLoop() local 1112 int targetUniChar = 0x0000; in decodeLoop() local 1322 int targetUniChar = 0x0000; in decodeLoop() local
|
/external/icu/icu4c/source/common/ |
D | ucnvhz.cpp | 162 UChar32 targetUniChar = 0x0000; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local 345 uint32_t targetUniChar = 0x0000; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() local
|
D | ucnvisci.cpp | 1122 #define WRITE_TO_TARGET_TO_U(args,source,target,offsets,offset,targetUniChar,delta, err){\ argument 1145 #define GET_MAPPING(sourceChar,targetUniChar,data){ \ argument 1185 uint32_t targetUniChar = 0x0000; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
|
D | ucnv2022.cpp | 1374 const uint32_t sourceChar, const uint32_t targetUniChar, in toUnicodeCallback() 2093 uint32_t targetUniChar = 0x0000; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2686 UChar32 targetUniChar = 0x0000; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 3279 uint32_t targetUniChar = 0x0000; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|