Searched defs:FRI (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalcasts.cpp114 FRI=UCAL_FRIDAY, enumerator in enum:__anon12292
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,
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.cpp114 FRI=UCAL_FRIDAY, enumerator in enum:__anon22094
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,
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPDate.java76 public static final String FRI = "Fri"; field in class:SIPDate
188 sipWkDay = FRI;
391 } else if (sipWkDay.compareToIgnoreCase(FRI) == 0) {
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java63 public static final String FRI = SIPDate.FRI; field in interface:TokenNames
/external/clang/lib/Parse/
H A DParseDecl.cpp1348 /// If FRI is non-null, we might be parsing a for-range-declaration instead
1355 bool RequireSemi, ForRangeInit *FRI) {
1381 return ParseDeclGroup(DS, Context, /*FunctionDefs=*/ false, &DeclEnd, FRI);
1538 ForRangeInit *FRI) {
1606 if (FRI && (Tok.is(tok::colon) || isTokIdentifier_in())) {
1608 if (TryConsumeToken(tok::colon, FRI->ColonLoc)) {
1611 FRI->RangeExpr = ParseBraceInitializer();
1613 FRI->RangeExpr = ParseExpression();
1626 D, ParsedTemplateInfo(), FRI);
1741 Declarator &D, const ParsedTemplateInfo &TemplateInfo, ForRangeInit *FRI) {
1352 ParseSimpleDeclaration(StmtVector &Stmts, unsigned Context, SourceLocation &DeclEnd, ParsedAttributesWithRange &Attrs, bool RequireSemi, ForRangeInit *FRI) argument
1534 ParseDeclGroup(ParsingDeclSpec &DS, unsigned Context, bool AllowFunctionDefinitions, SourceLocation *DeclEnd, ForRangeInit *FRI) argument
1740 ParseDeclarationAfterDeclaratorAndAttributes( Declarator &D, const ParsedTemplateInfo &TemplateInfo, ForRangeInit *FRI) argument
[all...]

Completed in 135 milliseconds