Home
last modified time | relevance | path

Searched refs:U_TRUNCATED_CHAR_FOUND (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4c/source/samples/uresb/
Droot.txt19 "U_TRUNCATED_CHAR_FOUND",
/external/icu/icu4c/source/common/
Ducnv_u16.cpp516 *err = U_TRUNCATED_CHAR_FOUND; in _UTF16BEGetNextUChar()
549 *err=U_TRUNCATED_CHAR_FOUND; in _UTF16BEGetNextUChar()
1117 *err = U_TRUNCATED_CHAR_FOUND; in _UTF16LEGetNextUChar()
1150 *err=U_TRUNCATED_CHAR_FOUND; in _UTF16LEGetNextUChar()
Ducnv_lmb.cpp1112 *err = U_TRUNCATED_CHAR_FOUND;\
1297 if (*err == U_TRUNCATED_CHAR_FOUND) in _LMBCSToUnicodeWithOffsets()
1350 if (*err == U_TRUNCATED_CHAR_FOUND) { in _LMBCSToUnicodeWithOffsets()
Ducnv_ct.cpp240 *err = U_TRUNCATED_CHAR_FOUND; in findStateFromEscSeq()
505 if (*err == U_TRUNCATED_CHAR_FOUND) { in UConverter_toUnicode_CompoundText_OFFSETS()
Ducnv.cpp1012 *err=U_TRUNCATED_CHAR_FOUND; in _fromUnicodeWithCallback()
1045 e!=U_TRUNCATED_CHAR_FOUND) in _fromUnicodeWithCallback()
1457 *err=U_TRUNCATED_CHAR_FOUND; in _toUnicodeWithCallback()
1490 e!=U_TRUNCATED_CHAR_FOUND && in _toUnicodeWithCallback()
2322 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in ucnv_convertEx()
Ducnv_u32.cpp443 *err = U_TRUNCATED_CHAR_FOUND; in T_UConverter_getNextUChar_UTF32_BE()
938 *err = U_TRUNCATED_CHAR_FOUND; in T_UConverter_getNextUChar_UTF32_LE()
Ducnv_u8.cpp597 *err = U_TRUNCATED_CHAR_FOUND; in ucnv_getNextUChar_UTF8()
Ducnv_u7.cpp1148 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in _IMAPToUnicodeWithOffsets()
Ducnvmbcs.cpp3154 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in ucnv_MBCSGetNextUChar()
3978 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in ucnv_MBCSSingleFromBMPWithOffsets()
4047 if (count > 0 && *pErrorCode == U_TRUNCATED_CHAR_FOUND) { in ucnv_MBCSSingleFromBMPWithOffsets()
Ducnv2022.cpp1345 *err = U_TRUNCATED_CHAR_FOUND; /* truncated input before ESC */ in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
/external/icu/libandroidicu/include/unicode/
Dutypes.h447 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator
/external/icu/icu4c/source/common/unicode/
Dutypes.h447 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c2134 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an inval… in TestUTF16BE()
2147 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an trunc… in TestUTF16BE()
2188 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an inval… in TestUTF16LE()
2201 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an trunc… in TestUTF16LE()
2613 …cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a charac… in TestDBCS()
2664 …cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a charac… in TestMBCS()
2772 …cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a charac… in TestISO_2022()
5236 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS()
5284 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS()
5318 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS()
Dcnormtst.c562 errorCode=U_TRUNCATED_CHAR_FOUND; in TestIsNormalized()
564 if(errorCode!=U_TRUNCATED_CHAR_FOUND) { in TestIsNormalized()
Dncnvtst.c1832 if(errorCode!=U_TRUNCATED_CHAR_FOUND || target!=buffer) { in doTestTruncated()
1844 if(errorCode!=U_TRUNCATED_CHAR_FOUND || source!=sourceLimit || target!=buffer) { in doTestTruncated()
Dccapitst.c1992 if (err == U_TRUNCATED_CHAR_FOUND) { in bug1()
2570 if(errorCode!=U_TRUNCATED_CHAR_FOUND || pivotSource!=pivotBuffer) { in testFromTruncatedUTF8()
Dnccbtst.c2941 …us != U_INVALID_CHAR_FOUND && status != U_ILLEGAL_CHAR_FOUND && status != U_TRUNCATED_CHAR_FOUND))) in testConvertToUnicode()
/external/icu/icu4c/source/extra/uconv/resources/
Droot.txt120 U_TRUNCATED_CHAR_FOUND { "Truncated character found" }
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp152 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestToUnicode()
274 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestFromUnicode()
836 assertEquals("illFormed truncated", U_TRUNCATED_CHAR_FOUND, errorCode.reset()); in TestUTF8ToUTF8Overflow()
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp730 *err= U_TRUNCATED_CHAR_FOUND; in ucbuf_readline()