Searched refs:isDst (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Dvtzone.h371 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/
H A Dvtzone.h371 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/chromium/third_party/icu/source/i18n/
H A Dvtzone.cpp1905 UBool isDst; local
1916 isDst = (tzt.getTo()->getDSTSavings() != 0);
1923 if (isDst) {
2035 isDst = (dst != 0);
2038 getDefaultTZName(tzid, isDst, name);
2039 writeZonePropsByTime(w, isDst, name,
2181 VTimeZone::writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, argument
2187 beginZoneProps(writer, isDst, zonename, fromOffset, toOffset, time, status);
2198 endZoneProps(writer, isDst, status);
2208 VTimeZone::writeZonePropsByDOM(VTZWriter& writer, UBool isDst, cons argument
2242 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2278 writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2402 writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2433 writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, int32_t fromRawOffset, int32_t fromDSTSavings, UDate startTime, UErrorCode& status) const argument
2475 beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const argument
2522 endZoneProps(VTZWriter& writer, UBool isDst, UErrorCode& status) const argument
[all...]
/external/icu4c/i18n/
H A Dvtzone.cpp1905 UBool isDst; local
1916 isDst = (tzt.getTo()->getDSTSavings() != 0);
1923 if (isDst) {
2035 isDst = (dst != 0);
2038 getDefaultTZName(tzid, isDst, name);
2039 writeZonePropsByTime(w, isDst, name,
2181 VTimeZone::writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, argument
2187 beginZoneProps(writer, isDst, zonename, fromOffset, toOffset, time, status);
2198 endZoneProps(writer, isDst, status);
2208 VTimeZone::writeZonePropsByDOM(VTZWriter& writer, UBool isDst, cons argument
2242 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2278 writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2402 writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2433 writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, int32_t fromRawOffset, int32_t fromDSTSavings, UDate startTime, UErrorCode& status) const argument
2475 beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const argument
2522 endZoneProps(VTZWriter& writer, UBool isDst, UErrorCode& status) const argument
[all...]
/external/chromium/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp53 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { argument
76 if (isDst) {
/external/icu4c/tools/tzcode/
H A Dicuzdump.cpp53 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { argument
76 if (isDst) {

Completed in 158 milliseconds