Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/uresb/
Droot.txt16 "U_TRUNCATED_CHAR_FOUND",
/external/icu/icu4c/source/common/
Ducnv_u16.c512 *err = U_TRUNCATED_CHAR_FOUND; in _UTF16BEGetNextUChar()
545 *err=U_TRUNCATED_CHAR_FOUND; in _UTF16BEGetNextUChar()
1111 *err = U_TRUNCATED_CHAR_FOUND; in _UTF16LEGetNextUChar()
1144 *err=U_TRUNCATED_CHAR_FOUND; in _UTF16LEGetNextUChar()
Ducnv_lmb.c1103 *err = U_TRUNCATED_CHAR_FOUND;\
1288 if (*err == U_TRUNCATED_CHAR_FOUND) in _LMBCSToUnicodeWithOffsets()
1341 if (*err == U_TRUNCATED_CHAR_FOUND) { in _LMBCSToUnicodeWithOffsets()
Ducnv_ct.c237 *err = U_TRUNCATED_CHAR_FOUND; in findStateFromEscSeq()
498 if (*err == U_TRUNCATED_CHAR_FOUND) { in UConverter_toUnicode_CompoundText_OFFSETS()
Ducnv.c1020 *err=U_TRUNCATED_CHAR_FOUND; in _fromUnicodeWithCallback()
1053 e!=U_TRUNCATED_CHAR_FOUND) in _fromUnicodeWithCallback()
1465 *err=U_TRUNCATED_CHAR_FOUND; in _toUnicodeWithCallback()
1498 e!=U_TRUNCATED_CHAR_FOUND && in _toUnicodeWithCallback()
2338 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in ucnv_convertEx()
Ducnv_u32.c441 *err = U_TRUNCATED_CHAR_FOUND; in T_UConverter_getNextUChar_UTF32_BE()
936 *err = U_TRUNCATED_CHAR_FOUND; in T_UConverter_getNextUChar_UTF32_LE()
Ducnv_u8.c653 *err = U_TRUNCATED_CHAR_FOUND; in ucnv_getNextUChar_UTF8()
Ducnv_u7.c1141 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in _IMAPToUnicodeWithOffsets()
Ducnvmbcs.cpp3143 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in ucnv_MBCSGetNextUChar()
3967 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in ucnv_MBCSSingleFromBMPWithOffsets()
4036 if (count > 0 && *pErrorCode == U_TRUNCATED_CHAR_FOUND) { in ucnv_MBCSSingleFromBMPWithOffsets()
Ducnv2022.cpp1356 *err = U_TRUNCATED_CHAR_FOUND; /* truncated input before ESC */ in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
/external/icu/icu4c/source/common/unicode/
Dutypes.h521 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c2122 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an inval… in TestUTF16BE()
2135 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an trunc… in TestUTF16BE()
2176 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an inval… in TestUTF16LE()
2189 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an trunc… in TestUTF16LE()
2601 …cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a charac… in TestDBCS()
2652 …cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a charac… in TestMBCS()
2760 …cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a charac… in TestISO_2022()
5224 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS()
5272 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS()
5306 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS()
Dcnormtst.c559 errorCode=U_TRUNCATED_CHAR_FOUND; in TestIsNormalized()
561 if(errorCode!=U_TRUNCATED_CHAR_FOUND) { in TestIsNormalized()
Dncnvtst.c1834 if(errorCode!=U_TRUNCATED_CHAR_FOUND || target!=buffer) { in doTestTruncated()
1846 if(errorCode!=U_TRUNCATED_CHAR_FOUND || source!=sourceLimit || target!=buffer) { in doTestTruncated()
Dccapitst.c1989 if (err == U_TRUNCATED_CHAR_FOUND) { in bug1()
2547 if(errorCode!=U_TRUNCATED_CHAR_FOUND || pivotSource!=pivotBuffer) { in testFromTruncatedUTF8()
Dnccbtst.c2939 …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.txt117 U_TRUNCATED_CHAR_FOUND { "Truncated character found" }
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp154 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestToUnicode()
276 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestFromUnicode()
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.c728 *err= U_TRUNCATED_CHAR_FOUND; in ucbuf_readline()