Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DSimpleTimeZone.java729 return getTransition(cal, cdate, startMode, year, startMonth, startDay, in getStart()
926 startMode == that.startMode && in hasSameRules()
952 ",startMode=" + startMode + in toString()
1158 private int startMode; field in SimpleTimeZone
1391 startMode = DOM_MODE; in decodeStartRule()
1394 startMode = DOW_IN_MONTH_MODE; in decodeStartRule()
1398 startMode = DOW_GE_DOM_MODE; in decodeStartRule()
1401 startMode = DOW_LE_DOM_MODE; in decodeStartRule()
1409 if (startMode == DOW_IN_MONTH_MODE) { in decodeStartRule()
1479 switch (startMode) { in makeRulesCompatible()
[all …]