Home | History | Annotate | Download | only in src

Lines Matching refs:unicode_cache_

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_));
933 !unicode_cache_->IsIdentifierStart(c)) {
945 while (unicode_cache_->IsIdentifierPart(c0_)) {
972 while (unicode_cache_->IsIdentifierPart(c0_)) {
978 !unicode_cache_->IsIdentifierPart(c)) {
1011 if (unicode_cache_->IsLineTerminator(c0_) || c0_ < 0) return false;
1014 if (unicode_cache_->IsLineTerminator(c0_) || c0_ < 0) return false;
1073 while (unicode_cache_->IsIdentifierPart(c0_)) {