Home | History | Annotate | Download | only in cintltst

Lines Matching defs:fromCalendar

613     UResourceBundle *toCalendar, *fromCalendar, *toGregorian, *fromGregorian;
619 fromCalendar = ures_getByKey(fromLocaleBund, "calendar", NULL, &errorCode);
620 fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
664 ures_close(fromCalendar);