/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 | 149 …charErrorBufferArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) +… in decodeLoop() 284 …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.c | 531 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 581 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 611 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 634 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 643 cnv->charErrorBufferLength=2; in _UTF7FromUnicodeWithOffsets() 666 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets() 675 cnv->charErrorBufferLength=2; in _UTF7FromUnicodeWithOffsets() 704 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits]; in _UTF7FromUnicodeWithOffsets() 715 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS; in _UTF7FromUnicodeWithOffsets() 1228 cnv->charErrorBufferLength=1; in _IMAPFromUnicodeWithOffsets() [all …]
|
D | ucnv_cb.c | 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.c | 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.c | 398 cnv->charErrorBufferLength = 1; in ucnv_fromUnicode_UTF8() 456 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8() 521 cnv->charErrorBufferLength = 1; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() 593 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
|
D | ucnvisci.c | 848 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 850 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 864 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =\ 872 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 876 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 879 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
|
D | ucnv_u32.c | 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 | ucnv_cnv.c | 79 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.c | 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() 2125 } 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.c | 445 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = tmpTargetBuffer[i]; in UConverter_fromUnicode_CompoundText_OFFSETS()
|
D | ucnvmbcs.cpp | 3605 cnv->charErrorBufferLength=1; in ucnv_MBCSDoubleFromUnicodeWithOffsets() 4713 cnv->charErrorBufferLength=(int8_t)length; in ucnv_MBCSFromUnicodeWithOffsets() 4783 cnv->charErrorBufferLength=1; in ucnv_MBCSFromUnicodeWithOffsets() 4799 cnv->charErrorBufferLength=siLength; in ucnv_MBCSFromUnicodeWithOffsets() 5559 cnv->charErrorBufferLength=1; in ucnv_DBCSFromUTF8()
|
D | ucnvscsu.c | 1475 cnv->charErrorBufferLength=(int8_t)length; in _SCSUFromUnicodeWithOffsets() 1923 cnv->charErrorBufferLength=(int8_t)length; in _SCSUFromUnicode()
|
D | ucnv_lmb.c | 1066 args->converter->charErrorBufferLength = (int8_t)bytes_written; in _LMBCSFromUnicode()
|