Searched defs:skipWhitespace (Results 1 - 14 of 14) 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/com/squareup/okhttp/internal/http/
H A DHeaderParser.java40 pos = skipWhitespace(value, pos);
81 public 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.cpp201 const char *skipWhitespace(const char *BufferPtr, const char *BufferEnd) { function in namespace:clang::comments::__anon3613
210 return skipWhitespace(BufferPtr, BufferEnd) == BufferEnd;
591 BufferPtr = skipWhitespace(BufferPtr, CommentEnd);
647 BufferPtr = skipWhitespace(BufferPtr, CommentEnd);
664 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd);
672 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/smack/src/org/xbill/DNS/
H A DTokenizer.java204 skipWhitespace() throws IOException { method in class:Tokenizer
252 int skipped = skipWhitespace();
272 skipWhitespace();
280 skipWhitespace();
290 skipWhitespace();
311 skipWhitespace();
/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.cpp314 void skipWhitespace(void) { while (p < e && PatternProps::isWhiteSpace(ch != 0xffff ? ch : *p)) inc();} function in class:LocDataParser
385 skipWhitespace();
395 skipWhitespace();
408 skipWhitespace();
417 skipWhitespace();
440 skipWhitespace();
450 skipWhitespace();
462 skipWhitespace();
489 skipWhitespace();
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/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 384 milliseconds