Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsWhiteSpace
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H
A
D
tinyxmlparser.cpp
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()
H
A
D
tinyxml.h
290
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
D
char-predicates.h
71
inline bool
IsWhiteSpace
(base::uc32 c);
H
A
D
char-predicates-inl.h
147
bool
IsWhiteSpace
(base::uc32 c) {
in IsWhiteSpace()
function
/third_party/node/deps/v8/src/date/
H
A
D
dateparser.h
119
bool IsWhiteSpaceChar() const { return
IsWhiteSpace
(ch_); }
in IsWhiteSpaceChar()
145
bool
IsWhiteSpace
() { return tag_ == kWhiteSpaceTag; }
in IsWhiteSpace()
function
H
A
D
dateparser-inl.h
107
if (!peek.IsEndOfInput() && !peek.
IsWhiteSpace
() &&
in Parse()
/third_party/node/deps/v8/src/parsing/
H
A
D
scanner.cc
231
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
D
tinyxml.h
113
static bool
IsWhiteSpace
( int c ) { return ( isspace( c ) || c == '\n' || c == '\r' ); }
in IsWhiteSpace()
function in TiXmlBase
H
A
D
tinyxmlparser.cpp
66
if ( !
IsWhiteSpace
( c ) )
in StreamWhiteSpace()
483
if ( !firstCharFound && c != '<' && !
IsWhiteSpace
( c ) )
in StreamIn()
/third_party/skia/modules/canvaskit/
H
A
D
externs.js
899
IsWhiteSpace
: {},
/third_party/typescript/tests/baselines/reference/
H
A
D
parserindenter.js
413
if (!StringUtils.
IsWhiteSpace
(c)) {
1080
if (!StringUtils.
IsWhiteSpace
(c)) {
Completed in 16 milliseconds