Searched refs:gregorian (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 422 ScopedResourceBundle gregorian(ures_getByKey(calendar.get(), "gregorian", NULL, &status)); in getDateTimePatterns() local 426 …ScopedResourceBundle dateTimePatterns(ures_getByKey(gregorian.get(), "DateTimePatterns", NULL, &st… in getDateTimePatterns() 473 ScopedResourceBundle gregorian(ures_getByKey(calendar.get(), "gregorian", NULL, &status)); in getYesterdayTodayAndTomorrow() local 477 ScopedResourceBundle fields(ures_getByKey(gregorian.get(), "fields", NULL, &status)); in getYesterdayTodayAndTomorrow()
|