/external/icu4c/samples/uresb/ |
D | root.txt | 16 "U_TRUNCATED_CHAR_FOUND",
|
/external/icu4c/common/ |
D | ucnv_u16.c | 512 *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()
|
D | ucnv_lmb.c | 1105 *err = U_TRUNCATED_CHAR_FOUND;\ 1290 if (*err == U_TRUNCATED_CHAR_FOUND) in _LMBCSToUnicodeWithOffsets() 1343 if (*err == U_TRUNCATED_CHAR_FOUND) { in _LMBCSToUnicodeWithOffsets()
|
D | ucnv_ct.c | 239 *err = U_TRUNCATED_CHAR_FOUND; in findStateFromEscSeq() 500 if (*err == U_TRUNCATED_CHAR_FOUND) { in UConverter_toUnicode_CompoundText_OFFSETS()
|
D | ucnv.c | 1012 *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() 2330 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in ucnv_convertEx()
|
D | ucnv_u32.c | 441 *err = U_TRUNCATED_CHAR_FOUND; in T_UConverter_getNextUChar_UTF32_BE() 936 *err = U_TRUNCATED_CHAR_FOUND; in T_UConverter_getNextUChar_UTF32_LE()
|
D | ucnv_u8.c | 644 *err = U_TRUNCATED_CHAR_FOUND; in ucnv_getNextUChar_UTF8()
|
D | ucnv_u7.c | 1141 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in _IMAPToUnicodeWithOffsets()
|
D | ucnvmbcs.c | 3006 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in ucnv_MBCSGetNextUChar() 3830 *pErrorCode=U_TRUNCATED_CHAR_FOUND; in ucnv_MBCSSingleFromBMPWithOffsets() 3899 if (count > 0 && *pErrorCode == U_TRUNCATED_CHAR_FOUND) { in ucnv_MBCSSingleFromBMPWithOffsets()
|
D | ucnv2022.cpp | 1311 *err = U_TRUNCATED_CHAR_FOUND; /* truncated input before ESC */ in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utypes.h | 561 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | utypes.h | 561 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | utypes.h | 561 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | utypes.h | 561 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator
|
/external/icu4c/common/unicode/ |
D | utypes.h | 521 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator
|
/external/icu4c/test/cintltst/ |
D | nucnvtst.c | 2139 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an inval… in TestUTF16BE() 2152 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an trunc… in TestUTF16BE() 2193 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an inval… in TestUTF16LE() 2206 …cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an trunc… in TestUTF16LE() 2618 …cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a charac… in TestDBCS() 2669 …cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a charac… in TestMBCS() 2777 …cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a charac… in TestISO_2022() 5241 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS() 5289 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS() 5323 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS()
|
D | ncnvtst.c | 1833 if(errorCode!=U_TRUNCATED_CHAR_FOUND || target!=buffer) { in doTestTruncated() 1845 if(errorCode!=U_TRUNCATED_CHAR_FOUND || source!=sourceLimit || target!=buffer) { in doTestTruncated()
|
D | cnormtst.c | 560 errorCode=U_TRUNCATED_CHAR_FOUND; in TestIsNormalized() 562 if(errorCode!=U_TRUNCATED_CHAR_FOUND) { in TestIsNormalized()
|
D | ccapitst.c | 1989 if (err == U_TRUNCATED_CHAR_FOUND) { in bug1() 2541 if(errorCode!=U_TRUNCATED_CHAR_FOUND || pivotSource!=pivotBuffer) { in testFromTruncatedUTF8()
|
D | nccbtst.c | 2970 …us != U_INVALID_CHAR_FOUND && status != U_ILLEGAL_CHAR_FOUND && status != U_TRUNCATED_CHAR_FOUND))) in testConvertToUnicode()
|
/external/icu4c/extra/uconv/resources/ |
D | root.txt | 117 U_TRUNCATED_CHAR_FOUND { "Truncated character found" }
|
/external/icu4c/tools/toolutil/ |
D | ucbuf.c | 729 *err= U_TRUNCATED_CHAR_FOUND; in ucbuf_readline()
|
/external/icu4c/test/intltest/ |
D | convtest.cpp | 153 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestToUnicode() 275 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND; in TestFromUnicode()
|
/external/libxml2/patches/ |
D | 0001-Add-ICU-support-for-libxml.patch | 246 + /* if (err == U_TRUNCATED_CHAR_FOUND) */
|