HomeSort by relevance Sort by last modified time
    Searched defs:kNone (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/disk_cache/
backend_impl.h 23 kNone = 0,
  /external/v8/src/
dateparser.h 62 static const int kNone = kMaxInt;
167 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {}
177 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n);
189 TimeComposer() : index_(0), hour_offset_(kNone) {}
219 DayComposer() : index_(0), named_month_(kNone) {}
jsregexp.h 679 Interval() : from_(kNone), to_(kNone) { }
682 if (that.from_ == kNone)
684 else if (from_ == kNone)
692 bool is_empty() { return from_ == kNone; }
696 static const int kNone = -1;
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
datefmt.h 150 kNone = -1,
198 NONE = kNone,
  /external/icu4c/i18n/unicode/
datefmt.h 150 kNone = -1,
198 NONE = kNone,
  /external/icu4c/samples/ucnv/
convsamp.cpp 47 static const UChar kNone[] = { 0x0000 };
96 const UChar *uch = kNone,

Completed in 345 milliseconds