/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetDecoderICU.java | 36 int charErrorBufferLength; field in CharsetDecoderICU 213 charErrorBufferLength = 0; in implReset() 312 if (charErrorBufferLength > 0) { in decode() 321 } while (i < charErrorBufferLength); in decode() 323 charErrorBufferLength = (byte) j; in decode() 332 } while (i < charErrorBufferLength); in decode() 335 charErrorBufferLength = 0; in decode() 695 cnv.charErrorBufferLength= 0; in toUWriteUChars() 698 cnv.charErrorBufferArray[cnv.charErrorBufferLength++]=ucharsArray[ucharsBegin++]; in toUWriteUChars()
|
D | CharsetCompoundText.java | 587 this.charErrorBufferLength = decoder.charErrorBufferLength; in decodeLoop() 590 decoder.charErrorBufferLength = 0; in decodeLoop()
|
D | CharsetUTF8.java | 130 …charErrorBufferArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) +… in decodeLoop() 254 …charErrorBufferArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) +… in decodeLoop()
|
D | CharsetUTF32.java | 157 charErrorBufferLength = 1; in decodeLoop()
|
D | CharsetISO2022.java | 1077 charErrorBufferArray[charErrorBufferLength++] = in decodeLoop() 1287 … charErrorBufferArray[charErrorBufferLength++] = (char)(0xdc00+(char)(targetUniChar&0x3ff)); in decodeLoop() 1518 if (cnv.charErrorBufferLength > 0) { in decodeLoopIBM() 1521 charErrorBufferLength = cnv.charErrorBufferLength; in decodeLoopIBM() 1522 cnv.charErrorBufferLength = 0; in decodeLoopIBM()
|
D | CharsetUTF16.java | 237 charErrorBufferLength = 1; in decodeTrail()
|
D | CharsetISCII.java | 1014 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_HA; in decodeLoop() 1017 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_SIGN_VIRAMA; in decodeLoop() 1018 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_HA; in decodeLoop() 1168 charErrorBufferArray[charErrorBufferLength++] = (char)targetUniChar; in WriteToTargetToU()
|
D | CharsetSCSU.java | 327 charErrorBufferLength = 1; in fastSingle() 458 charErrorBufferLength = 1; in singleByteMode()
|
D | CharsetUTF7.java | 250 charErrorBufferArray[charErrorBufferLength++] = b; in decodeLoop()
|
D | CharsetBOCU1.java | 1026 charErrorBufferLength = 1; in afterGetTrail()
|
/external/icu/icu4c/source/common/ |
D | ucnv_u7.cpp | 533 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 583 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 613 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 636 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 645 cnv->charErrorBufferLength=2; in _UTF7FromUnicodeWithOffsets() 668 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 677 cnv->charErrorBufferLength=2; in _UTF7FromUnicodeWithOffsets() 706 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits]; in _UTF7FromUnicodeWithOffsets() 717 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS; in _UTF7FromUnicodeWithOffsets() 1232 cnv->charErrorBufferLength=1; in _IMAPFromUnicodeWithOffsets() [all …]
|
D | ucnv_cb.cpp | 117 errBuffLen = args->converter->charErrorBufferLength; in ucnv_cbFromUWriteUChars() 136 args->converter->charErrorBufferLength = 0; in ucnv_cbFromUWriteUChars() 150 args->converter->charErrorBufferLength = (int8_t)( in ucnv_cbFromUWriteUChars()
|
D | ucnvhz.cpp | 51 …args->converter->charErrorBuffer[(int)args->converter->charErrorBufferLength++] = (unsigned char) … 422 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 426 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =(char) (targetUniChar … in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 427 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 439 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
|
D | ucnv2022.cpp | 462 if( converter->charErrorBufferLength==0){ in setInitialStateFromUnicodeKR() 464 converter->charErrorBufferLength = 4; in setInitialStateFromUnicodeKR() 635 cnv->charErrorBufferLength = 3; in _ISO2022Open() 709 converter->charErrorBufferLength = 3; in _ISO2022Reset() 2350 if(myConverterData->currentConverter->charErrorBufferLength > 0) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2354 myConverterData->currentConverter->charErrorBufferLength); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2356 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2357 myConverterData->currentConverter->charErrorBufferLength = 0; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2451 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2466 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() [all …]
|
D | ucnv_u8.cpp | 339 cnv->charErrorBufferLength = 1; in ucnv_fromUnicode_UTF8() 397 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8() 462 cnv->charErrorBufferLength = 1; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() 534 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
|
D | ucnv_u32.cpp | 299 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE() 404 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() 784 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE() 898 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC()
|
D | ucnvisci.cpp | 852 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 854 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 868 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =\ 876 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 880 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 883 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
|
D | ucnv_cnv.cpp | 85 cnv->charErrorBufferLength=(int8_t)length; in ucnv_fromUWriteBytes()
|
D | ucnv_bld.h | 216 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */ member
|
D | ucnv.cpp | 616 converter->invalidUCharLength = converter->charErrorBufferLength = 0; in _reset() 1133 length=cnv->charErrorBufferLength; in ucnv_outputOverflowFromUnicode() 1144 cnv->charErrorBufferLength=(int8_t)j; in ucnv_outputOverflowFromUnicode() 1161 cnv->charErrorBufferLength=0; in ucnv_outputOverflowFromUnicode() 1231 if( cnv->charErrorBufferLength>0 && in ucnv_fromUnicode() 2117 } else if(targetCnv->charErrorBufferLength>0) { in ucnv_convertEx()
|
D | ucnvbocu.cpp | 599 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicodeWithOffsets() 831 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicode()
|
D | ucnv_ct.cpp | 450 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = tmpTargetBuffer[i]; in UConverter_fromUnicode_CompoundText_OFFSETS()
|
D | ucnvmbcs.cpp | 3606 cnv->charErrorBufferLength=1; in ucnv_MBCSDoubleFromUnicodeWithOffsets() 4714 cnv->charErrorBufferLength=(int8_t)length; in ucnv_MBCSFromUnicodeWithOffsets() 4784 cnv->charErrorBufferLength=1; in ucnv_MBCSFromUnicodeWithOffsets() 4800 cnv->charErrorBufferLength=siLength; in ucnv_MBCSFromUnicodeWithOffsets() 5546 cnv->charErrorBufferLength=1; in ucnv_DBCSFromUTF8()
|
D | ucnvscsu.cpp | 1475 cnv->charErrorBufferLength=(int8_t)length; in _SCSUFromUnicodeWithOffsets() 1923 cnv->charErrorBufferLength=(int8_t)length; in _SCSUFromUnicode()
|
D | ucnv_lmb.cpp | 1072 args->converter->charErrorBufferLength = (int8_t)bytes_written; in _LMBCSFromUnicode()
|