HomeSort by relevance Sort by last modified time
    Searched refs:kNone (Results 1 - 25 of 29) sorted by null

1 2

  /external/v8/src/
dateparser.cc 43 int month = kNone;
44 int day = kNone;
46 if (named_month_ == kNone) {
99 if (hour_offset_ != kNone) {
116 if (sign_ != kNone) {
117 if (hour_ == kNone) hour_ = 0;
118 if (minute_ == kNone) minute_ = 0;
dateparser.h 64 static const int kNone = kMaxInt;
311 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {}
321 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n);
325 bool IsEmpty() { return hour_ == kNone; }
334 TimeComposer() : index_(0), hour_offset_(kNone) {}
368 DayComposer() : index_(0), named_month_(kNone), is_iso_date_(false) {}
jsregexp.h 720 Interval() : from_(kNone), to_(kNone) { }
723 if (that.from_ == kNone)
725 else if (from_ == kNone)
733 bool is_empty() { return from_ == kNone; }
737 static const int kNone = -1;
    [all...]
dateparser-inl.h 164 tz.SetAbsoluteMinute(kNone);
preparser.h 175 kNone = 0,
hydrogen-instructions.h 294 kNone,
302 Representation() : kind_(kNone) { }
304 static Representation None() { return Representation(kNone); }
315 bool IsNone() const { return kind_ == kNone; }
    [all...]
hydrogen-instructions.cc 58 case kNone: return "v";
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc 12 const int kNone = ACMatchClassification::NONE;
51 styles_expected.push_back(ACMatchClassification(0, kNone));
53 styles_expected.push_back(ACMatchClassification(5, kNone));
55 styles_expected.push_back(ACMatchClassification(9, kNone));
90 styles_expected.push_back(ACMatchClassification(5, kNone));
127 styles_expected.push_back(ACMatchClassification(5, kNone));
  /external/chromium/base/
tracked.cc 69 static Location kNone("NoFunctionName", "NeedToSetBirthPlace", -1);
70 return kNone;
  /external/icu4c/i18n/
windtfmt.cpp 168 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
185 } else if (fDateStyle != DateFormat::kNone) {
187 } else if (fTimeStyle != DateFormat::kNone) {
204 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
digitlst.h 405 kNone=0,
441 fHave = kNone;
datefmt.cpp 306 return create(style, kNone, aLocale);
317 if(style != kNone)
321 return create(kNone, (EStyle) (style), aLocale);
331 if(dateStyle != kNone)
369 if(/*((timeStyle!=UDAT_NONE)&&(timeStyle & UDAT_RELATIVE)) || */((dateStyle!=kNone)&&((dateStyle-kDateOffset) & UDAT_RELATIVE))) {
smpdtfmt.cpp 565 if ((timeStyle != kNone) && (dateStyle != kNone))
650 else if (timeStyle != kNone) {
676 else if (dateStyle != kNone) {
    [all...]
  /frameworks/base/libs/hwui/
SkiaColorFilter.h 44 kNone,
SkiaShader.h 49 kNone,
  /external/icu4c/i18n/unicode/
datefmt.h 150 kNone = -1,
198 NONE = kNone,
    [all...]
  /external/webp/src/enc/
backward_references.h 105 kNone
  /external/chromium/net/disk_cache/
backend_impl.h 29 kNone = 0,
backend_unittest.cc 357 path, false, 0, net::DISK_CACHE, disk_cache::kNone,
    [all...]
backend_impl.cc 303 return BackendImpl::CreateBackend(path, force, max_bytes, type, kNone, thread,
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 47 static const UChar kNone[] = { 0x0000 };
89 const UChar *uch = kNone,
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 244 : file_(a_file), line_(a_line), last_clause_(kNone) {}
255 kNone,
274 // Initially kNone and changes as the statement is parsed.
711 kNone,
    [all...]
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 81 last_clause_(kNone),
  /external/v8/include/
v8.h     [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp     [all...]

Completed in 332 milliseconds

1 2