Home
last modified time | relevance | path

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

/external/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 …]
/external/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}},
/external/icu/android_icu4j/src/main/tests/android/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}},
/external/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()
/external/icu/android_icu4j/src/main/tests/android/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()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenNames.java60 public static final String TUE = SIPDate.TUE; field
DHeaderParser.java57 else if (TokenNames.TUE.equalsIgnoreCase(id)) in wkday()
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPDate.java73 public static final String TUE = "Tue"; field in SIPDate
179 sipWkDay = TUE; in SIPDate()
385 } else if (sipWkDay.compareToIgnoreCase(TUE) == 0) { in setWkday()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java330 public static final String TUE = "tue"; field in LDMLConstants
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart3.csv171 ,"PA","TUE","Tupile","Tupile",,"---4----","AI","9601",,,
8019 ,"SV","TUE","Moncagua","Moncagua","AH","1-------","RQ","0901",,,
25645 ,"US","TUE","Turnersville","Turnersville","NJ","--3-----","RL","0607",,"3946N 07503W",
D2013-1_UNLOCODE_CodeListPart1.csv1765 ,"AT","TUE","T�rnitz","Turnitz",,"--3-----","RL","0201",,"4755N 01529E",
14659 ,"CO","TUE","Moniquira","Moniquira",,"--3-----","RQ","0607",,"0553N 07335W",
24363 ,"DE","TUE","T�bingen","Tubingen","BW","-23-----","AF","9501",,,
31010 ,"ES","TUE","Traiguera","Traiguera","V","--3-----","RQ","1001",,"4031N 00018E",
42778 ,"FR","TUE","Tourriers","Tourriers","16","--3-----","RL","0701",,"4548N 00011E",