Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getByKeyWithFallback

619     fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
620 fromDateTimeElements = ures_getByKeyWithFallback(fromGregorian, "DateTimeElements", NULL, &errorCode);
623 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
624 toDateTimeElements = ures_getByKeyWithFallback(toGregorian, "DateTimeElements", NULL, &errorCode);
631 fromWeekendData = ures_getByKeyWithFallback(fromGregorian, "weekend", NULL, &errorCode);
636 toWeekendData = ures_getByKeyWithFallback(toGregorian, "weekend", NULL, &errorCode);
1019 UResourceBundle* greg = ures_getByKeyWithFallback(cal, "gregorian", NULL, &errorCode);
1020 UResourceBundle* names = ures_getByKeyWithFallback(greg, "dayNames", NULL, &errorCode);
1021 UResourceBundle* format = ures_getByKeyWithFallback(names, "format", NULL, &errorCode);
1022 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode);
1051 names = ures_getByKeyWithFallback(greg, "monthNames", NULL, &errorCode);
1052 format = ures_getByKeyWithFallback(names,"format", NULL, &errorCode);
1053 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode);