HomeSort by relevance Sort by last modified time
    Searched refs:FRI (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/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},
228 {2155779.5, 0, 4950, 8, 7, FRI, 0, 0, 0},
230 {2191584.5, 0, 5048, 8, 21, FRI, 0, 0, 0},
248 {2334846.5, 0, 5440, 11, 1, FRI, 0, 0, 0},
251 {2348020.5, 0, 5476, 12, 5, FRI, 0, 0, 0},
291 {2452495.5, 0, 5762, ELUL+1, 1, FRI, 0, 0, 0},
292 {2452523.5, 0, 5762, ELUL+1, 29, FRI, 0, 0, 0}
    [all...]
  /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/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/chromium_org/net/data/proxy_resolver_v8_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...]

Completed in 953 milliseconds