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

  /external/chromium_org/v8/src/
scanner.cc 46 : unicode_cache_(unicode_cache),
267 while (unicode_cache_->IsWhiteSpace(c0_) || IsByteOrderMark(c0_)) {
269 if (unicode_cache_->IsLineTerminator(c0_)) {
309 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
324 if (unicode_cache_->IsLineTerminator(ch)) {
575 if (unicode_cache_->IsIdentifierStart(c0_)) {
624 if (unicode_cache_->IsLineTerminator(c)) {
701 && !unicode_cache_->IsLineTerminator(c0_)) {
821 if (IsDecimalDigit(c0_) || unicode_cache_->IsIdentifierStart(c0_))
951 ASSERT(unicode_cache_->IsIdentifierStart(c0_))
    [all...]
dateparser.h 77 unicode_cache_(unicode_cache) {
125 if (unicode_cache_->IsWhiteSpace(ch_)) {
157 UnicodeCache* unicode_cache_; member in class:v8::internal::DateParser::BASE_EMBEDDED
scanner.h 435 UnicodeCache* unicode_cache() { return unicode_cache_; }
588 UnicodeCache* unicode_cache_; member in class:v8::internal::Scanner
isolate.cc     [all...]
isolate.h     [all...]
  /external/v8/src/
scanner.cc 42 : unicode_cache_(unicode_cache),
262 while (unicode_cache_->IsWhiteSpace(c0_) || IsByteOrderMark(c0_)) {
264 if (unicode_cache_->IsLineTerminator(c0_)) {
304 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
319 if (unicode_cache_->IsLineTerminator(ch)) {
570 if (unicode_cache_->IsIdentifierStart(c0_)) {
619 if (unicode_cache_->IsLineTerminator(c)) {
695 && !unicode_cache_->IsLineTerminator(c0_)) {
795 if (IsDecimalDigit(c0_) || unicode_cache_->IsIdentifierStart(c0_))
925 ASSERT(unicode_cache_->IsIdentifierStart(c0_))
    [all...]
dateparser.h 77 unicode_cache_(unicode_cache) {
125 if (unicode_cache_->IsWhiteSpace(ch_)) {
157 UnicodeCache* unicode_cache_; member in class:v8::internal::DateParser::BASE_EMBEDDED
scanner.h 390 UnicodeCache* unicode_cache() { return unicode_cache_; }
539 UnicodeCache* unicode_cache_; member in class:v8::internal::Scanner
isolate.cc     [all...]
isolate.h 842 return unicode_cache_;
1181 UnicodeCache* unicode_cache_; member in class:v8::internal::Isolate
    [all...]
  /external/chromium_org/v8/tools/
lexer-shell.cc 96 unicode_cache_ = new UnicodeCache();
97 scanner_ = new Scanner(unicode_cache_);
126 delete unicode_cache_;
138 UnicodeCache* unicode_cache_; member in class:BaselineScanner

Completed in 72 milliseconds