Home | History | Annotate | Download | only in i18n

Lines Matching defs:eras

158 static const char gErasTag[]="eras";
1405 UResourceBundle *eras = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status);
1408 eras/wide was omitted from CLDR 1.3
1412 // current ICU4J falls back to abbreviated if narrow eras are missing, so we will too
1541 locBased.setLocaleIDs(ures_getLocaleByType(eras, ULOC_VALID_LOCALE, &status),
1542 ures_getLocaleByType(eras, ULOC_ACTUAL_LOCALE, &status));
1544 initField(&fEras, fErasCount, eras, status);
1780 ures_close(eras);