Home
last modified time | relevance | path

Searched refs:startMode (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSimpleTimeZone.java758 startMode, startMonth, startDayOfWeek, in getOffset()
955 private int startMode, endMode; // flags indicating what kind of rules the DST rules are field in SimpleTimeZone
1016 startMode = DOM_MODE; in construct()
1068 startMode = DOM_MODE; in decodeStartRule()
1071 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
1075 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
1078 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
1085 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
1157 startMode == that.startMode && in equals()
1194 startMode ^ (startMode>>>11) + in hashCode()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DSimpleTimeZone.java737 startMode, startMonth, startDayOfWeek, in getOffset()
933 private int startMode, endMode; // flags indicating what kind of rules the DST rules are field in SimpleTimeZone
991 startMode = DOM_MODE; in construct()
1043 startMode = DOM_MODE; in decodeStartRule()
1046 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
1050 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
1053 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
1060 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
1131 startMode == that.startMode && in equals()
1167 startMode ^ (startMode>>>11) + in hashCode()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dsimpletz.cpp80 startMode(DOM_MODE), in SimpleTimeZone()
176 this->startMode = DOM_MODE; in construct()
217 startMode = right.startMode; in operator =()
481 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
757 startMode == that->startMode && in hasSameRules()
888 startMode = DOM_MODE; in decodeStartRule()
891 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
895 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
898 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
906 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dsimpletz.cpp80 startMode(DOM_MODE), in SimpleTimeZone()
176 this->startMode = DOM_MODE; in construct()
217 startMode = right.startMode; in operator =()
481 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
759 startMode == that->startMode && in hasSameRules()
890 startMode = DOM_MODE; in decodeStartRule()
893 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
897 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
900 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
908 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
[all …]
/third_party/icu/icu4c/source/i18n/
Dsimpletz.cpp80 startMode(DOM_MODE), in SimpleTimeZone()
176 this->startMode = DOM_MODE; in construct()
217 startMode = right.startMode; in operator =()
481 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
757 startMode == that->startMode && in hasSameRules()
888 startMode = DOM_MODE; in decodeStartRule()
891 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
895 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
898 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
906 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java63 void findDaylightBoundaryUsingDate(Date d, String startMode, long expectedBoundary) in findDaylightBoundaryUsingDate() argument
68 if (d.toString().indexOf(startMode) == -1) in findDaylightBoundaryUsingDate()
70 logln("Error: " + startMode + " not present in " + d); in findDaylightBoundaryUsingDate()
83 if (s.indexOf(startMode) != -1) in findDaylightBoundaryUsingDate()
/third_party/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp76 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedB… in findDaylightBoundaryUsingDate() argument
79 if (dateToString(d, str).indexOf(startMode) == - 1) { in findDaylightBoundaryUsingDate()
80 logln(UnicodeString("Error: ") + startMode + " not present in " + str); in findDaylightBoundaryUsingDate()
87 if (s->indexOf(startMode) != - 1) { in findDaylightBoundaryUsingDate()
Dtzbdtest.h42 …virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java60 void findDaylightBoundaryUsingDate(Date d, String startMode, long expectedBoundary) in findDaylightBoundaryUsingDate() argument
65 if (d.toString().indexOf(startMode) == -1) in findDaylightBoundaryUsingDate()
67 logln("Error: " + startMode + " not present in " + d); in findDaylightBoundaryUsingDate()
80 if (s.indexOf(startMode) != -1) in findDaylightBoundaryUsingDate()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dsimpletz.h876 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are variable
/third_party/icu/icu4c/source/i18n/unicode/
Dsimpletz.h874 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dsimpletz.h874 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are variable