Searched defs:skipWhitespace (Results 1 - 12 of 12) 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/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/chromium/third_party/icu/source/tools/genprops/misc/
H A Ducdmerge.c28 skipWhitespace(const char *s) { function
85 if(end!=line && *skipWhitespace(end)==';') {
120 skipWhitespace(end+1)); /* comment from second line, after # and spaces */
/external/icu4c/tools/genprops/misc/
H A Ducdmerge.c28 skipWhitespace(const char *s) { function
85 if(end!=line && *skipWhitespace(end)==';') {
120 skipWhitespace(end+1)); /* comment from second line, after # and spaces */
/external/icu4c/tools/genprops/
H A Ducdmerge.c28 skipWhitespace(const char *s) { function
85 if(end!=line && *skipWhitespace(end)==';') {
120 skipWhitespace(end+1)); /* comment from second line, after # and spaces */
/external/chromium/third_party/icu/source/common/
H A Dutil.cpp132 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, function in class:ICU_Utility
154 * skipWhitespace(text, start, limit) will advance start past leading
155 * whitespace, whereas the call skipWhitespace(text, limit, start),
166 //?int32_t ICU_Utility::skipWhitespace(const Replaceable& text,
205 skipWhitespace(id, pos, TRUE);
/external/icu4c/common/
H A Dutil.cpp132 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, function in class:ICU_Utility
154 * skipWhitespace(text, start, limit) will advance start past leading
155 * whitespace, whereas the call skipWhitespace(text, limit, start),
166 //?int32_t ICU_Utility::skipWhitespace(const Replaceable& text,
205 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/WebCore/loader/
H A DTextResourceDecoder.cpp404 static inline bool skipWhitespace(const char*& pos, const char* dataEnd) function in namespace:WebCore
478 if (!skipWhitespace(pos, dataEnd))
494 if (!skipWhitespace(pos, dataEnd))
/external/chromium/third_party/icu/source/i18n/
H A Drbnf.cpp314 void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(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/icu4c/i18n/
H A Drbnf.cpp314 void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(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/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 230 milliseconds