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

  /external/chromium_org/v8/src/
jsregexp.h 283 bool IsEverything(uc16 max) { return from_ == 0 && to_ >= max; }
    [all...]
  /external/v8/src/
jsregexp.h 291 bool IsEverything(uc16 max) { return from_ == 0 && to_ >= max; }
    [all...]

Completed in 28 milliseconds