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

/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.h35 * startMode as a SUBSTRING. The boundary will be tested to be
42 virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
H A Dtzbdtest.cpp76 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary) argument
79 if (dateToString(d, str).indexOf(startMode) == - 1) {
80 logln(UnicodeString("Error: ") + startMode + " not present in " + str);
87 if (s->indexOf(startMode) != - 1) {
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DSimpleTimeZone.java735 startMode, startMonth, startDayOfWeek,
931 private int startMode, endMode; // flags indicating what kind of rules the DST rules are field in class:SimpleTimeZone
989 startMode = DOM_MODE;
1041 startMode = DOM_MODE;
1044 startMode = DOW_IN_MONTH_MODE;
1048 startMode = DOW_GE_DOM_MODE;
1051 startMode = DOW_LE_DOM_MODE;
1058 if (startMode == DOW_IN_MONTH_MODE) {
1129 startMode == that.startMode
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java756 startMode, startMonth, startDayOfWeek,
952 private int startMode, endMode; // flags indicating what kind of rules the DST rules are field in class:SimpleTimeZone
1013 startMode = DOM_MODE;
1065 startMode = DOM_MODE;
1068 startMode = DOW_IN_MONTH_MODE;
1072 startMode = DOW_GE_DOM_MODE;
1075 startMode = DOW_LE_DOM_MODE;
1082 if (startMode == DOW_IN_MONTH_MODE) {
1154 startMode == that.startMode
[all...]
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp79 startMode(DOM_MODE),
175 this->startMode = DOM_MODE;
216 startMode = right.startMode;
480 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek,
756 startMode == that->startMode &&
792 // startMode Takes on enumerated values DAY_OF_MONTH,
828 * them and set the startMode appropriately. Do the same for endDay and
887 startMode
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java55 * startMode as a SUBSTRING. The boundary will be tested to be
58 void findDaylightBoundaryUsingDate(Date d, String startMode, long expectedBoundary) argument
63 if (d.toString().indexOf(startMode) == -1)
65 logln("Error: " + startMode + " not present in " + d);
78 if (s.indexOf(startMode) != -1)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java54 * startMode as a SUBSTRING. The boundary will be tested to be
57 void findDaylightBoundaryUsingDate(Date d, String startMode, long expectedBoundary) argument
62 if (d.toString().indexOf(startMode) == -1)
64 logln("Error: " + startMode + " not present in " + d);
77 if (s.indexOf(startMode) != -1)
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h785 * Constants specifying values of startMode and endMode.
840 * them and set the startMode appropriately. Do the same for endDay and
866 EMode startMode, endMode; // flags indicating what kind of rules the DST rules are member in class:SimpleTimeZone
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 155 milliseconds