Searched defs:skipWhitespace (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/util/
H A DListUtil.java72 while ((index = skipWhitespace(string, index)) < string.length())
114 private static int skipWhitespace(String string, int index) method in class:ListUtil
/external/okhttp/src/main/java/libcore/net/http/
H A DHeaderParser.java45 pos = skipWhitespace(value, pos);
93 pos = skipWhitespace(value, pos);
110 pos = skipWhitespace(value, pos);
135 private static int skipWhitespace(String input, int pos) { method in class:HeaderParser
/external/apache-http/src/org/apache/http/message/
H A DBasicLineParser.java145 skipWhitespace(buffer, cursor);
316 skipWhitespace(buffer, cursor);
327 skipWhitespace(buffer, cursor);
340 skipWhitespace(buffer, cursor);
412 skipWhitespace(buffer, cursor);
494 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) { method in class:BasicLineParser
/external/clang/lib/AST/
H A DCommentLexer.cpp217 const char *skipWhitespace(const char *BufferPtr, const char *BufferEnd) { function in namespace:clang::comments::__anon3478
226 return skipWhitespace(BufferPtr, BufferEnd) == BufferEnd;
607 BufferPtr = skipWhitespace(BufferPtr, CommentEnd);
663 BufferPtr = skipWhitespace(BufferPtr, CommentEnd);
680 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd);
688 const char *End = skipWhitespace(TagNameEnd, CommentEnd);
/external/icu4c/common/
H A Dutil.cpp133 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, function in class:ICU_Utility
150 * skipWhitespace(text, start, limit) will advance start past leading
151 * whitespace, whereas the call skipWhitespace(text, limit, start),
162 //?int32_t ICU_Utility::skipWhitespace(const Replaceable& text,
201 skipWhitespace(id, pos, TRUE);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java449 skipWhitespace();
489 skipWhitespace();
497 private void skipWhitespace() { method in class:TextFormat.Tokenizer
/external/webkit/Source/WebCore/loader/
H A DTextResourceDecoder.cpp382 static inline bool skipWhitespace(const char*& pos, const char* dataEnd) function in namespace:WebCore
456 if (!skipWhitespace(pos, dataEnd))
472 if (!skipWhitespace(pos, dataEnd))
/external/icu4c/i18n/
H A Drbnf.cpp316 void skipWhitespace(void) { while (p < e && PatternProps::isWhiteSpace(ch != 0xffff ? ch : *p)) inc();} function in class:LocDataParser
387 skipWhitespace();
397 skipWhitespace();
410 skipWhitespace();
419 skipWhitespace();
442 skipWhitespace();
452 skipWhitespace();
464 skipWhitespace();
491 skipWhitespace();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 401 milliseconds