Home | History | Annotate | Download | only in i18n

Lines Matching full:eras

182 static const char gErasTag[]="eras";
1289 UResourceBundle *eras = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status);
1292 if ( status == U_MISSING_RESOURCE_ERROR ) { // Workaround because eras/wide was omitted from CLDR 1.3
1296 // current ICU4J falls back to abbreviated if narrow eras are missing, so we will too
1354 locBased.setLocaleIDs(ures_getLocaleByType(eras, ULOC_VALID_LOCALE, &status),
1355 ures_getLocaleByType(eras, ULOC_ACTUAL_LOCALE, &status));
1357 initField(&fEras, fErasCount, eras, status);
1589 ures_close(eras);