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

  /external/chromium/third_party/icu/source/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...]
  /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...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 32 public class CalendarCache {
33 private static final String TAG = "CalendarCache";
35 public static final String DATABASE_NAME = "CalendarCache";
73 public CalendarCache(SQLiteOpenHelper openHelper) {
85 Log.e(TAG, "Could not read timezone database version from CalendarCache");
99 Log.e(TAG, "Cannot read timezone type from CalendarCache - using AUTO as default", e);
108 Log.e(TAG, "Cannot write instances timezone to CalendarCache");
117 Log.e(TAG, "Cannot read instances timezone from CalendarCache - using device one: " +
127 Log.e(TAG, "Cannot write previous instance timezone to CalendarCache");
135 Log.e(TAG, "Cannot read previous instances timezone from CalendarCache", e)
    [all...]
  /frameworks/base/core/java/android/provider/
Calendar.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/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 774 milliseconds