Home | History | Annotate | Download | only in i18n

Lines Matching defs:eras

158 static const char gErasTag[]="eras";
1415 UResourceBundle *eras = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status);
1418 if ( status == U_MISSING_RESOURCE_ERROR ) { // Workaround because eras/wide was omitted from CLDR 1.3
1422 // current ICU4J falls back to abbreviated if narrow eras are missing, so we will too
1551 locBased.setLocaleIDs(ures_getLocaleByType(eras, ULOC_VALID_LOCALE, &status),
1552 ures_getLocaleByType(eras, ULOC_ACTUAL_LOCALE, &status));
1554 initField(&fEras, fErasCount, eras, status);
1790 ures_close(eras);