Home | History | Annotate | Download | only in cintltst

Lines Matching refs:toCalendar

613     UResourceBundle *toCalendar, *fromCalendar, *toGregorian, *fromGregorian;
622 toCalendar = ures_getByKey(toLocaleBund, "calendar", NULL, &errorCode);
623 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
665 ures_close(toCalendar);