Home
last modified time | relevance | path

Searched defs:skipWhitespace (Results 1 – 10 of 10) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHeaderParser.java38 public static int skipWhitespace(String input, int pos) { in skipWhitespace() method in HeaderParser
/external/proguard/src/proguard/util/
DListUtil.java121 private static int skipWhitespace(String string, int index) in skipWhitespace() method in ListUtil
/external/icu/icu4c/source/common/
Dutil.cpp133 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, in skipWhitespace() function in ICU_Utility
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBiDiConformanceTest.java589 private boolean skipWhitespace() { in skipWhitespace() method in BiDiConformanceTest
/external/apache-http/src/org/apache/http/message/
DBasicLineParser.java499 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) { in skipWhitespace() method in BasicLineParser
/external/clang/lib/AST/
DCommentLexer.cpp202 const char *skipWhitespace(const char *BufferPtr, const char *BufferEnd) { in skipWhitespace() function
/external/protobuf/java/src/main/java/com/google/protobuf/
DTextFormat.java692 private void skipWhitespace() { in skipWhitespace() method in TextFormat.Tokenizer
/external/clang/lib/Frontend/
DTextDiagnostic.cpp515 static unsigned skipWhitespace(unsigned Idx, StringRef Str, unsigned Length) { in skipWhitespace() function
/external/icu/icu4c/source/i18n/
Drbnf.cpp318 …void skipWhitespace(void) { while (p < e && PatternProps::isWhiteSpace(ch != 0xffff ? ch : *p)) in… in skipWhitespace() function in LocDataParser
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
Dpolymer.js2300 function skipWhitespace() { function