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

  /external/chromium/third_party/icu/public/i18n/unicode/
vtzone.h 371 void writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
374 void writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
378 void writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
382 void writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
389 void writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
393 void writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule,
397 void beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
399 void endZoneProps(VTZWriter& writer, UBool isDst, UErrorCode& status) const;
  /external/icu4c/i18n/unicode/
vtzone.h 371 void writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
374 void writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
378 void writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
382 void writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
389 void writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
393 void writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule,
397 void beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
399 void endZoneProps(VTZWriter& writer, UBool isDst, UErrorCode& status) const;
  /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...]
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 33 t.normalize(false /* use isDst */);
38 // + "( " + t.isDst + ',' + t.gmtoff
186 // call normalize() to make sure that isDst is set
187 local.normalize(false /* use isDst */);
189 local.normalize(true /* ignore isDst */);
203 // call normalize() to make sure that isDst is set
204 local.normalize(false /* use isDst */);
206 long millis = local.toMillis(true /* ignore isDst */);
225 local.isDst = test.dst1;
226 // call normalize() to make sure that isDst is se
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 151 assertEquals(time.isDst, anotherTime.isDst);
397 // call normalize() to make sure that isDst is set
398 local.normalize(false /* use isDst */);
400 local.normalize(true /* ignore isDst */);
414 // call normalize() to make sure that isDst is set
415 local.normalize(false /* use isDst */);
417 long millis = local.toMillis(true /* ignore isDst */);
436 local.isDst = test.dst1;
437 // call normalize() to make sure that isDst is se
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
icuzdump.cpp 53 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) {
76 if (isDst) {
  /external/icu4c/tools/tzcode/
icuzdump.cpp 53 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) {
76 if (isDst) {
  /packages/apps/Calendar/src/com/android/calendar/
AgendaActivity.java 151 boolean isDST = mTime.isDst != 0;
155 .append(timeZone.getDisplayName(isDST, TimeZone.SHORT, Locale.getDefault()))
MonthActivity.java 116 boolean isDST = time.isDst != 0;
119 .append(timeZone.getDisplayName(isDST, TimeZone.SHORT, Locale.getDefault()))
EditEvent.java 463 long begin = mStartTime.toMillis(false /* use isDst */);
464 long end = mEndTime.toMillis(false /* use isDst */);
716 // Calling normalize to calculate isDst
730 // Calling normalize to calculate isDst
    [all...]
CalendarView.java 600 // We ignore the "isDst" field because we want normalize() to figure
603 return time.normalize(true /* ignore isDst */);
611 // We ignore the "isDst" field because we want normalize() to figure
614 time.normalize(true /* ignore isDst */);
632 long millis = mBaseDate.toMillis(false /* use isDst */);
654 // We ignore the "isDst" field because we want normalize() to figure
657 time.normalize(true /* ignore isDst */);
672 mBaseDate.normalize(true /* ignore isDst */);
676 long start = mBaseDate.normalize(true /* use isDst */);
690 end = mBaseDate.toMillis(true /* ignore isDst */);
    [all...]
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 730 (currentTime.gmtoff - (currentTime.isDst > 0 ? 3600 : 0));
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java 433 boolean isDST = time.isDst != 0;
434 title.append(" (").append(mTimeZone.getDisplayName(isDST, TimeZone.SHORT,
  /prebuilt/sdk/6/
android.jar 

Completed in 329 milliseconds