Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_cnv.c116 t=cnv->UCharErrorBuffer; in ucnv_toUWriteUChars()
167 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c); in ucnv_toUWriteCodePoint()
Ducnv.c1576 overflow=cnv->UCharErrorBuffer; in ucnv_outputOverflowToUnicode()
1887 overflow=cnv->UCharErrorBuffer; in ucnv_getNextUChar()
1894 uprv_memmove(cnv->UCharErrorBuffer, cnv->UCharErrorBuffer+i, in ucnv_getNextUChar()
1988 if(U16_IS_TRAIL(c2=cnv->UCharErrorBuffer[0])) { in ucnv_getNextUChar()
1994 uprv_memmove(cnv->UCharErrorBuffer, cnv->UCharErrorBuffer+1, in ucnv_getNextUChar()
2026 uprv_memmove(cnv->UCharErrorBuffer+delta, cnv->UCharErrorBuffer, in ucnv_getNextUChar()
2031 cnv->UCharErrorBuffer[0]=buffer[i++]; in ucnv_getNextUChar()
2033 cnv->UCharErrorBuffer[1]=buffer[i]; in ucnv_getNextUChar()
Ducnv_u32.c99 args->converter->UCharErrorBuffer[0] = (UChar) ch; in T_UConverter_toUnicode_UTF32_BE()
183 args->converter->UCharErrorBuffer[0] = (UChar) ch; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
563 args->converter->UCharErrorBuffer[0] = (UChar) ch; in T_UConverter_toUnicode_UTF32_LE()
657 args->converter->UCharErrorBuffer[0] = (UChar) ch; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
Ducnv_bld.h226 UChar UCharErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* unicode output from Error functions */ member
Ducnv_u16.c338 cnv->UCharErrorBuffer[0]=trail; in _UTF16BEToUnicodeWithOffsets()
454 cnv->UCharErrorBuffer[0]=trail; in _UTF16BEToUnicodeWithOffsets()
934 cnv->UCharErrorBuffer[0]=trail; in _UTF16LEToUnicodeWithOffsets()
1050 cnv->UCharErrorBuffer[0]=trail; in _UTF16LEToUnicodeWithOffsets()
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.c321 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff)); in _SCSUToUnicodeWithOffsets()
429 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff)); in _SCSUToUnicodeWithOffsets()
653 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff)); in _SCSUToUnicode()
736 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff)); in _SCSUToUnicode()
Ducnv_ct.c556 … uprv_memcpy(args->converter->UCharErrorBuffer, subArgs.converter->UCharErrorBuffer, in UConverter_toUnicode_CompoundText_OFFSETS()
Ducnv_u8.c200 cnv->UCharErrorBuffer[0] = (UChar) ch; in ucnv_toUnicode_UTF8()
330 cnv->UCharErrorBuffer[0] = (UChar) ch; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
Ducnv2022.cpp1324 uprv_memcpy(saveThis->UCharErrorBuffer, in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1325 myData->currentConverter->UCharErrorBuffer, in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
2319 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2670 … uprv_memcpy(args->converter->UCharErrorBuffer, subArgs.converter->UCharErrorBuffer, in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
3465 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
Ducnvbocu.cpp1124 cnv->UCharErrorBuffer[0]=U16_TRAIL(c); in _Bocu1ToUnicodeWithOffsets()
1324 cnv->UCharErrorBuffer[0]=U16_TRAIL(c); in _Bocu1ToUnicode()
Ducnvmbcs.cpp2109 cnv->UCharErrorBuffer[0]=c; in ucnv_MBCSSingleToUnicodeWithOffsets()
2722 cnv->UCharErrorBuffer[0]=unicodeCodeUnits[offset]; in ucnv_MBCSToUnicodeWithOffsets()
2758 cnv->UCharErrorBuffer[0]=c; in ucnv_MBCSToUnicodeWithOffsets()