/third_party/icu/icu4c/source/common/ |
D | ucnv.cpp | 617 converter->invalidCharLength = converter->UCharErrorBufferLength = 0; in _reset() 1586 length=cnv->UCharErrorBufferLength; in ucnv_outputOverflowToUnicode() 1597 cnv->UCharErrorBufferLength=(int8_t)j; in ucnv_outputOverflowToUnicode() 1614 cnv->UCharErrorBufferLength=0; in ucnv_outputOverflowToUnicode() 1684 if( cnv->UCharErrorBufferLength>0 && in ucnv_toUnicode() 1885 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar() 1890 length=cnv->UCharErrorBufferLength; in ucnv_getNextUChar() 1894 if((cnv->UCharErrorBufferLength=(int8_t)(length-i))>0) { in ucnv_getNextUChar() 1896 cnv->UCharErrorBufferLength*U_SIZEOF_UCHAR); in ucnv_getNextUChar() 1987 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar() [all …]
|
D | ucnv_cnv.cpp | 125 cnv->UCharErrorBufferLength=(int8_t)length; in ucnv_toUWriteUChars() 176 cnv->UCharErrorBufferLength=i; in ucnv_toUWriteCodePoint()
|
D | ucnv_ct.cpp | 562 if(subArgs.converter->UCharErrorBufferLength > 0) { in UConverter_toUnicode_CompoundText_OFFSETS() 564 subArgs.converter->UCharErrorBufferLength); in UConverter_toUnicode_CompoundText_OFFSETS() 566 … args->converter->UCharErrorBufferLength=subArgs.converter->UCharErrorBufferLength; in UConverter_toUnicode_CompoundText_OFFSETS() 567 subArgs.converter->UCharErrorBufferLength = 0; in UConverter_toUnicode_CompoundText_OFFSETS()
|
D | ucnv_u32.cpp | 102 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_BE() 186 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() 569 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_LE() 663 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
|
D | ucnv2022.cpp | 1304 … length = saveThis->UCharErrorBufferLength = myData->currentConverter->UCharErrorBufferLength; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1305 myData->currentConverter->UCharErrorBufferLength = 0; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 2301 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() 2651 if(subArgs.converter->UCharErrorBufferLength > 0) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2653 subArgs.converter->UCharErrorBufferLength); in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2655 args->converter->UCharErrorBufferLength=subArgs.converter->UCharErrorBufferLength; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2656 subArgs.converter->UCharErrorBufferLength = 0; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 3446 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
|
D | ucnv_bld.h | 219 int8_t UCharErrorBufferLength; /* number of valid UChars in charErrorBuffer */ member
|
D | ucnv_u16.cpp | 343 cnv->UCharErrorBufferLength=1; in _UTF16BEToUnicodeWithOffsets() 459 cnv->UCharErrorBufferLength=1; in _UTF16BEToUnicodeWithOffsets() 944 cnv->UCharErrorBufferLength=1; in _UTF16LEToUnicodeWithOffsets() 1060 cnv->UCharErrorBufferLength=1; in _UTF16LEToUnicodeWithOffsets()
|
D | ucnvisci.cpp | 1139 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++] = \ 1388 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1391 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_SIGN_VIRAMA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1392 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|
D | ucnvscsu.cpp | 324 cnv->UCharErrorBufferLength=1; in _SCSUToUnicodeWithOffsets() 432 cnv->UCharErrorBufferLength=1; in _SCSUToUnicodeWithOffsets() 656 cnv->UCharErrorBufferLength=1; in _SCSUToUnicode() 739 cnv->UCharErrorBufferLength=1; in _SCSUToUnicode()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv.cpp | 617 converter->invalidCharLength = converter->UCharErrorBufferLength = 0; in _reset() 1586 length=cnv->UCharErrorBufferLength; in ucnv_outputOverflowToUnicode() 1597 cnv->UCharErrorBufferLength=(int8_t)j; in ucnv_outputOverflowToUnicode() 1614 cnv->UCharErrorBufferLength=0; in ucnv_outputOverflowToUnicode() 1684 if( cnv->UCharErrorBufferLength>0 && in ucnv_toUnicode() 1885 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar() 1890 length=cnv->UCharErrorBufferLength; in ucnv_getNextUChar() 1894 if((cnv->UCharErrorBufferLength=(int8_t)(length-i))>0) { in ucnv_getNextUChar() 1896 cnv->UCharErrorBufferLength*U_SIZEOF_UCHAR); in ucnv_getNextUChar() 1987 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar() [all …]
|
D | ucnv_cnv.cpp | 125 cnv->UCharErrorBufferLength=(int8_t)length; in ucnv_toUWriteUChars() 176 cnv->UCharErrorBufferLength=i; in ucnv_toUWriteCodePoint()
|
D | ucnv_ct.cpp | 562 if(subArgs.converter->UCharErrorBufferLength > 0) { in UConverter_toUnicode_CompoundText_OFFSETS() 564 subArgs.converter->UCharErrorBufferLength); in UConverter_toUnicode_CompoundText_OFFSETS() 566 … args->converter->UCharErrorBufferLength=subArgs.converter->UCharErrorBufferLength; in UConverter_toUnicode_CompoundText_OFFSETS() 567 subArgs.converter->UCharErrorBufferLength = 0; in UConverter_toUnicode_CompoundText_OFFSETS()
|
D | ucnv_u32.cpp | 102 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_BE() 186 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() 569 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_LE() 663 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
|
D | ucnv2022.cpp | 1304 … length = saveThis->UCharErrorBufferLength = myData->currentConverter->UCharErrorBufferLength; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1305 myData->currentConverter->UCharErrorBufferLength = 0; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 2301 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() 2651 if(subArgs.converter->UCharErrorBufferLength > 0) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2653 subArgs.converter->UCharErrorBufferLength); in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2655 args->converter->UCharErrorBufferLength=subArgs.converter->UCharErrorBufferLength; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2656 subArgs.converter->UCharErrorBufferLength = 0; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 3446 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
|
D | ucnv_bld.h | 219 int8_t UCharErrorBufferLength; /* number of valid UChars in charErrorBuffer */ member
|
D | ucnv_u16.cpp | 343 cnv->UCharErrorBufferLength=1; in _UTF16BEToUnicodeWithOffsets() 459 cnv->UCharErrorBufferLength=1; in _UTF16BEToUnicodeWithOffsets() 944 cnv->UCharErrorBufferLength=1; in _UTF16LEToUnicodeWithOffsets() 1060 cnv->UCharErrorBufferLength=1; in _UTF16LEToUnicodeWithOffsets()
|
D | ucnvisci.cpp | 1139 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++] = \ 1388 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1391 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_SIGN_VIRAMA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1392 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv.cpp | 610 converter->invalidCharLength = converter->UCharErrorBufferLength = 0; in _reset() 1579 length=cnv->UCharErrorBufferLength; in ucnv_outputOverflowToUnicode() 1590 cnv->UCharErrorBufferLength=(int8_t)j; in ucnv_outputOverflowToUnicode() 1607 cnv->UCharErrorBufferLength=0; in ucnv_outputOverflowToUnicode() 1677 if( cnv->UCharErrorBufferLength>0 && in ucnv_toUnicode() 1878 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar() 1883 length=cnv->UCharErrorBufferLength; in ucnv_getNextUChar() 1887 if((cnv->UCharErrorBufferLength=(int8_t)(length-i))>0) { in ucnv_getNextUChar() 1889 cnv->UCharErrorBufferLength*U_SIZEOF_UCHAR); in ucnv_getNextUChar() 1980 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar() [all …]
|
D | ucnv_cnv.cpp | 125 cnv->UCharErrorBufferLength=(int8_t)length; in ucnv_toUWriteUChars() 176 cnv->UCharErrorBufferLength=i; in ucnv_toUWriteCodePoint()
|
D | ucnv_ct.cpp | 562 if(subArgs.converter->UCharErrorBufferLength > 0) { in UConverter_toUnicode_CompoundText_OFFSETS() 564 subArgs.converter->UCharErrorBufferLength); in UConverter_toUnicode_CompoundText_OFFSETS() 566 … args->converter->UCharErrorBufferLength=subArgs.converter->UCharErrorBufferLength; in UConverter_toUnicode_CompoundText_OFFSETS() 567 subArgs.converter->UCharErrorBufferLength = 0; in UConverter_toUnicode_CompoundText_OFFSETS()
|
D | ucnv_u32.cpp | 102 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_BE() 186 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() 569 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_LE() 663 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
|
D | ucnv2022.cpp | 1304 … length = saveThis->UCharErrorBufferLength = myData->currentConverter->UCharErrorBufferLength; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1305 myData->currentConverter->UCharErrorBufferLength = 0; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 2228 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() 2578 if(subArgs.converter->UCharErrorBufferLength > 0) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2580 subArgs.converter->UCharErrorBufferLength); in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2582 args->converter->UCharErrorBufferLength=subArgs.converter->UCharErrorBufferLength; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 2583 subArgs.converter->UCharErrorBufferLength = 0; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 3373 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
|
D | ucnv_bld.h | 219 int8_t UCharErrorBufferLength; /* number of valid UChars in charErrorBuffer */ member
|
D | ucnv_u16.cpp | 343 cnv->UCharErrorBufferLength=1; in _UTF16BEToUnicodeWithOffsets() 459 cnv->UCharErrorBufferLength=1; in _UTF16BEToUnicodeWithOffsets() 944 cnv->UCharErrorBufferLength=1; in _UTF16LEToUnicodeWithOffsets() 1060 cnv->UCharErrorBufferLength=1; in _UTF16LEToUnicodeWithOffsets()
|
D | ucnvscsu.cpp | 324 cnv->UCharErrorBufferLength=1; in _SCSUToUnicodeWithOffsets() 432 cnv->UCharErrorBufferLength=1; in _SCSUToUnicodeWithOffsets() 656 cnv->UCharErrorBufferLength=1; in _SCSUToUnicode() 739 cnv->UCharErrorBufferLength=1; in _SCSUToUnicode()
|