Home
last modified time | relevance | path

Searched refs:IsWhiteSpace (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp349 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()
H A Dtinyxml.h290 inline static bool IsWhiteSpace( char c ) in IsWhiteSpace() function in TiXmlBase
294 inline static bool IsWhiteSpace( int c ) in IsWhiteSpace() function in TiXmlBase
297 return IsWhiteSpace( (char) c ); in IsWhiteSpace()
/third_party/node/deps/v8/src/strings/
H A Dchar-predicates.h71 inline bool IsWhiteSpace(base::uc32 c);
H A Dchar-predicates-inl.h147 bool IsWhiteSpace(base::uc32 c) { in IsWhiteSpace() function
/third_party/node/deps/v8/src/date/
H A Ddateparser.h119 bool IsWhiteSpaceChar() const { return IsWhiteSpace(ch_); } in IsWhiteSpaceChar()
145 bool IsWhiteSpace() { return tag_ == kWhiteSpaceTag; } in IsWhiteSpace() function
H A Ddateparser-inl.h107 if (!peek.IsEndOfInput() && !peek.IsWhiteSpace() && in Parse()
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc231 if (!IsWhiteSpace(c0_)) return; in TryToParseSourceURLComment()
255 while (IsWhiteSpace(c0_)) { in TryToParseSourceURLComment()
259 if (IsWhiteSpace(c0_)) { in TryToParseSourceURLComment()
267 if (!IsWhiteSpace(c0_)) { in TryToParseSourceURLComment()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h113 static bool IsWhiteSpace( int c ) { return ( isspace( c ) || c == '\n' || c == '\r' ); } in IsWhiteSpace() function in TiXmlBase
H A Dtinyxmlparser.cpp66 if ( !IsWhiteSpace( c ) ) in StreamWhiteSpace()
483 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) ) in StreamIn()
/third_party/skia/modules/canvaskit/
H A Dexterns.js899 IsWhiteSpace: {},
/third_party/typescript/tests/baselines/reference/
H A Dparserindenter.js413 if (!StringUtils.IsWhiteSpace(c)) {
1080 if (!StringUtils.IsWhiteSpace(c)) {

Completed in 16 milliseconds