Lines Matching refs:get
73 * get close to the next or prior new moon, but not cross it. Must be
341 int32_t dom = get(UCAL_DAY_OF_MONTH, status);
343 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day
371 int32_t dom = get(UCAL_DAY_OF_MONTH, status);
373 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day
383 int32_t m = get(UCAL_MONTH, status); // 0-based month
386 if (get(UCAL_IS_LEAP_MONTH, status) == 1) {
468 int32_t cacheValue = CalendarCache::get(&gChineseCalendarWinterSolsticeCache, gyear, status);
696 int32_t cacheValue = CalendarCache::get(&gChineseCalendarNewYearCache, gyear, status);
847 int32_t newYear = calendar.get(UCAL_YEAR, status);