Searched refs:CalendarCache (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/i18n/
H A Dastro.h737 class CalendarCache : public UMemory { class in inherits:UMemory
739 static int32_t get(CalendarCache** cache, int32_t key, UErrorCode &status);
740 static void put(CalendarCache** cache, int32_t key, int32_t value, UErrorCode &status);
741 virtual ~CalendarCache();
743 CalendarCache(int32_t size, UErrorCode& status);
744 static void createCache(CalendarCache** cache, UErrorCode& status);
748 CalendarCache();
H A Dastro.cpp1531 void CalendarCache::createCache(CalendarCache** cache, UErrorCode& status) {
1536 *cache = new CalendarCache(32, status);
1544 int32_t CalendarCache::get(CalendarCache** cache, int32_t key, UErrorCode &status) {
1567 void CalendarCache::put(CalendarCache** cache, int32_t key, int32_t value, UErrorCode &status) {
1587 CalendarCache::CalendarCache(int32_t size, UErrorCode &status) { function in class:CalendarCache
1592 CalendarCache
[all...]
H A Dchnsecal.cpp53 static icu::CalendarCache *gChineseCalendarWinterSolsticeCache = NULL;
54 static icu::CalendarCache *gChineseCalendarNewYearCache = NULL;
467 int32_t cacheValue = CalendarCache::get(&gChineseCalendarWinterSolsticeCache, gyear, status);
487 CalendarCache::put(&gChineseCalendarWinterSolsticeCache, gyear, cacheValue, status);
695 int32_t cacheValue = CalendarCache::get(&gChineseCalendarNewYearCache, gyear, status);
712 CalendarCache::put(&gChineseCalendarNewYearCache, gyear, cacheValue, status);
H A Dhebrwcal.cpp134 static icu::CalendarCache *gCache = NULL;
390 int32_t day = CalendarCache::get(&gCache, year, status);
418 CalendarCache::put(&gCache, year, day, status);
H A Dislamcal.cpp55 static icu::CalendarCache *gMonthCache = NULL;
233 int32_t start = CalendarCache::get(&gMonthCache, month, status);
267 CalendarCache::put(&gMonthCache, month, start, status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1198 #define CalendarCache CalendarCache_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1198 #define CalendarCache CalendarCache_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1198 #define CalendarCache CalendarCache_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1198 #define CalendarCache CalendarCache_3_2 macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 242 milliseconds