Searched defs:CalendarCache (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/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.cpp1520 void CalendarCache::createCache(CalendarCache** cache, UErrorCode& status) {
1525 *cache = new CalendarCache(32, status);
1533 int32_t CalendarCache::get(CalendarCache** cache, int32_t key, UErrorCode &status) {
1556 void CalendarCache::put(CalendarCache** cache, int32_t key, int32_t value, UErrorCode &status) {
1576 CalendarCache::CalendarCache(int32_t size, UErrorCode &status) { function in class:CalendarCache
1581 CalendarCache
[all...]
/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...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1783 #define CalendarCache U_ICU_ENTRY_POINT_RENAME(CalendarCache) 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 139 milliseconds