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_DATA") + "/misc/zoneinfo/tzdata",
45 System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo/tzdata");
72 * ZoneInfo objects are worth caching because they are expensive to create.
76 private final BasicLruCache<String, ZoneInfo> cache =
77 new BasicLruCache<String, ZoneInfo>(CACHE_SIZE) {
79 protected ZoneInfo create(String id) {
89 return ZoneInfo.makeTimeZone(id, it);
247 public ZoneInfo makeTimeZone(String id) throws IOException {
248 ZoneInfo zoneInfo = cache.get(id)
    [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 206 milliseconds