Home | History | Annotate | Download | only in unicode

Lines Matching full:errorcode

1361      *     UErrorCode errorCode = U_ZERO_ERROR;
1362 * int32_t length = uloc_toLanguageTag(localeID.c_str(), langTag, (int32_t)sizeof(langTag), TRUE, &errorCode);
1363 * if (U_FAILURE(errorCode)) {
2435 Calendar::createInstance(TimeZone* zone, UErrorCode& errorCode)
2438 return createInstance(zone, Locale::getDefault(), errorCode);