Home | History | Annotate | Download | only in cintltst

Lines Matching defs:toCalendar

623     UResourceBundle *toCalendar, *fromCalendar, *toGregorian, *fromGregorian;
632 toCalendar = ures_getByKey(toLocaleBund, "calendar", NULL, &errorCode);
633 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
675 ures_close(toCalendar);