HomeSort by relevance Sort by last modified time
    Searched refs:CalendarCache (Results 1 - 14 of 14) sorted by null

  /external/icu4c/i18n/
astro.h 737 class CalendarCache : public 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();
astro.cpp     [all...]
chnsecal.cpp 53 static U_NAMESPACE_QUALIFIER CalendarCache *gChineseCalendarWinterSolsticeCache = NULL;
54 static U_NAMESPACE_QUALIFIER CalendarCache *gChineseCalendarNewYearCache = NULL;
468 int32_t cacheValue = CalendarCache::get(&gChineseCalendarWinterSolsticeCache, gyear, status);
488 CalendarCache::put(&gChineseCalendarWinterSolsticeCache, gyear, cacheValue, status);
696 int32_t cacheValue = CalendarCache::get(&gChineseCalendarNewYearCache, gyear, status);
713 CalendarCache::put(&gChineseCalendarNewYearCache, gyear, cacheValue, status);
hebrwcal.cpp 134 static U_NAMESPACE_QUALIFIER CalendarCache *gCache = NULL;
390 int32_t day = CalendarCache::get(&gCache, year, status);
418 CalendarCache::put(&gCache, year, day, status);
islamcal.cpp 55 static U_NAMESPACE_QUALIFIER CalendarCache *gMonthCache = NULL;
230 int32_t start = CalendarCache::get(&gMonthCache, month, status);
264 CalendarCache::put(&gMonthCache, month, start, status);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 29 public class CalendarCache {
30 private static final String TAG = "CalendarCache";
32 public static final String DATABASE_NAME = "CalendarCache";
63 public CalendarCache(SQLiteOpenHelper openHelper) {
CalendarDatabaseHelper.java 422 db.execSQL("DROP TABLE IF EXISTS CalendarCache;");
425 db.execSQL("CREATE TABLE IF NOT EXISTS CalendarCache (" +
431 db.execSQL("INSERT INTO CalendarCache (key, value) VALUES (" +
432 "'" + CalendarCache.KEY_TIMEZONE_DATABASE_VERSION + "'," +
433 "'" + CalendarCache.DEFAULT_TIMEZONE_DATABASE_VERSION + "'" +
    [all...]
CalendarProvider2.java 129 CalendarCache mCalendarCache;
350 mCalendarCache = new CalendarCache(mDbHelper);
492 } catch (CalendarCache.CacheException e) {
513 } catch (CalendarCache.CacheException e) {
525 } catch (CalendarCache.CacheException e) {
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 200 milliseconds