Home | History | Annotate | Download | only in src

Lines Matching refs:unicode_cache_

42     : unicode_cache_(unicode_cache),
263 while (unicode_cache_->IsWhiteSpace(c0_) || IsByteOrderMark(c0_)) {
265 if (unicode_cache_->IsLineTerminator(c0_)) {
305 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
320 if (unicode_cache_->IsLineTerminator(ch)) {
571 if (unicode_cache_->IsIdentifierStart(c0_)) {
620 if (unicode_cache_->IsLineTerminator(c)) {
697 && !unicode_cache_->IsLineTerminator(c0_)) {
817 if (IsDecimalDigit(c0_) || unicode_cache_->IsIdentifierStart(c0_))
947 ASSERT(unicode_cache_->IsIdentifierStart(c0_));
955 !unicode_cache_->IsIdentifierStart(c)) {
967 while (unicode_cache_->IsIdentifierPart(c0_)) {
994 while (unicode_cache_->IsIdentifierPart(c0_)) {
1000 !unicode_cache_->IsIdentifierPart(c)) {
1033 if (unicode_cache_->IsLineTerminator(c0_) || c0_ < 0) return false;
1036 if (unicode_cache_->IsLineTerminator(c0_) || c0_ < 0) return false;
1095 while (unicode_cache_->IsIdentifierPart(c0_)) {