Searched refs:U_TRUNCATED_CHAR_FOUND (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_u16.c512 *err = U_TRUNCATED_CHAR_FOUND;
545 *err=U_TRUNCATED_CHAR_FOUND;
1111 *err = U_TRUNCATED_CHAR_FOUND;
1144 *err=U_TRUNCATED_CHAR_FOUND;
H A Ducnv_ct.c239 *err = U_TRUNCATED_CHAR_FOUND;
500 if (*err == U_TRUNCATED_CHAR_FOUND) {
H A Ducnv_lmb.c1105 *err = U_TRUNCATED_CHAR_FOUND;\
1290 if (*err == U_TRUNCATED_CHAR_FOUND)
1343 if (*err == U_TRUNCATED_CHAR_FOUND) {
H A Ducnv.c1020 *err=U_TRUNCATED_CHAR_FOUND;
1053 e!=U_TRUNCATED_CHAR_FOUND)
1465 *err=U_TRUNCATED_CHAR_FOUND;
1498 e!=U_TRUNCATED_CHAR_FOUND &&
1941 * U_TRUNCATED_CHAR_FOUND for truncated input,
2338 *pErrorCode=U_TRUNCATED_CHAR_FOUND;
H A Ducnv_u32.c441 *err = U_TRUNCATED_CHAR_FOUND;
936 *err = U_TRUNCATED_CHAR_FOUND;
H A Ducnv_u7.c1141 *pErrorCode=U_TRUNCATED_CHAR_FOUND;
H A Ducnv_u8.c653 *err = U_TRUNCATED_CHAR_FOUND;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h517 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator in enum:UErrorCode
/external/icu/icu4c/source/common/
H A Ducnv_u16.c512 *err = U_TRUNCATED_CHAR_FOUND;
545 *err=U_TRUNCATED_CHAR_FOUND;
1111 *err = U_TRUNCATED_CHAR_FOUND;
1144 *err=U_TRUNCATED_CHAR_FOUND;
H A Ducnv_ct.c239 *err = U_TRUNCATED_CHAR_FOUND;
500 if (*err == U_TRUNCATED_CHAR_FOUND) {
H A Ducnv_lmb.c1105 *err = U_TRUNCATED_CHAR_FOUND;\
1290 if (*err == U_TRUNCATED_CHAR_FOUND)
1343 if (*err == U_TRUNCATED_CHAR_FOUND) {
H A Ducnv.c1020 *err=U_TRUNCATED_CHAR_FOUND;
1053 e!=U_TRUNCATED_CHAR_FOUND)
1465 *err=U_TRUNCATED_CHAR_FOUND;
1498 e!=U_TRUNCATED_CHAR_FOUND &&
1941 * U_TRUNCATED_CHAR_FOUND for truncated input,
2338 *pErrorCode=U_TRUNCATED_CHAR_FOUND;
H A Ducnv_u32.c441 *err = U_TRUNCATED_CHAR_FOUND;
936 *err = U_TRUNCATED_CHAR_FOUND;
H A Ducnv_u7.c1141 *pErrorCode=U_TRUNCATED_CHAR_FOUND;
H A Ducnv_u8.c644 *err = U_TRUNCATED_CHAR_FOUND;
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h521 U_TRUNCATED_CHAR_FOUND = 11, /**< Character conversion: Incomplete input sequence. */ enumerator in enum:UErrorCode
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c721 * for returning a pointer U_TRUNCATED_CHAR_FOUND
729 *err= U_TRUNCATED_CHAR_FOUND;
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c721 * for returning a pointer U_TRUNCATED_CHAR_FOUND
729 *err= U_TRUNCATED_CHAR_FOUND;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp144 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
257 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp153 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
275 cc.outErrorCode=U_TRUNCATED_CHAR_FOUND;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c2119 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an invalid character"); local
2132 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an truncated surrogate character");
2173 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an invalid character"); local
2186 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an truncated surrogate character");
2598 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated"); local
2649 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated"); local
2757 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated"); local
5221 if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn + 5)
5269 if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn + 5)
5303 if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOu
[all...]
H A Dcnormtst.c560 errorCode=U_TRUNCATED_CHAR_FOUND;
562 if(errorCode!=U_TRUNCATED_CHAR_FOUND) {
563 log_err("error: isNormalized(U_TRUNCATED_CHAR_FOUND) changed the error code to %s\n", u_errorName(errorCode));
H A Dncnvtst.c1767 /* Test that U_TRUNCATED_CHAR_FOUND is set. */
1808 if(errorCode!=U_TRUNCATED_CHAR_FOUND || target!=buffer) {
1809 log_err("error TestTruncated(%s, 1b): no input (previously %d), flush=TRUE: %s (should be U_TRUNCATED_CHAR_FOUND), output %d\n",
1820 if(errorCode!=U_TRUNCATED_CHAR_FOUND || source!=sourceLimit || target!=buffer) {
1821 log_err("error TestTruncated(%s, 2): input bytes[%d], flush=TRUE: %s (should be U_TRUNCATED_CHAR_FOUND), input left %d, output %d\n",
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c2124 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an invalid character"); local
2137 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an truncated surrogate character");
2178 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an invalid character"); local
2191 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an truncated surrogate character");
2603 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated"); local
2654 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated"); local
2762 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated"); local
5226 if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn + 5)
5274 if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn + 5)
5308 if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOu
[all...]
H A Dcnormtst.c560 errorCode=U_TRUNCATED_CHAR_FOUND;
562 if(errorCode!=U_TRUNCATED_CHAR_FOUND) {
563 log_err("error: isNormalized(U_TRUNCATED_CHAR_FOUND) changed the error code to %s\n", u_errorName(errorCode));

Completed in 1602 milliseconds

12