Home
last modified time | relevance | path

Searched refs:U_INPUT_TOO_LONG_ERROR (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dpunycode.cpp201 *pErrorCode=U_INPUT_TOO_LONG_ERROR; in u_strToPunycode()
217 *pErrorCode=U_INPUT_TOO_LONG_ERROR; in u_strToPunycode()
396 *pErrorCode=U_INPUT_TOO_LONG_ERROR; in u_strFromPunycode()
/third_party/skia/third_party/externals/icu/source/common/
Dpunycode.cpp201 *pErrorCode=U_INPUT_TOO_LONG_ERROR; in u_strToPunycode()
217 *pErrorCode=U_INPUT_TOO_LONG_ERROR; in u_strToPunycode()
396 *pErrorCode=U_INPUT_TOO_LONG_ERROR; in u_strFromPunycode()
/third_party/icu/icu4c/source/common/
Dpunycode.cpp201 *pErrorCode=U_INPUT_TOO_LONG_ERROR; in u_strToPunycode()
217 *pErrorCode=U_INPUT_TOO_LONG_ERROR; in u_strToPunycode()
396 *pErrorCode=U_INPUT_TOO_LONG_ERROR; in u_strFromPunycode()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h494 U_INPUT_TOO_LONG_ERROR = 31, enumerator
/third_party/icu/icu4c/source/common/unicode/
Dutypes.h494 U_INPUT_TOO_LONG_ERROR = 31, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dutypes.h489 U_INPUT_TOO_LONG_ERROR = 31, enumerator
/third_party/icu/icu4c/source/test/intltest/
Duts46test.cpp357 assertEquals("encode: expected an error for too-long input", U_INPUT_TOO_LONG_ERROR, errorCode); in TestTooLong()
360 assertEquals("decode: expected an error for too-long input", U_INPUT_TOO_LONG_ERROR, errorCode); in TestTooLong()
Dlistformattertest.cpp840 status.expectErrorAndReset(U_INPUT_TOO_LONG_ERROR); in TestInt32Overflow()
/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.cpp281 status = U_INPUT_TOO_LONG_ERROR; in prepareForInsertHelper()
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp281 status = U_INPUT_TOO_LONG_ERROR; in prepareForInsertHelper()
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp281 status = U_INPUT_TOO_LONG_ERROR; in prepareForInsertHelper()
/third_party/chromium/patch/
D0001-cve.patch72912 ++ status = U_INPUT_TOO_LONG_ERROR;
72920 + status = U_INPUT_TOO_LONG_ERROR;
73023 ++ "splice() long text should not crash but return U_INPUT_TOO_LONG_ERROR",
73024 ++ U_INPUT_TOO_LONG_ERROR, status);
73030 ++ "U_INPUT_TOO_LONG_ERROR", U_INPUT_TOO_LONG_ERROR, status);
73036 ++ "U_INPUT_TOO_LONG_ERROR", U_INPUT_TOO_LONG_ERROR, status);
73104 + status = U_INPUT_TOO_LONG_ERROR;
73112 status = U_INPUT_TOO_LONG_ERROR;
73215 + "splice() long text should not crash but return U_INPUT_TOO_LONG_ERROR",
73216 + U_INPUT_TOO_LONG_ERROR, status);
[all …]