Home | History | Annotate | Download | only in i18n

Lines Matching defs:eras

181 static const char gErasTag[]="eras";
1266 UResourceBundle *eras = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status);
1269 if ( status == U_MISSING_RESOURCE_ERROR ) { // Workaround because eras/wide was omitted from CLDR 1.3
1273 // current ICU4J falls back to abbreviated if narrow eras are missing, so we will too
1330 locBased.setLocaleIDs(ures_getLocaleByType(eras, ULOC_VALID_LOCALE, &status),
1331 ures_getLocaleByType(eras, ULOC_ACTUAL_LOCALE, &status));
1333 initField(&fEras, fErasCount, eras, status);
1559 ures_close(eras);