Searched refs:IsWhiteSpace (Results 1 – 12 of 12) sorted by relevance
19 DCHECK(!unicode_cache_->IsWhiteSpace(kEndOfInput)); in SkipWhiteSpace()25 } else if (!unicode_cache_->IsWhiteSpace(c0_)) { in SkipWhiteSpace()
447 if (!unicode_cache_->IsWhiteSpace(c0_)) return; in TryToParseSourceURLComment()472 while (unicode_cache_->IsWhiteSpace(c0_)) { in TryToParseSourceURLComment()481 if (unicode_cache_->IsWhiteSpace(c0_)) { in TryToParseSourceURLComment()489 if (!unicode_cache_->IsWhiteSpace(c0_)) { in TryToParseSourceURLComment()
340 if ( IsWhiteSpace( *p ) || *p == '\n' || *p =='\r' ) // Still using old rules for white space. in SkipWhiteSpace()348 while ( *p && IsWhiteSpace( *p ) || *p == '\n' || *p =='\r' ) in SkipWhiteSpace()364 if ( !IsWhiteSpace( c ) || c <= 0 ) in StreamWhiteSpace()589 else if ( IsWhiteSpace( *p ) ) in ReadText()968 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) ) in StreamIn()1376 && !IsWhiteSpace( *p ) && *p != '\n' && *p != '\r' // whitespace in Parse()1558 while( p && *p && *p != '>' && !IsWhiteSpace( *p ) ) in Parse()1568 if ( !IsWhiteSpace( value[i] ) ) in Blank()
247 inline static bool IsWhiteSpace( char c ) in IsWhiteSpace() function
349 if ( IsWhiteSpace( *p ) ) // Still using old rules for white space. in SkipWhiteSpace()357 while ( *p && IsWhiteSpace( *p ) ) in SkipWhiteSpace()373 if ( !IsWhiteSpace( c ) || c <= 0 ) in StreamWhiteSpace()610 else if ( IsWhiteSpace( *p ) ) in ReadText()997 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) ) in StreamIn()1448 && !IsWhiteSpace( *p ) // whitespace in Parse()1624 while( p && *p && *p != '>' && !IsWhiteSpace( *p ) ) in Parse()1634 if ( !IsWhiteSpace( value[i] ) ) in Blank()
290 inline static bool IsWhiteSpace( char c ) in IsWhiteSpace() function294 inline static bool IsWhiteSpace( int c ) in IsWhiteSpace() function297 return IsWhiteSpace( (char) c ); in IsWhiteSpace()
31 bool UnicodeCache::IsWhiteSpace(unibrow::uchar c) { in IsWhiteSpace() function
29 inline bool IsWhiteSpace(unibrow::uchar c);
132 bool IsWhiteSpace() { return tag_ == kWhiteSpaceTag; } in IsWhiteSpace() function
111 !peek.IsWhiteSpace() && in Parse()
556 while( IsWhiteSpace(*p) ) { in SkipWhiteSpace()571 static bool IsWhiteSpace( char p ) { in IsWhiteSpace() function
250 if ( XMLUtil::IsWhiteSpace( *p )) { in CollapseWhitespace()