Searched refs:targetByteUnit (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | ucnvisci.c | 828 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \ argument 832 if(targetByteUnit <= 0xFF){ \ 833 *(target)++ = (uint8_t)(targetByteUnit); \ 838 if (targetByteUnit > 0xFFFF) { \ 839 *(target)++ = (uint8_t)(targetByteUnit>>16); \ 847 (uint8_t)(targetByteUnit >> 8); \ 849 (uint8_t)targetByteUnit; \ 852 *(target)++ = (uint8_t)(targetByteUnit>>8); \ 857 *(target)++ = (uint8_t) targetByteUnit; \ 863 (uint8_t) (targetByteUnit); \ [all …]
|
D | ucnv2022.cpp | 2337 uint32_t targetByteUnit = 0x0000; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2368 targetByteUnit = missingCharMarker; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2381 …length = MBCS_FROM_UCHAR32_ISO2022(sharedData,sourceChar,&targetByteUnit,useFallback,MBCS_OUTPUT_2… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2388 (length == 1 && targetByteUnit > 0x7f) || in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2390 ((uint16_t)(targetByteUnit - 0xa1a1) > (0xfefe - 0xa1a1) || in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2391 (uint8_t)(targetByteUnit - 0xa1) > (0xfe - 0xa1))) in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2393 targetByteUnit=missingCharMarker; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2395 if (targetByteUnit != missingCharMarker){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2398 isTargetByteDBCS = (UBool)(targetByteUnit>0x00FF); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2410 if(targetByteUnit <= 0x00FF){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucnvisci.c | 828 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \ argument 832 if(targetByteUnit <= 0xFF){ \ 833 *(target)++ = (uint8_t)(targetByteUnit); \ 838 if (targetByteUnit > 0xFFFF) { \ 839 *(target)++ = (uint8_t)(targetByteUnit>>16); \ 847 (uint8_t)(targetByteUnit >> 8); \ 849 (uint8_t)targetByteUnit; \ 852 *(target)++ = (uint8_t)(targetByteUnit>>8); \ 857 *(target)++ = (uint8_t) targetByteUnit; \ 863 (uint8_t) (targetByteUnit); \ [all …]
|
D | ucnv2022.cpp | 2342 uint32_t targetByteUnit = 0x0000; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2373 targetByteUnit = missingCharMarker; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2386 …length = MBCS_FROM_UCHAR32_ISO2022(sharedData,sourceChar,&targetByteUnit,useFallback,MBCS_OUTPUT_2… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2393 (length == 1 && targetByteUnit > 0x7f) || in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2395 ((uint16_t)(targetByteUnit - 0xa1a1) > (0xfefe - 0xa1a1) || in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2396 (uint8_t)(targetByteUnit - 0xa1) > (0xfe - 0xa1))) in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2398 targetByteUnit=missingCharMarker; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2400 if (targetByteUnit != missingCharMarker){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2403 isTargetByteDBCS = (UBool)(targetByteUnit>0x00FF); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2415 if(targetByteUnit <= 0x00FF){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() [all …]
|