/third_party/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()
|
/third_party/skia/third_party/externals/icu/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() 629 cnv->charErrorBufferLength = 3; in _ISO2022Open() 703 converter->charErrorBufferLength = 3; in _ISO2022Reset() 2271 if(myConverterData->currentConverter->charErrorBufferLength > 0) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2275 myConverterData->currentConverter->charErrorBufferLength); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2277 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2278 myConverterData->currentConverter->charErrorBufferLength = 0; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2372 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2387 …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()
|
/third_party/node/deps/icu-small/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() 629 cnv->charErrorBufferLength = 3; in _ISO2022Open() 703 converter->charErrorBufferLength = 3; in _ISO2022Reset() 2344 if(myConverterData->currentConverter->charErrorBufferLength > 0) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2348 myConverterData->currentConverter->charErrorBufferLength); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2350 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2351 myConverterData->currentConverter->charErrorBufferLength = 0; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2445 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2460 …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()
|
/third_party/flutter/skia/third_party/externals/icu/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() 629 cnv->charErrorBufferLength = 3; in _ISO2022Open() 703 converter->charErrorBufferLength = 3; in _ISO2022Reset() 2271 if(myConverterData->currentConverter->charErrorBufferLength > 0) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2275 myConverterData->currentConverter->charErrorBufferLength); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2277 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2278 myConverterData->currentConverter->charErrorBufferLength = 0; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2372 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2387 …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()
|
/third_party/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() 629 cnv->charErrorBufferLength = 3; in _ISO2022Open() 703 converter->charErrorBufferLength = 3; in _ISO2022Reset() 2344 if(myConverterData->currentConverter->charErrorBufferLength > 0) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2348 myConverterData->currentConverter->charErrorBufferLength); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2350 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2351 myConverterData->currentConverter->charErrorBufferLength = 0; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2445 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() 2460 …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()
|