Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ec

3119     UErrorCode ec = U_ZERO_ERROR;
3124 n = uenum_count(iter, &ec);
3125 if (!assertSuccess("count", &ec)) return -1;
3128 const char* s = uenum_next(iter, NULL, &ec);
3129 if (!assertSuccess("snext", &ec) || s == NULL) break;
3158 UErrorCode ec = U_ZERO_ERROR;
3171 e = ucol_openAvailableLocales(&ec);
3173 assertSuccess("ucol_openAvailableLocales", &ec);
3180 log_data_err("Error calling ucol_openAvailableLocales() -> %s (Are you missing data?)\n", u_errorName(ec));
3184 e = ucol_getKeywords(&ec);
3186 assertSuccess("ucol_getKeywords", &ec);
3192 log_data_err("Error calling ucol_getKeywords() -> %s (Are you missing data?)\n", u_errorName(ec));
3195 e = ucol_getKeywordValues(KW[0], &ec);
3197 assertSuccess("ucol_getKeywordValues", &ec);
3203 log_data_err("Error calling ucol_getKeywordValues() -> %s (Are you missing data?)\n", u_errorName(ec));
3207 ec = U_USING_FALLBACK_WARNING;
3208 e = ucol_getKeywordValues(KW[0], &ec);
3209 if (assertSuccess("ucol_getKeywordValues [with warning code set]", &ec)) {
3224 &isAvailable, &ec);
3225 if (assertSuccess("getFunctionalEquivalent", &ec)) {
3232 &isAvailable, &ec);
3233 if (assertSuccess("getFunctionalEquivalent", &ec)) {