Lines Matching refs:ALL
3 * Corporation and others. All Rights Reserved.
1575 UEnumeration *all, *pref;
1582 UEnumeration *ALL = ucal_getKeywordValuesForLocale("calendar", uloc_getDefault(), FALSE, &status);
1586 all = NULL;
1617 all = ucal_getKeywordValuesForLocale("calendar", loc, FALSE, &status);
1619 size = uenum_count(all, &status);
1621 if (U_SUCCESS(status) && size == uenum_count(ALL, &status)) {
1623 ALLList = ulist_getListFromEnum(ALL);
1625 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1627 log_err("Locale %s have %s not in ALL\n", loc, value);
1633 log_err("ERROR getting \"all\" keyword value for locale \"%s\"\n", loc);
1639 log_err("FAIL: All values for locale \"%s\" does not match expected.\n", loc);
1642 uenum_close(all);
1645 log_err_status(status, "Failed to get ALL keyword values for default locale %s: %s.\n", uloc_getDefault(), u_errorName(status));
1647 uenum_close(ALL);
2133 /* all calendars with era0YearsGoBackwards have "unbounded" era0 year values, so we should pin at yr 1 */