Searched refs:U_INPUT_TOO_LONG_ERROR (Results 1 – 8 of 8) sorted by relevance
201 *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()
490 U_INPUT_TOO_LONG_ERROR = 31, enumerator
357 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()
845 status.expectErrorAndReset(U_INPUT_TOO_LONG_ERROR); in TestInt32Overflow()
281 status = U_INPUT_TOO_LONG_ERROR; in prepareForInsertHelper()