Home
last modified time | relevance | path

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

/external/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()
/external/icu/libicu/cts_headers/unicode/
Dutypes.h490 U_INPUT_TOO_LONG_ERROR = 31, enumerator
/external/icu/icu4c/source/common/unicode/
Dutypes.h490 U_INPUT_TOO_LONG_ERROR = 31, enumerator
/external/icu/libicu/ndk_headers/unicode/
Dutypes.h490 U_INPUT_TOO_LONG_ERROR = 31, enumerator
/external/icu/libandroidicu/include/unicode/
Dutypes.h490 U_INPUT_TOO_LONG_ERROR = 31, enumerator
/external/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.cpp845 status.expectErrorAndReset(U_INPUT_TOO_LONG_ERROR); in TestInt32Overflow()
/external/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp281 status = U_INPUT_TOO_LONG_ERROR; in prepareForInsertHelper()