Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dsimpletz.cpp76 startMode(DOM_MODE), in SimpleTimeZone()
172 this->startMode = DOM_MODE; in construct()
213 startMode = right.startMode; in operator =()
477 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
753 startMode == that->startMode && in hasSameRules()
884 startMode = DOM_MODE; in decodeStartRule()
887 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
891 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
894 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
902 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
[all …]
/external/icu4c/test/intltest/
Dtzbdtest.cpp74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedB… in findDaylightBoundaryUsingDate() argument
77 if (dateToString(d, str).indexOf(startMode) == - 1) { in findDaylightBoundaryUsingDate()
78 logln(UnicodeString("Error: ") + startMode + " not present in " + str); in findDaylightBoundaryUsingDate()
85 if (s->indexOf(startMode) != - 1) { in findDaylightBoundaryUsingDate()
Dtzbdtest.h40 …virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
/external/icu4c/i18n/unicode/
Dsimpletz.h864 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are variable