Searched refs:cacheValue (Results 1 – 3 of 3) sorted by relevance
699 long cacheValue = winterSolsticeCache.get(gyear); in winterSolstice() local701 if (cacheValue == CalendarCache.EMPTY) { in winterSolstice()713 cacheValue = millisToDays(solarLong); in winterSolstice()714 winterSolsticeCache.put(gyear, cacheValue); in winterSolstice()716 return (int) cacheValue; in winterSolstice()937 long cacheValue = newYearCache.get(gyear); in newYear() local939 if (cacheValue == CalendarCache.EMPTY) { in newYear()949 cacheValue = newMoonNear(newMoon2 + SYNODIC_GAP, true); in newYear()951 cacheValue = newMoon2; in newYear()954 newYearCache.put(gyear, cacheValue); in newYear()[all …]
527 int32_t cacheValue = CalendarCache::get(&gChineseCalendarWinterSolsticeCache, gyear, status); in winterSolstice() local529 if (cacheValue == 0) { in winterSolstice()546 cacheValue = (int32_t)millisToDays(solarLong); in winterSolstice()547 CalendarCache::put(&gChineseCalendarWinterSolsticeCache, gyear, cacheValue, status); in winterSolstice()550 cacheValue = 0; in winterSolstice()552 return cacheValue; in winterSolstice()759 int32_t cacheValue = CalendarCache::get(&gChineseCalendarNewYearCache, gyear, status); in newYear() local761 if (cacheValue == 0) { in newYear()771 cacheValue = newMoonNear(newMoon2 + SYNODIC_GAP, TRUE); in newYear()773 cacheValue = newMoon2; in newYear()[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...