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

  /frameworks/base/core/java/android/text/format/
Time.java 98 public int isDst;
163 this.isDst = -1;
187 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
190 * If "ignoreDst" is true, then this method sets the "isDst" field to -1
192 * correct value for "isDst".
255 * Clears all values, setting the timezone to the given timezone. Sets isDst
274 this.isDst = -1;
397 * and the field <code>isDst</code> is set to -1 (unknown). To set those
490 * "isDst" field and will adjust the returned time if the "isDst" field i
    [all...]
  /external/chromium/third_party/icu/source/i18n/
vtzone.cpp 357 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
359 if (isDST) {
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 357 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
359 if (isDST) {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 171 milliseconds