Home
last modified time | relevance | path

Searched defs:skipWhitespace (Results 1 – 10 of 10) 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/tools/genprops/
Ducdmerge.c28 skipWhitespace(const char *s) { in skipWhitespace() function
/external/icu4c/common/
Dutil.cpp132 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/Source/WebCore/loader/
DTextResourceDecoder.cpp382 static inline bool skipWhitespace(const char*& pos, const char* dataEnd) in skipWhitespace() function
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp662 static unsigned skipWhitespace(unsigned Idx, in skipWhitespace() function
/external/protobuf/java/src/main/java/com/google/protobuf/
DTextFormat.java497 private void skipWhitespace() { in skipWhitespace() method in TextFormat.Tokenizer
/external/collada/src/dae/
DdaeAtomicType.cpp21 daeChar* skipWhitespace(daeChar* s) { in skipWhitespace() function
/external/icu4c/i18n/
Drbnf.cpp316 … void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(ch != 0xffff ? ch : *p)) inc();} in skipWhitespace() function in LocDataParser