Home | History | Annotate | Download | only in intltest

Lines Matching defs:errorCode

56         UErrorCode errorCode=U_ZERO_ERROR;
57 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2153 UErrorCode errorCode=U_ZERO_ERROR;
2155 UnicodeSet idSet(idPattern, errorCode);
2156 if(U_FAILURE(errorCode)) {
2157 dataerrln("FAIL: unable to create UnicodeSet([:ID_Continue:]) - %s", u_errorName(errorCode));
2162 UnicodeSet wsSet(wsPattern, errorCode);
2163 if(U_FAILURE(errorCode)) {
2164 dataerrln("FAIL: unable to create UnicodeSet([:White_Space:]) - %s", u_errorName(errorCode));
2242 applyPattern(wsPattern, errorCode).
2243 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode).
2244 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode).
2245 applyIntPropertyValue(UCHAR_CANONICAL_COMBINING_CLASS, 230, errorCode).
2246 applyPropertyAlias(UNICODE_STRING_SIMPLE("Assigned"), UnicodeString(), errorCode);
2297 UErrorCode errorCode=U_ZERO_ERROR;
2299 u_strToUTF8(t, capacity, &length8, s, length, &errorCode);
2300 if(U_SUCCESS(errorCode)) {
3214 UErrorCode errorCode=U_ZERO_ERROR;
3217 ucnv_fromUnicode(openUTF8Converter(), &t, tLimit, &s16, s16Limit, o, TRUE, &errorCode);
3218 if(U_FAILURE(errorCode)) {
3220 testName, (long)index, u_errorName(errorCode));
3626 UErrorCode errorCode=U_ZERO_ERROR;
3627 sets[SLOW]=new UnicodeSet(UnicodeString(s, -1, US_INV).unescape(), errorCode);
3628 if(U_FAILURE(errorCode)) {
3629 dataerrln("FAIL: Unable to create UnicodeSet(%s) - %s", s, u_errorName(errorCode));
3749 UErrorCode errorCode=U_ZERO_ERROR;
3751 UnicodeSet set(pattern16, errorCode);
3752 if(U_FAILURE(errorCode)) {
3753 errln("FAIL: Unable to create UnicodeSet(%s) - %s", pattern, u_errorName(errorCode));
3785 set.applyPattern(pattern16, errorCode);
3786 if(U_FAILURE(errorCode)) {
3787 errln("FAIL: Unable to create UnicodeSet(%s) - %s", pattern, u_errorName(errorCode));
3802 set.applyPattern(pattern16, errorCode).freeze();
3803 if(U_FAILURE(errorCode)) {
3804 errln("FAIL: Unable to create UnicodeSet(%s) - %s", pattern, u_errorName(errorCode));