/external/icu/icu4c/source/test/intltest/ |
calcasts.cpp | 114 FRI=UCAL_FRIDAY, 138 { 2155779.5, 0, 586, 2, 7, FRI, 0, 0, 0}, 140 { 2191584.5, 0, 687, 2, 20, FRI, 0, 0, 0}, 149 { 2348020.5, 0, 1128, 8, 4, FRI, 0, 0, 0}, 227 {2155779.5, 0, 4950, 8, 7, FRI, 0, 0, 0}, 229 {2191584.5, 0, 5048, 8, 21, FRI, 0, 0, 0}, 247 {2334846.5, 0, 5440, 11, 1, FRI, 0, 0, 0}, 250 {2348020.5, 0, 5476, 12, 5, FRI, 0, 0, 0}, 290 {2452495.5, 0, 5762, ELUL+1, 1, FRI, 0, 0, 0}, 291 {2452523.5, 0, 5762, ELUL+1, 29, FRI, 0, 0, 0} [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenNames.java | 63 public static final String FRI = SIPDate.FRI;
|
HeaderParser.java | 63 else if (TokenNames.FRI.equalsIgnoreCase(id))
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TextTrieMapTest.java | 21 private static final Integer FRI = new Integer(6); 33 {"Friday", FRI}, 40 {"Fri", FRI}, 47 {"F", FRI},
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
EthiopicTest.java | 147 new TestCase(1724950.5, 1, 3, 1, 1, FRI, 0, 0, 0), // Gregorian: 27/08/0010 154 new TestCase(1725314.5, 1, 3, 13, 5, FRI, 0, 0, 0), // Gregorian: 26/08/0011 161 new TestCase(2299160.5, 1, 1575, 2, 8, FRI, 0, 0, 0), // Gregorian: 15/10/1582 196 new TestCase(1724950.5, 0, 5503, 1, 1, FRI, 0, 0, 0), // Gregorian: 27/08/0010 203 new TestCase(1725314.5, 0, 5503, 13, 5, FRI, 0, 0, 0), // Gregorian: 26/08/0011 210 new TestCase(2299160.5, 0, 7075, 2, 8, FRI, 0, 0, 0), // Gregorian: 15/10/1582
|
HebrewTest.java | 150 new TestCase(2155779.5, 0, 4950, 8, 7, FRI, 0, 0, 0), 152 new TestCase(2191584.5, 0, 5048, 8, 21, FRI, 0, 0, 0), 170 new TestCase(2334846.5, 0, 5440, 11, 1, FRI, 0, 0, 0), 173 new TestCase(2348020.5, 0, 5476, 12, 5, FRI, 0, 0, 0), 220 new TestCase(2452495.5, 0, 5762, ELUL+1, 1, FRI, 0, 0, 0), 221 new TestCase(2452523.5, 0, 5762, ELUL+1, 29, FRI, 0, 0, 0),
|
IndianTest.java | 64 new TestCase(2155779.5, 0, 1112, CHAITRA, 2, FRI, 0, 0, 0), 66 new TestCase(2191584.5, 0, 1210, CHAITRA, 13, FRI, 0, 0, 0), 84 new TestCase(2334846.5, 0, 1602, ASADHA, 7, FRI, 0, 0, 0), 86 new TestCase(2348020.5, 0, 1638, SRAVANA, 2, FRI, 0, 0, 0),
|
CopticTest.java | 115 new TestCase(1825029.5, 1, 1, 1, 1, FRI, 0, 0, 0), // Gregorian: 29/08/0284 120 new TestCase(1825393.5, 1, 1, 13, 5, FRI, 0, 0, 0), // Gregorian: 28/08/0285 129 new TestCase(2299160.5, 1, 1299, 2, 8, FRI, 0, 0, 0), // Gregorian: 15/10/1582 134 new TestCase(2555528.5, 1, 2000, 13, 5, FRI, 0, 0, 0), // Gregorian: 12/09/2284 178 assertEquals("Coptic Date", "Fri Jan 01, 0001 AD", copticFmt.format(cal)); 179 assertEquals("Gregorian Date", "Fri Aug 29, 0284 AD", fmt.format(cal.getTime()));
|
ChineseTest.java | 29 * Fri Oct 24 2014 = 4651-09*-01, Year 31, Cycle 78 33 * Fri Jul 25 2025 = 4662-06*-01, Year 42, Cycle 78 34 * Fri Jun 23 2028 = 4665-05*-01, Year 45, Cycle 78 47 * Fri Aug 24 2063 = 4700-07*-01, Year 20, Cycle 79 55 * Fri Jun 22 2085 = 4722-05*-01, Year 42, Cycle 79 56 * Fri May 21 2088 = 4725-04*-01, Year 45, Cycle 79 216 new ChineseTestCase(2155779.5, 64, 47, 2, false, 9, FRI), 218 new ChineseTestCase(2191584.5, 66, 25, 2, false, 23, FRI), 227 new ChineseTestCase(2348020.5, 73, 33, 6, false, 6, FRI), 242 new ChineseTestCase(2467496.5, 78, 60, 8, false, 2, FRI), // year 6 [all...] |
IslamicTest.java | 100 new TestCase(2155779.5, 0, 586, 2, 7, FRI, 0, 0, 0), 102 new TestCase(2191584.5, 0, 687, 2, 20, FRI, 0, 0, 0), 111 new TestCase(2348020.5, 0, 1128, 8, 4, FRI, 0, 0, 0), [all...] |
CalendarTest.java | 35 public final static int FRI = Calendar.FRIDAY;
|
/external/chromium-libpac/test/js-unittest/ |
pac_library_unittest.js | 163 t.expectEquals(true, weekdayRange("MON", "FRI")); 164 t.expectEquals(true, weekdayRange("TUE", "FRI")); 167 t.expectEquals(false, weekdayRange("WED", "FRI")); 170 t.expectEquals(false, weekdayRange("FRI", "MON")); 174 t.expectEquals(true, weekdayRange("MON", "FRI", "GMT")); 175 t.expectEquals(true, weekdayRange("TUE", "FRI", "GMT")); 178 t.expectEquals(false, weekdayRange("WED", "FRI", "GMT"));
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPDate.java | 76 public static final String FRI = "Fri"; 188 sipWkDay = FRI; 391 } else if (sipWkDay.compareToIgnoreCase(FRI) == 0) {
|
/external/clang/lib/Parse/ |
ParseDecl.cpp | [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | [all...] |