Home | History | Annotate | Download | only in src

Lines Matching full:islineterminator

269       if (unicode_cache_->IsLineTerminator(c0_)) {
309 while (c0_ >= 0 && !unicode_cache_->IsLineTerminator(c0_)) {
324 if (unicode_cache_->IsLineTerminator(ch)) {
624 if (unicode_cache_->IsLineTerminator(c)) {
701 && !unicode_cache_->IsLineTerminator(c0_)) {
1037 if (unicode_cache_->IsLineTerminator(c0_) || c0_ < 0) return false;
1040 if (unicode_cache_->IsLineTerminator(c0_) || c0_ < 0) return false;