Home
last modified time | relevance | path

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

/external/proguard/src/proguard/util/
DListUtil.java114 private static int skipWhitespace(String string, int index) in skipWhitespace() method in ListUtil
/external/icu4c/tools/genprops/misc/
Ducdmerge.c28 skipWhitespace(const char *s) { in skipWhitespace() function
/external/icu4c/common/
Dutil.cpp135 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, in skipWhitespace() function in ICU_Utility
/external/apache-http/src/org/apache/http/message/
DBasicLineParser.java494 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) { in skipWhitespace() method in BasicLineParser
/external/webkit/WebCore/inspector/front-end/
Dutilities.js620 function traverseNextNode(skipWhitespace, stayWithin) argument
645 function traversePreviousNode(skipWhitespace, stayWithin) argument
/external/webkit/WebCore/loader/
DTextResourceDecoder.cpp404 static inline bool skipWhitespace(const char*& pos, const char* dataEnd) in skipWhitespace() function
/external/icu4c/i18n/
Drbnf.cpp309 … void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(ch != 0xffff ? ch : *p)) inc();} in skipWhitespace() function in LocDataParser