Searched refs:UCharErrorBuffer (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_cnv.cpp | 124 t=cnv->UCharErrorBuffer; in ucnv_toUWriteUChars() 175 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c); in ucnv_toUWriteCodePoint()
|
D | ucnv.cpp | 1578 overflow=cnv->UCharErrorBuffer; in ucnv_outputOverflowToUnicode() 1881 overflow=cnv->UCharErrorBuffer; in ucnv_getNextUChar() 1888 uprv_memmove(cnv->UCharErrorBuffer, cnv->UCharErrorBuffer+i, in ucnv_getNextUChar() 1982 if(U16_IS_TRAIL(c2=cnv->UCharErrorBuffer[0])) { in ucnv_getNextUChar() 1988 uprv_memmove(cnv->UCharErrorBuffer, cnv->UCharErrorBuffer+1, in ucnv_getNextUChar() 2020 uprv_memmove(cnv->UCharErrorBuffer+delta, cnv->UCharErrorBuffer, in ucnv_getNextUChar() 2025 cnv->UCharErrorBuffer[0]=buffer[i++]; in ucnv_getNextUChar() 2027 cnv->UCharErrorBuffer[1]=buffer[i]; in ucnv_getNextUChar()
|
D | ucnv_u32.cpp | 101 args->converter->UCharErrorBuffer[0] = (UChar) ch; in T_UConverter_toUnicode_UTF32_BE() 185 args->converter->UCharErrorBuffer[0] = (UChar) ch; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() 568 args->converter->UCharErrorBuffer[0] = (UChar) ch; in T_UConverter_toUnicode_UTF32_LE() 662 args->converter->UCharErrorBuffer[0] = (UChar) ch; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
|
D | ucnv_bld.h | 228 UChar UCharErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* unicode output from Error functions */ member
|
D | ucnv_u16.cpp | 342 cnv->UCharErrorBuffer[0]=trail; in _UTF16BEToUnicodeWithOffsets() 458 cnv->UCharErrorBuffer[0]=trail; in _UTF16BEToUnicodeWithOffsets() 943 cnv->UCharErrorBuffer[0]=trail; in _UTF16LEToUnicodeWithOffsets() 1059 cnv->UCharErrorBuffer[0]=trail; in _UTF16LEToUnicodeWithOffsets()
|
D | ucnv_ct.cpp | 563 … uprv_memcpy(args->converter->UCharErrorBuffer, subArgs.converter->UCharErrorBuffer, in UConverter_toUnicode_CompoundText_OFFSETS()
|
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 | 323 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff)); in _SCSUToUnicodeWithOffsets() 431 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff)); in _SCSUToUnicodeWithOffsets() 655 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff)); in _SCSUToUnicode() 738 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff)); in _SCSUToUnicode()
|
D | ucnv_u8.cpp | 154 cnv->UCharErrorBuffer[0] = (UChar) ch; in ucnv_toUnicode_UTF8() 272 cnv->UCharErrorBuffer[0] = (UChar) ch; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
|
D | ucnv2022.cpp | 1313 uprv_memcpy(saveThis->UCharErrorBuffer, in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 1314 myData->currentConverter->UCharErrorBuffer, in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() 2307 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() 2658 … uprv_memcpy(args->converter->UCharErrorBuffer, subArgs.converter->UCharErrorBuffer, in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() 3452 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
|
D | ucnvbocu.cpp | 1143 cnv->UCharErrorBuffer[0]=U16_TRAIL(c); in _Bocu1ToUnicodeWithOffsets() 1343 cnv->UCharErrorBuffer[0]=U16_TRAIL(c); in _Bocu1ToUnicode()
|
D | ucnvmbcs.cpp | 2120 cnv->UCharErrorBuffer[0]=c; in ucnv_MBCSSingleToUnicodeWithOffsets() 2733 cnv->UCharErrorBuffer[0]=unicodeCodeUnits[offset]; in ucnv_MBCSToUnicodeWithOffsets() 2769 cnv->UCharErrorBuffer[0]=c; in ucnv_MBCSToUnicodeWithOffsets()
|