Home
last modified time | relevance | path

Searched refs:UCharErrorBufferLength (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv.c608 converter->invalidCharLength = converter->UCharErrorBufferLength = 0; in _reset()
1577 length=cnv->UCharErrorBufferLength; in ucnv_outputOverflowToUnicode()
1588 cnv->UCharErrorBufferLength=(int8_t)j; in ucnv_outputOverflowToUnicode()
1605 cnv->UCharErrorBufferLength=0; in ucnv_outputOverflowToUnicode()
1675 if( cnv->UCharErrorBufferLength>0 && in ucnv_toUnicode()
1884 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar()
1889 length=cnv->UCharErrorBufferLength; in ucnv_getNextUChar()
1893 if((cnv->UCharErrorBufferLength=(int8_t)(length-i))>0) { in ucnv_getNextUChar()
1895 cnv->UCharErrorBufferLength*U_SIZEOF_UCHAR); in ucnv_getNextUChar()
1986 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar()
[all …]
Ducnv_cnv.c117 cnv->UCharErrorBufferLength=(int8_t)length; in ucnv_toUWriteUChars()
168 cnv->UCharErrorBufferLength=i; in ucnv_toUWriteCodePoint()
Ducnv_ct.c555 if(subArgs.converter->UCharErrorBufferLength > 0) { in UConverter_toUnicode_CompoundText_OFFSETS()
557 subArgs.converter->UCharErrorBufferLength); in UConverter_toUnicode_CompoundText_OFFSETS()
559 … args->converter->UCharErrorBufferLength=subArgs.converter->UCharErrorBufferLength; in UConverter_toUnicode_CompoundText_OFFSETS()
560 subArgs.converter->UCharErrorBufferLength = 0; in UConverter_toUnicode_CompoundText_OFFSETS()
Ducnv_bld.h217 int8_t UCharErrorBufferLength; /* number of valid UChars in charErrorBuffer */ member
Ducnv_u32.c100 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_BE()
184 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
564 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_LE()
658 args->converter->UCharErrorBufferLength = 1; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
Ducnv_u16.c339 cnv->UCharErrorBufferLength=1; in _UTF16BEToUnicodeWithOffsets()
455 cnv->UCharErrorBufferLength=1; in _UTF16BEToUnicodeWithOffsets()
935 cnv->UCharErrorBufferLength=1; in _UTF16LEToUnicodeWithOffsets()
1051 cnv->UCharErrorBufferLength=1; in _UTF16LEToUnicodeWithOffsets()
Ducnv2022.cpp1321 … length = saveThis->UCharErrorBufferLength = myData->currentConverter->UCharErrorBufferLength; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1322 myData->currentConverter->UCharErrorBufferLength = 0; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
2319 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2669 if(subArgs.converter->UCharErrorBufferLength > 0) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2671 subArgs.converter->UCharErrorBufferLength); in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2673 args->converter->UCharErrorBufferLength=subArgs.converter->UCharErrorBufferLength; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2674 subArgs.converter->UCharErrorBufferLength = 0; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
3465 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
Ducnvisci.c1133 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++] = \
1382 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1385 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_SIGN_VIRAMA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1386 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
Ducnvscsu.c322 cnv->UCharErrorBufferLength=1; in _SCSUToUnicodeWithOffsets()
430 cnv->UCharErrorBufferLength=1; in _SCSUToUnicodeWithOffsets()
654 cnv->UCharErrorBufferLength=1; in _SCSUToUnicode()
737 cnv->UCharErrorBufferLength=1; in _SCSUToUnicode()
Ducnv_u8.c201 cnv->UCharErrorBufferLength = 1; in ucnv_toUnicode_UTF8()
331 cnv->UCharErrorBufferLength = 1; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
Ducnvbocu.cpp1125 cnv->UCharErrorBufferLength=1; in _Bocu1ToUnicodeWithOffsets()
1325 cnv->UCharErrorBufferLength=1; in _Bocu1ToUnicode()
Ducnvmbcs.cpp2110 cnv->UCharErrorBufferLength=1; in ucnv_MBCSSingleToUnicodeWithOffsets()
2723 cnv->UCharErrorBufferLength=1; in ucnv_MBCSToUnicodeWithOffsets()
2759 cnv->UCharErrorBufferLength=1; in ucnv_MBCSToUnicodeWithOffsets()