OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:islineterminator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
scanner.cc
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;
[
all
...]
scanner.h
140
bool
IsLineTerminator
(unibrow::uchar c) { return kIsLineTerminator.get(c); }
/external/v8/src/
scanner.cc
264
if (unicode_cache_->
IsLineTerminator
(c0_)) {
304
while (c0_ >= 0 && !unicode_cache_->
IsLineTerminator
(c0_)) {
319
if (unicode_cache_->
IsLineTerminator
(ch)) {
619
if (unicode_cache_->
IsLineTerminator
(c)) {
695
&& !unicode_cache_->
IsLineTerminator
(c0_)) {
1011
if (unicode_cache_->
IsLineTerminator
(c0_) || c0_ < 0) return false;
1014
if (unicode_cache_->
IsLineTerminator
(c0_) || c0_ < 0) return false;
scanner.h
156
bool
IsLineTerminator
(unibrow::uchar c) { return kIsLineTerminator.get(c); }
Completed in 178 milliseconds