Searched refs:unicode_cache_ (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dscanner-base.cc41 : unicode_cache_(unicode_cache),
129 while (unicode_cache_->IsWhiteSpace(c0_) || IsByteOrderMark(c0_)) {
131 if (unicode_cache_->IsLineTerminator(c0_)) {
171 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
436 if (unicode_cache_->IsIdentifierStart(c0_)) {
484 if (unicode_cache_->IsLineTerminator(c)) {
527 && !unicode_cache_->IsLineTerminator(c0_)) {
626 if (IsDecimalDigit(c0_) || unicode_cache_->IsIdentifierStart(c0_))
648 ASSERT(unicode_cache_->IsIdentifierStart(c0_));
655 if (!unicode_cache_
[all...]
H A Ddateparser.h74 unicode_cache_(unicode_cache) {
125 if (unicode_cache_->IsWhiteSpace(ch_)) {
161 UnicodeCache* unicode_cache_; member in class:v8::internal::DateParser::BASE_EMBEDDED
H A Disolate.cc440 unicode_cache_(NULL),
578 delete unicode_cache_;
579 unicode_cache_ = NULL;
736 unicode_cache_ = new UnicodeCache();
H A Dscanner.cc563 number_ = StringToDouble(unicode_cache_,
579 if (unicode_cache_->IsIdentifierPart(c0_)) return Token::ILLEGAL;
H A Dscanner-base.h429 UnicodeCache* unicode_cache_; member in class:v8::internal::Scanner
H A Disolate.h857 return unicode_cache_;
1166 UnicodeCache* unicode_cache_; member in class:v8::internal::Isolate

Completed in 475 milliseconds