Searched refs:isTargetByteDBCS (Results 1 – 2 of 2) sorted by relevance
2372 UBool isTargetByteDBCS; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local2392 isTargetByteDBCS=(UBool)args->converter->fromUnicodeStatus; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()2393 oldIsTargetByteDBCS = isTargetByteDBCS; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()2395 isTargetByteDBCS = (UBool) args->converter->fromUnicodeStatus; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()2430 oldIsTargetByteDBCS = isTargetByteDBCS; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()2431 isTargetByteDBCS = (UBool)(targetByteUnit>0x00FF); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()2433 if (oldIsTargetByteDBCS != isTargetByteDBCS ){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()2435 if (isTargetByteDBCS) in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()2537 isTargetByteDBCS && in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()2543 isTargetByteDBCS=FALSE; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()[all …]
2666 boolean isTargetByteDBCS; in encodeLoop()2682 isTargetByteDBCS = fromUnicodeStatus == 0 ? false : true; in encodeLoop()2718 oldIsTargetByteDBCS = isTargetByteDBCS; in encodeLoop()2719 isTargetByteDBCS = (targetByteUnit[0] > 0x00FF); in encodeLoop()2721 if (oldIsTargetByteDBCS != isTargetByteDBCS) { in encodeLoop()2722 if (isTargetByteDBCS) { in encodeLoop()2824 … if (!err.isError() && isTargetByteDBCS && flush && !source.hasRemaining() && fromUChar32 == 0) { in encodeLoop()2828 isTargetByteDBCS = false; in encodeLoop()2844 fromUnicodeStatus = isTargetByteDBCS ? 1 : 0; in encodeLoop()