Searched defs:IsWhiteSpace (Results 1 – 5 of 5) sorted by relevance
31 bool UnicodeCache::IsWhiteSpace(unibrow::uchar c) { in IsWhiteSpace() function
132 bool IsWhiteSpace() { return tag_ == kWhiteSpaceTag; } in IsWhiteSpace() function
290 inline static bool IsWhiteSpace( char c ) in IsWhiteSpace() function294 inline static bool IsWhiteSpace( int c ) in IsWhiteSpace() function
247 inline static bool IsWhiteSpace( char c ) in IsWhiteSpace() function
571 static bool IsWhiteSpace( char p ) { in IsWhiteSpace() function