Home | History | Annotate | Download | only in i18n

Lines Matching refs:CalendarCache

1531 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) {
1592 CalendarCache::~CalendarCache() {