Home
last modified time | relevance | path

Searched refs:targetByteUnit (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Ducnvisci.c825 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \ argument
829 if(targetByteUnit <= 0xFF){ \
830 *(target)++ = (uint8_t)(targetByteUnit); \
835 if (targetByteUnit > 0xFFFF) { \
836 *(target)++ = (uint8_t)(targetByteUnit>>16); \
844 (uint8_t)(targetByteUnit >> 8); \
846 (uint8_t)targetByteUnit; \
849 *(target)++ = (uint8_t)(targetByteUnit>>8); \
854 *(target)++ = (uint8_t) targetByteUnit; \
860 (uint8_t) (targetByteUnit); \
[all …]
Ducnv2022.c2326 uint32_t targetByteUnit = 0x0000; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
2357 targetByteUnit = missingCharMarker; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2370 …length = MBCS_FROM_UCHAR32_ISO2022(sharedData,sourceChar,&targetByteUnit,useFallback,MBCS_OUTPUT_2… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2377 (length == 1 && targetByteUnit > 0x7f) || in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2379 ((uint16_t)(targetByteUnit - 0xa1a1) > (0xfefe - 0xa1a1) || in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2380 (uint8_t)(targetByteUnit - 0xa1) > (0xfe - 0xa1))) in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2382 targetByteUnit=missingCharMarker; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2384 if (targetByteUnit != missingCharMarker){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2387 isTargetByteDBCS = (UBool)(targetByteUnit>0x00FF); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2399 if(targetByteUnit <= 0x00FF){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
[all …]
/external/chromium/third_party/icu/source/common/
Ducnvisci.c825 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \ argument
829 if(targetByteUnit <= 0xFF){ \
830 *(target)++ = (uint8_t)(targetByteUnit); \
835 if (targetByteUnit > 0xFFFF) { \
836 *(target)++ = (uint8_t)(targetByteUnit>>16); \
844 (uint8_t)(targetByteUnit >> 8); \
846 (uint8_t)targetByteUnit; \
849 *(target)++ = (uint8_t)(targetByteUnit>>8); \
854 *(target)++ = (uint8_t) targetByteUnit; \
860 (uint8_t) (targetByteUnit); \
[all …]
Ducnv2022.c2304 uint32_t targetByteUnit = 0x0000; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
2335 targetByteUnit = missingCharMarker; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2348 …length = MBCS_FROM_UCHAR32_ISO2022(sharedData,sourceChar,&targetByteUnit,useFallback,MBCS_OUTPUT_2… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2355 (length == 1 && targetByteUnit > 0x7f) || in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2357 ((uint16_t)(targetByteUnit - 0xa1a1) > (0xfefe - 0xa1a1) || in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2358 (uint8_t)(targetByteUnit - 0xa1) > (0xfe - 0xa1))) in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2360 targetByteUnit=missingCharMarker; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2362 if (targetByteUnit != missingCharMarker){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2365 isTargetByteDBCS = (UBool)(targetByteUnit>0x00FF); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2377 if(targetByteUnit <= 0x00FF){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
[all …]