Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode-cache-inl.h31 bool UnicodeCache::IsWhiteSpace(unibrow::uchar c) { in IsWhiteSpace() function
Ddateparser.h132 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/tinyxml2/
Dtinyxml2.h571 static bool IsWhiteSpace( char p ) { in IsWhiteSpace() function