Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorCode

56         UErrorCode errorCode=U_ZERO_ERROR;
57 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2141 UErrorCode errorCode=U_ZERO_ERROR;
2143 UnicodeSet idSet(idPattern, errorCode);
2144 if(U_FAILURE(errorCode)) {
2145 dataerrln("FAIL: unable to create UnicodeSet([:ID_Continue:]) - %s", u_errorName(errorCode));
2150 UnicodeSet wsSet(wsPattern, errorCode);
2151 if(U_FAILURE(errorCode)) {
2152 dataerrln("FAIL: unable to create UnicodeSet([:White_Space:]) - %s", u_errorName(errorCode));
2230 applyPattern(wsPattern, errorCode).
2231 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode).
2232 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode).
2233 applyIntPropertyValue(UCHAR_CANONICAL_COMBINING_CLASS, 230, errorCode).
2234 applyPropertyAlias(UNICODE_STRING_SIMPLE("Assigned"), UnicodeString(), errorCode);
2285 UErrorCode errorCode=U_ZERO_ERROR;
2287 u_strToUTF8(t, capacity, &length8, s, length, &errorCode);
2288 if(U_SUCCESS(errorCode)) {
3223 UErrorCode errorCode=U_ZERO_ERROR;
3226 ucnv_fromUnicode(openUTF8Converter(), &t, tLimit, &s16, s16Limit, o, TRUE, &errorCode);
3227 if(U_FAILURE(errorCode)) {
3229 testName, (long)index, u_errorName(errorCode));
3635 UErrorCode errorCode=U_ZERO_ERROR;
3636 sets[SLOW]=new UnicodeSet(UnicodeString(s, -1, US_INV).unescape(), errorCode);
3637 if(U_FAILURE(errorCode)) {
3638 dataerrln("FAIL: Unable to create UnicodeSet(%s) - %s", s, u_errorName(errorCode));
3758 UErrorCode errorCode=U_ZERO_ERROR;
3760 UnicodeSet set(pattern16, errorCode);
3761 if(U_FAILURE(errorCode)) {
3762 errln("FAIL: Unable to create UnicodeSet(%s) - %s", pattern, u_errorName(errorCode));
3793 set.applyPattern(pattern16, errorCode);
3794 if(U_FAILURE(errorCode)) {
3795 errln("FAIL: Unable to create UnicodeSet(%s) - %s", pattern, u_errorName(errorCode));
3810 set.applyPattern(pattern16, errorCode).freeze();
3811 if(U_FAILURE(errorCode)) {
3812 errln("FAIL: Unable to create UnicodeSet(%s) - %s", pattern, u_errorName(errorCode));