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

  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 44 new TzData(System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo/tzdata");
71 * ZoneInfo objects are worth caching because they are expensive to create.
75 private final BasicLruCache<String, ZoneInfo> cache =
76 new BasicLruCache<String, ZoneInfo>(CACHE_SIZE) {
78 protected ZoneInfo create(String id) {
88 return ZoneInfo.makeTimeZone(id, it);
246 public ZoneInfo makeTimeZone(String id) throws IOException {
247 ZoneInfo zoneInfo = cache.get(id);
248 // The object from the cache is cloned because TimeZone / ZoneInfo are mutable
    [all...]
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 30 import libcore.util.ZoneInfo;
90 public String format(String pattern, ZoneInfo.WallTime wallTime, ZoneInfo zoneInfo) {
99 formatInternal(pattern, wallTime, zoneInfo);
131 private void formatInternal(String pattern, ZoneInfo.WallTime wallTime, ZoneInfo zoneInfo) {
137 outputCurrentChar = handleToken(formatBuffer, wallTime, zoneInfo);
146 private boolean handleToken(CharBuffer formatBuffer, ZoneInfo.WallTime wallTime
    [all...]
Time.java 25 import libcore.util.ZoneInfo;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 73 milliseconds