Lines Matching refs:CalendarCache
1533 void CalendarCache::createCache(CalendarCache** cache, UErrorCode& status) {
1538 *cache = new CalendarCache(32, status);
1546 int32_t CalendarCache::get(CalendarCache** cache, int32_t key, UErrorCode &status) {
1569 void CalendarCache::put(CalendarCache** cache, int32_t key, int32_t value, UErrorCode &status) {
1589 CalendarCache::CalendarCache(int32_t size, UErrorCode &status) {
1594 CalendarCache::~CalendarCache() {