/external/icu/icu4c/source/test/intltest/ |
calcasts.cpp | 113 THU=UCAL_THURSDAY, 157 { 2431004.5, 0, 1362, 10, 7, THU, 0, 0, 0}, 237 {2334551.5, 0, 5440, 1, 1, THU, 0, 0, 0}, 242 {2334698.5, 0, 5440, 6, 1, THU, 0, 0, 0}, 258 {2431004.5, 0, 5704, 1, 8, THU, 0, 0, 0}, 269 {2462035.5, 0, 5789, 1, 1, THU, 0, 0, 0}, 271 {2460586.5, 0, 5785, 1, 1, THU, 0, 0, 0}, 274 {2470421.5, 0, 5812, 1, 1, THU, 0, 0, 0}, 278 {2455448.5, 0, 5771, 1, 1, THU, 0, 0, 0}, 289 {2452494.5, 0, 5762, AV+1, 30, THU, 0, 0, 0} [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TextTrieMapTest.java | 20 private static final Integer THU = new Integer(5); 32 {"Thursday", THU}, 39 {"Thu", THU}, 46 {"T", THU}, 56 {"Thursday Friday", THU, THU}, 57 {"T", new Object[]{TUE, THU}, new Object[]{TUE, THU}}, 58 {"TEST", new Object[]{TUE, THU}, new Object[]{TUE, THU}} [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
HebrewTest.java | 160 new TestCase(2334551.5, 0, 5440, 1, 1, THU, 0, 0, 0), 165 new TestCase(2334698.5, 0, 5440, 6, 1, THU, 0, 0, 0), 181 new TestCase(2431004.5, 0, 5704, 1, 8, THU, 0, 0, 0), 190 new TestCase(1239, 9, 1, 0, 5000, 1, 1, THU, 0, 0, 0), 198 new TestCase(2462035.5, 0, 5789, 1, 1, THU, 0, 0, 0), 200 new TestCase(2460586.5, 0, 5785, 1, 1, THU, 0, 0, 0), 203 new TestCase(2470421.5, 0, 5812, 1, 1, THU, 0, 0, 0), 207 new TestCase(2455448.5, 0, 5771, 1, 1, THU, 0, 0, 0), 219 new TestCase(2452494.5, 0, 5762, AV+1, 30, THU, 0, 0, 0),
|
EthiopicTest.java | 146 new TestCase(1724585.5, 1, 2, 1, 1, THU, 0, 0, 0), // Gregorian: 27/08/0009 153 new TestCase(1724949.5, 1, 2, 13, 5, THU, 0, 0, 0), // Gregorian: 26/08/0010 159 new TestCase(2299159.5, 1, 1575, 2, 7, THU, 0, 0, 0), // Gregorian: 14/10/1582 Julian 04/10/1582 195 new TestCase(1724585.5, 0, 5502, 1, 1, THU, 0, 0, 0), // Gregorian: 27/08/0009 202 new TestCase(1724949.5, 0, 5502, 13, 5, THU, 0, 0, 0), // Gregorian: 26/08/0010 208 new TestCase(2299159.5, 0, 7075, 2, 7, THU, 0, 0, 0), // Gregorian: 14/10/1582 Julian 04/10/1582
|
IndianTest.java | 74 new TestCase(2334551.5, 0, 1601, BHADRA, 16, THU, 0, 0, 0), 79 new TestCase(2334698.5, 0, 1601, MAGHA, 12, THU, 0, 0, 0), 95 new TestCase(2431004.5, 0, 1865, ASVINA, 15, THU, 0, 0, 0),
|
CopticTest.java | 114 new TestCase(1824664.5, 0, 1, 1, 1, THU, 0, 0, 0), // Gregorian: 30/08/0283 119 new TestCase(1825028.5, 0, 1, 13, 5, THU, 0, 0, 0), // Gregorian: 28/08/0284 127 new TestCase(2299159.5, 1, 1299, 2, 7, THU, 0, 0, 0), // Gregorian: 14/10/1582 183 assertEquals("Coptic Date", "Thu Jan 01, 0001 BC", copticFmt.format(cal)); 184 assertEquals("Gregorian Date", "Thu Aug 30, 0283 AD", fmt.format(cal.getTime()));
|
CalendarTest.java | 34 public final static int THU = Calendar.THURSDAY;
|
ChineseTest.java | 26 * Thu Aug 24 2006 = 4643-07*-01, Year 23, Cycle 78 36 * Thu Dec 22 2033 = 4670-11*-01, Year 50, Cycle 78 42 * Thu Apr 21 2050 = 4687-03*-01, Year 07, Cycle 79 50 * Thu Sep 24 2071 = 4708-08*-01, Year 28, Cycle 79 58 * Thu Jul 23 2093 = 4730-06*-01, Year 50, Cycle 79 235 new ChineseTestCase(2431004.5, 77, 20, 9, false, 9, THU),
|
IslamicTest.java | 119 new TestCase(2431004.5, 0, 1362, 10, 7, THU, 0, 0, 0), [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenNames.java | 62 public static final String THU = SIPDate.THU;
|
HeaderParser.java | 61 else if (TokenNames.THU.equalsIgnoreCase(id))
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPDate.java | 75 public static final String THU = "Thu"; 185 sipWkDay = THU; 389 } else if (sipWkDay.compareToIgnoreCase(THU) == 0) {
|