Home
last modified time | relevance | path

Searched defs:isWhitespace (Results 1 – 25 of 48) sorted by relevance

12

/external/clang/lib/AST/
DCommentBriefParser.cpp18 inline bool isWhitespace(char C) { in isWhitespace() function
48 bool isWhitespace(StringRef Text) { in isWhitespace() function
DCommentParser.cpp20 static inline bool isWhitespace(llvm::StringRef S) { in isWhitespace() function
DCommentLexer.cpp210 bool isWhitespace(const char *BufferPtr, const char *BufferEnd) { in isWhitespace() function
/external/skia/src/xml/
DSkXMLPullParser.cpp107 bool SkXMLPullParser::isWhitespace() in isWhitespace() function in SkXMLPullParser
/external/apache-http/src/org/apache/http/protocol/
DHTTP.java97 public static boolean isWhitespace(char ch) { in isWhitespace() method in HTTP
/external/apache-http/src/org/apache/http/message/
DBasicTokenIterator.java374 protected boolean isWhitespace(char ch) { in isWhitespace() method in BasicTokenIterator
/external/caliper/examples/src/main/java/examples/
DCharacterBenchmark.java248 @Benchmark void isWhitespace(int reps) { in isWhitespace() method in CharacterBenchmark
/external/clang/unittests/Basic/
DCharInfoTest.cpp138 TEST(CharInfoTest, isWhitespace) { in TEST() argument
/external/icu/icu4c/source/tools/genrb/
Dread.c445 static UBool isWhitespace(UChar32 c) { in isWhitespace() function
/external/clang/include/clang/Basic/
DCharInfo.h88 LLVM_READONLY static inline bool isWhitespace(unsigned char c) { in isWhitespace() function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java824 public boolean isWhitespace(int start, int length) in isWhitespace() method in FastStringBuffer
/external/clang/include/clang/AST/
DComment.h289 bool isWhitespace() const { in isWhitespace() function
586 bool isWhitespace() const { in isWhitespace() function
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java868 public boolean isWhitespace(int nodeHandle) in isWhitespace() method in DOM2DTM
/external/vogar/lib/
Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
/external/skia/src/svg/
DSkSVGDevice.cpp182 bool isWhitespace = false; in appendUnichar() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java1323 public boolean isWhitespace(int nodeHandle) in isWhitespace() method in SAX2DTM
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
Dtokenizer.js96 function isWhitespace(cp) { function
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp240 DE_INLINE deBool isWhitespace (char c) in isWhitespace() function
/external/llvm/lib/Support/
DCommandLine.cpp517 static bool isWhitespace(char C) { return strchr(" \t\n\r\f\v", C); } in isWhitespace() function
/external/robolectric/v1/lib/main/
Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/v8/benchmarks/
Dearley-boyer.js2211 function isWhitespace(c) { function
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java3267 public static boolean isWhitespace(int ch) in isWhitespace() method in UCharacter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java3838 public static boolean isWhitespace(int ch) in isWhitespace() method in UCharacter
/external/robolectric/v3/
Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...

12