/external/icu/icu4c/source/test/intltest/ |
D | calcasts.cpp | 114 FRI=UCAL_FRIDAY, enumerator 138 { 2155779.5, 0, 586, 2, 7, FRI, 0, 0, 0}, in IslamicCivil() 140 { 2191584.5, 0, 687, 2, 20, FRI, 0, 0, 0}, in IslamicCivil() 149 { 2348020.5, 0, 1128, 8, 4, FRI, 0, 0, 0}, in IslamicCivil() 227 {2155779.5, 0, 4950, 8, 7, FRI, 0, 0, 0}, in Hebrew() 229 {2191584.5, 0, 5048, 8, 21, FRI, 0, 0, 0}, in Hebrew() 247 {2334846.5, 0, 5440, 11, 1, FRI, 0, 0, 0}, in Hebrew() 250 {2348020.5, 0, 5476, 12, 5, FRI, 0, 0, 0}, in Hebrew() 290 {2452495.5, 0, 5762, ELUL+1, 1, FRI, 0, 0, 0}, in Hebrew() 291 {2452523.5, 0, 5762, ELUL+1, 29, FRI, 0, 0, 0}, in Hebrew() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | TextTrieMapTest.java | 25 private static final Integer FRI = new Integer(6); field in TextTrieMapTest 37 {"Friday", FRI}, 44 {"Fri", FRI}, 51 {"F", FRI},
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TextTrieMapTest.java | 21 private static final Integer FRI = new Integer(6); field in TextTrieMapTest 33 {"Friday", FRI}, 40 {"Fri", FRI}, 47 {"F", FRI},
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | EthiopicTest.java | 151 … new TestCase(1724950.5, 1, 3, 1, 1, FRI, 0, 0, 0), // Gregorian: 27/08/0010 in TestCases() 158 … new TestCase(1725314.5, 1, 3, 13, 5, FRI, 0, 0, 0), // Gregorian: 26/08/0011 in TestCases() 165 … new TestCase(2299160.5, 1, 1575, 2, 8, FRI, 0, 0, 0), // Gregorian: 15/10/1582 in TestCases() 200 … new TestCase(1724950.5, 0, 5503, 1, 1, FRI, 0, 0, 0), // Gregorian: 27/08/0010 in TestCases() 207 … new TestCase(1725314.5, 0, 5503, 13, 5, FRI, 0, 0, 0), // Gregorian: 26/08/0011 in TestCases() 214 … new TestCase(2299160.5, 0, 7075, 2, 8, FRI, 0, 0, 0), // Gregorian: 15/10/1582 in TestCases()
|
D | HebrewTest.java | 154 new TestCase(2155779.5, 0, 4950, 8, 7, FRI, 0, 0, 0), in TestCases() 156 new TestCase(2191584.5, 0, 5048, 8, 21, FRI, 0, 0, 0), in TestCases() 174 new TestCase(2334846.5, 0, 5440, 11, 1, FRI, 0, 0, 0), in TestCases() 177 new TestCase(2348020.5, 0, 5476, 12, 5, FRI, 0, 0, 0), in TestCases() 224 new TestCase(2452495.5, 0, 5762, ELUL+1, 1, FRI, 0, 0, 0), in TestCases() 225 new TestCase(2452523.5, 0, 5762, ELUL+1, 29, FRI, 0, 0, 0), in TestCases()
|
D | IndianTest.java | 68 new TestCase(2155779.5, 0, 1112, CHAITRA, 2, FRI, 0, 0, 0), in TestCases() 70 new TestCase(2191584.5, 0, 1210, CHAITRA, 13, FRI, 0, 0, 0), in TestCases() 88 new TestCase(2334846.5, 0, 1602, ASADHA, 7, FRI, 0, 0, 0), in TestCases() 90 new TestCase(2348020.5, 0, 1638, SRAVANA, 2, FRI, 0, 0, 0), in TestCases()
|
D | CopticTest.java | 119 … new TestCase(1825029.5, 1, 1, 1, 1, FRI, 0, 0, 0), // Gregorian: 29/08/0284 in TestCases() 124 … new TestCase(1825393.5, 1, 1, 13, 5, FRI, 0, 0, 0), // Gregorian: 28/08/0285 in TestCases() 133 … new TestCase(2299160.5, 1, 1299, 2, 8, FRI, 0, 0, 0), // Gregorian: 15/10/1582 in TestCases() 138 … new TestCase(2555528.5, 1, 2000, 13, 5, FRI, 0, 0, 0), // Gregorian: 12/09/2284 in TestCases()
|
D | ChineseTest.java | 220 new ChineseTestCase(2155779.5, 64, 47, 2, false, 9, FRI), in TestJulianDayMapping() 222 new ChineseTestCase(2191584.5, 66, 25, 2, false, 23, FRI), in TestJulianDayMapping() 231 new ChineseTestCase(2348020.5, 73, 33, 6, false, 6, FRI), in TestJulianDayMapping() 246 new ChineseTestCase(2467496.5, 78, 60, 8, false, 2, FRI), // year 60 in TestJulianDayMapping()
|
D | IslamicTest.java | 104 new TestCase(2155779.5, 0, 586, 2, 7, FRI, 0, 0, 0), in TestCivilCases() 106 new TestCase(2191584.5, 0, 687, 2, 20, FRI, 0, 0, 0), in TestCivilCases() 115 new TestCase(2348020.5, 0, 1128, 8, 4, FRI, 0, 0, 0), in TestCivilCases()
|
D | CalendarTest.java | 39 public final static int FRI = Calendar.FRIDAY; field in CalendarTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | EthiopicTest.java | 147 … new TestCase(1724950.5, 1, 3, 1, 1, FRI, 0, 0, 0), // Gregorian: 27/08/0010 in TestCases() 154 … new TestCase(1725314.5, 1, 3, 13, 5, FRI, 0, 0, 0), // Gregorian: 26/08/0011 in TestCases() 161 … new TestCase(2299160.5, 1, 1575, 2, 8, FRI, 0, 0, 0), // Gregorian: 15/10/1582 in TestCases() 196 … new TestCase(1724950.5, 0, 5503, 1, 1, FRI, 0, 0, 0), // Gregorian: 27/08/0010 in TestCases() 203 … new TestCase(1725314.5, 0, 5503, 13, 5, FRI, 0, 0, 0), // Gregorian: 26/08/0011 in TestCases() 210 … new TestCase(2299160.5, 0, 7075, 2, 8, FRI, 0, 0, 0), // Gregorian: 15/10/1582 in TestCases()
|
D | HebrewTest.java | 150 new TestCase(2155779.5, 0, 4950, 8, 7, FRI, 0, 0, 0), in TestCases() 152 new TestCase(2191584.5, 0, 5048, 8, 21, FRI, 0, 0, 0), in TestCases() 170 new TestCase(2334846.5, 0, 5440, 11, 1, FRI, 0, 0, 0), in TestCases() 173 new TestCase(2348020.5, 0, 5476, 12, 5, FRI, 0, 0, 0), in TestCases() 220 new TestCase(2452495.5, 0, 5762, ELUL+1, 1, FRI, 0, 0, 0), in TestCases() 221 new TestCase(2452523.5, 0, 5762, ELUL+1, 29, FRI, 0, 0, 0), in TestCases()
|
D | IndianTest.java | 64 new TestCase(2155779.5, 0, 1112, CHAITRA, 2, FRI, 0, 0, 0), in TestCases() 66 new TestCase(2191584.5, 0, 1210, CHAITRA, 13, FRI, 0, 0, 0), in TestCases() 84 new TestCase(2334846.5, 0, 1602, ASADHA, 7, FRI, 0, 0, 0), in TestCases() 86 new TestCase(2348020.5, 0, 1638, SRAVANA, 2, FRI, 0, 0, 0), in TestCases()
|
D | CopticTest.java | 115 … new TestCase(1825029.5, 1, 1, 1, 1, FRI, 0, 0, 0), // Gregorian: 29/08/0284 in TestCases() 120 … new TestCase(1825393.5, 1, 1, 13, 5, FRI, 0, 0, 0), // Gregorian: 28/08/0285 in TestCases() 129 … new TestCase(2299160.5, 1, 1299, 2, 8, FRI, 0, 0, 0), // Gregorian: 15/10/1582 in TestCases() 134 … new TestCase(2555528.5, 1, 2000, 13, 5, FRI, 0, 0, 0), // Gregorian: 12/09/2284 in TestCases()
|
D | ChineseTest.java | 216 new ChineseTestCase(2155779.5, 64, 47, 2, false, 9, FRI), in TestJulianDayMapping() 218 new ChineseTestCase(2191584.5, 66, 25, 2, false, 23, FRI), in TestJulianDayMapping() 227 new ChineseTestCase(2348020.5, 73, 33, 6, false, 6, FRI), in TestJulianDayMapping() 242 new ChineseTestCase(2467496.5, 78, 60, 8, false, 2, FRI), // year 60 in TestJulianDayMapping()
|
D | IslamicTest.java | 100 new TestCase(2155779.5, 0, 586, 2, 7, FRI, 0, 0, 0), in TestCivilCases() 102 new TestCase(2191584.5, 0, 687, 2, 20, FRI, 0, 0, 0), in TestCivilCases() 111 new TestCase(2348020.5, 0, 1128, 8, 4, FRI, 0, 0, 0), in TestCivilCases()
|
D | CalendarTest.java | 35 public final static int FRI = Calendar.FRIDAY; field in CalendarTest
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenNames.java | 63 public static final String FRI = SIPDate.FRI; field
|
D | HeaderParser.java | 63 else if (TokenNames.FRI.equalsIgnoreCase(id)) in wkday()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPDate.java | 76 public static final String FRI = "Fri"; field in SIPDate 188 sipWkDay = FRI; in SIPDate() 391 } else if (sipWkDay.compareToIgnoreCase(FRI) == 0) { in setWkday()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 1514 bool RequireSemi, ForRangeInit *FRI) { in ParseSimpleDeclaration() argument 1540 return ParseDeclGroup(DS, Context, &DeclEnd, FRI); in ParseSimpleDeclaration() 1696 ForRangeInit *FRI) { in ParseDeclGroup() argument 1789 if (FRI && (Tok.is(tok::colon) || isTokIdentifier_in())) { in ParseDeclGroup() 1791 if (TryConsumeToken(tok::colon, FRI->ColonLoc)) { in ParseDeclGroup() 1794 FRI->RangeExpr = ParseBraceInitializer(); in ParseDeclGroup() 1796 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup() 1809 D, ParsedTemplateInfo(), FRI); in ParseDeclGroup() 1928 Declarator &D, const ParsedTemplateInfo &TemplateInfo, ForRangeInit *FRI) { in ParseDeclarationAfterDeclaratorAndAttributes() argument 2024 if (Tok.is(tok::r_paren) && FRI && D.isFirstDeclarator()) { in ParseDeclarationAfterDeclaratorAndAttributes() [all …]
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1802 ForRangeInit *FRI = nullptr); 1806 ForRangeInit *FRI = nullptr); 1813 ForRangeInit *FRI = nullptr);
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 16285 FRIČ BOŽIDAR 16286 FRIČ KATICA 16287 FRIŠ DRAGAN 16288 FRIŠ MILAN 16289 FRIŠČIĆ DRAGUTIN 18530 GUELMINO FRIĐEŠ 30413 LUKANIĆ FRIĐEŠ 55589 TONTE FRIĐEŠ
|