Home | History | Annotate | Download | only in src

Lines Matching refs:IsLineTerminator

259       if (unicode_cache_->IsLineTerminator(c0_)) {
300 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
310 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
347 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
360 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
377 if (unicode_cache_->IsLineTerminator(ch)) {
686 if (unicode_cache_->IsLineTerminator(c)) {
763 && !unicode_cache_->IsLineTerminator(c0_)) {
1116 if (unicode_cache_->IsLineTerminator(c0_) || c0_ < 0) return false;
1119 if (unicode_cache_->IsLineTerminator(c0_) || c0_ < 0) return false;