Home
last modified time | relevance | path

Searched defs:IsWhiteSpace (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/gtest/src/
Dgtest-port.cc188 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsWhiteSpace() function
/external/v8/src/
Dscanner.h123 bool IsWhiteSpace(unibrow::uchar c) { return kIsWhiteSpace.get(c); } in IsWhiteSpace() function
Ddateparser.h147 bool IsWhiteSpace() { return tag_ == kWhiteSpaceTag; } in IsWhiteSpace() function
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h290 inline static bool IsWhiteSpace( char c ) in IsWhiteSpace() function
294 inline static bool IsWhiteSpace( int c ) in IsWhiteSpace() function
/external/tinyxml/
Dtinyxml.h247 inline static bool IsWhiteSpace( char c ) in IsWhiteSpace() function
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7771 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsWhiteSpace() function