Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dcalcasts.cpp113 TUE=UCAL_TUESDAY, enumerator
160 { 2448698.5, 0, 1412, 9, 13, TUE, 0, 0, 0}, in IslamicCivil()
243 {2334668.5, 0, 5440, 5, 1, TUE, 0, 0, 0}, in Hebrew()
247 {2334787.5, 0, 5440, 9, 1, TUE, 0, 0, 0}, in Hebrew()
251 {2334934.5, 0, 5441, 1, 1, TUE, 0, 0, 0}, in Hebrew()
261 {2448698.5, 0, 5752, 7, 12, TUE, 0, 0, 0}, in Hebrew()
270 {2453647.5, 0, 5766, 1, 1, TUE, 0, 0, 0}, in Hebrew()
278 {2459464.5, 0, 5782, 1, 1, TUE, 0, 0, 0}, in Hebrew()
359 {2334668.5, 0, 1601, PAUSA, 12, TUE, 0, 0, 0}, in Indian()
363 {2334787.5, 0, 1602, VAISAKHA, 10, TUE, 0, 0, 0}, in Indian()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTextTrieMapTest.java27 private static final Integer TUE = new Integer(3); field in TextTrieMapTest
45 {"Tuesday", TUE},
52 {"Tue", TUE},
59 {"T", TUE},
79 {"T", new Object[]{TUE, THU}, new Object[]{TUE, THU}},
80 {"TEST", new Object[]{TUE, THU}, new Object[]{TUE, THU}},
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTextTrieMapTest.java30 private static final Integer TUE = new Integer(3); field in TextTrieMapTest
48 {"Tuesday", TUE},
55 {"Tue", TUE},
62 {"T", TUE},
82 {"T", new Object[]{TUE, THU}, new Object[]{TUE, THU}},
83 {"TEST", new Object[]{TUE, THU}, new Object[]{TUE, THU}},
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHebrewTest.java170 new TestCase(2334668.5, 0, 5440, 5, 1, TUE, 0, 0, 0), in TestCases()
174 new TestCase(2334787.5, 0, 5440, 9, 1, TUE, 0, 0, 0), in TestCases()
178 new TestCase(2334934.5, 0, 5441, 1, 1, TUE, 0, 0, 0), in TestCases()
188 new TestCase(2448698.5, 0, 5752, 7, 12, TUE, 0, 0, 0), in TestCases()
195 new TestCase(1013, 9, 8, 0, 4774, 1, 1, TUE, 0, 0, 0), in TestCases()
197 new TestCase(1240, 9,18, 0, 5001, 1, 1, TUE, 0, 0, 0), in TestCases()
203 new TestCase(2453647.5, 0, 5766, 1, 1, TUE, 0, 0, 0), in TestCases()
211 new TestCase(2459464.5, 0, 5782, 1, 1, TUE, 0, 0, 0), in TestCases()
DEthiopicTest.java137 … new TestCase(2402708.5, 1, 1858, 8, 10, TUE, 0, 0, 0), // Gregorian: 17/04/1866 in TestCases()
149 … new TestCase(1723855.5, 0, 5500, 1, 1, TUE, 0, 0, 0), // Gregorian: 28/08/0007 in TestCases()
156 … new TestCase(1724219.5, 0, 5500, 13, 5, TUE, 0, 0, 0), // Gregorian: 26/08/0008 in TestCases()
186 … new TestCase(2402708.5, 0, 7358, 8, 10, TUE, 0, 0, 0), // Gregorian: 17/04/1866 in TestCases()
198 … new TestCase(1723855.5, 0, 5500, 1, 1, TUE, 0, 0, 0), // Gregorian: 28/08/0007 in TestCases()
205 … new TestCase(1724219.5, 0, 5500, 13, 5, TUE, 0, 0, 0), // Gregorian: 26/08/0008 in TestCases()
DIndianTest.java83 new TestCase(2334668.5, 0, 1601, PAUSA, 12, TUE, 0, 0, 0), in TestCases()
87 new TestCase(2334787.5, 0, 1602, VAISAKHA, 10, TUE, 0, 0, 0), in TestCases()
92 new TestCase(2334934.5, 0, 1602, ASVINA, 2, TUE, 0, 0, 0), in TestCases()
101 new TestCase(2448698.5, 0, 1913, PHALGUNA, 27, TUE, 0, 0, 0), in TestCases()
DCopticTest.java112 … new TestCase(2402708.5, 1, 1582, 8, 10, TUE, 0, 0, 0), // Gregorian: 17/04/1866 in TestCases()
122 … new TestCase(1826125.5, 1, 4, 1, 1, TUE, 0, 0, 0), // Gregorian: 30/08/0287 in TestCases()
129 … new TestCase(1826489.5, 1, 4, 13, 5, TUE, 0, 0, 0), // Gregorian: 28/08/0288 in TestCases()
DCalendarTestFmwk.java34 public final static int TUE = Calendar.TUESDAY; field in CalendarTestFmwk
DChineseTest.java242 new ChineseTestCase(2448698.5, 78, 9, 2, false, 14, TUE), in TestJulianDayMapping()
DIslamicTest.java126 new TestCase(2448698.5, 0, 1412, 9, 13, TUE, 0, 0, 0), in TestCivilCases()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DHebrewTest.java173 new TestCase(2334668.5, 0, 5440, 5, 1, TUE, 0, 0, 0), in TestCases()
177 new TestCase(2334787.5, 0, 5440, 9, 1, TUE, 0, 0, 0), in TestCases()
181 new TestCase(2334934.5, 0, 5441, 1, 1, TUE, 0, 0, 0), in TestCases()
191 new TestCase(2448698.5, 0, 5752, 7, 12, TUE, 0, 0, 0), in TestCases()
198 new TestCase(1013, 9, 8, 0, 4774, 1, 1, TUE, 0, 0, 0), in TestCases()
200 new TestCase(1240, 9,18, 0, 5001, 1, 1, TUE, 0, 0, 0), in TestCases()
206 new TestCase(2453647.5, 0, 5766, 1, 1, TUE, 0, 0, 0), in TestCases()
214 new TestCase(2459464.5, 0, 5782, 1, 1, TUE, 0, 0, 0), in TestCases()
DEthiopicTest.java140 … new TestCase(2402708.5, 1, 1858, 8, 10, TUE, 0, 0, 0), // Gregorian: 17/04/1866 in TestCases()
152 … new TestCase(1723855.5, 0, 5500, 1, 1, TUE, 0, 0, 0), // Gregorian: 28/08/0007 in TestCases()
159 … new TestCase(1724219.5, 0, 5500, 13, 5, TUE, 0, 0, 0), // Gregorian: 26/08/0008 in TestCases()
189 … new TestCase(2402708.5, 0, 7358, 8, 10, TUE, 0, 0, 0), // Gregorian: 17/04/1866 in TestCases()
201 … new TestCase(1723855.5, 0, 5500, 1, 1, TUE, 0, 0, 0), // Gregorian: 28/08/0007 in TestCases()
208 … new TestCase(1724219.5, 0, 5500, 13, 5, TUE, 0, 0, 0), // Gregorian: 26/08/0008 in TestCases()
DIndianTest.java86 new TestCase(2334668.5, 0, 1601, PAUSA, 12, TUE, 0, 0, 0), in TestCases()
90 new TestCase(2334787.5, 0, 1602, VAISAKHA, 10, TUE, 0, 0, 0), in TestCases()
95 new TestCase(2334934.5, 0, 1602, ASVINA, 2, TUE, 0, 0, 0), in TestCases()
104 new TestCase(2448698.5, 0, 1913, PHALGUNA, 27, TUE, 0, 0, 0), in TestCases()
DCopticTest.java115 … new TestCase(2402708.5, 1, 1582, 8, 10, TUE, 0, 0, 0), // Gregorian: 17/04/1866 in TestCases()
125 … new TestCase(1826125.5, 1, 4, 1, 1, TUE, 0, 0, 0), // Gregorian: 30/08/0287 in TestCases()
132 … new TestCase(1826489.5, 1, 4, 13, 5, TUE, 0, 0, 0), // Gregorian: 28/08/0288 in TestCases()
DCalendarTestFmwk.java37 public final static int TUE = Calendar.TUESDAY; field in CalendarTestFmwk
DChineseTest.java245 new ChineseTestCase(2448698.5, 78, 9, 2, false, 14, TUE), in TestJulianDayMapping()
DIslamicTest.java129 new TestCase(2448698.5, 0, 1412, 9, 13, TUE, 0, 0, 0), in TestCivilCases()
/third_party/chromium/patch/
D0001-cve.patch47148 z?qUw4Eg<bNNX!0c*kg-=^f@TUE)Wmosawd6U~ma!@HS)2(S7<3CI<6R@#`GCX`z`?