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

  /external/chromium_org/v8/src/
dateparser.h 102 if (unicode_cache_->IsWhiteSpaceOrLineTerminator(ch_)) {
conversions-inl.h 121 if (!unicode_cache->IsWhiteSpaceOrLineTerminator(**current)) return true;
scanner.h 124 bool IsWhiteSpaceOrLineTerminator(unibrow::uchar c) {
scanner.cc 325 while (c0_ >= 0 && !unicode_cache_->IsWhiteSpaceOrLineTerminator(c0_) &&
    [all...]
runtime.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 456 static bool IsWhiteSpaceOrLineTerminator(uc16 c) {
464 return !IsWhiteSpaceOrLineTerminator(c);
493 TestCharacterClassEscapes('s', IsWhiteSpaceOrLineTerminator);
    [all...]

Completed in 116 milliseconds