/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HeaderParser.java | 38 public static int skipWhitespace(String input, int pos) {
|
OkHeaders.java | 252 pos = HeaderParser.skipWhitespace(value, pos); 269 pos = HeaderParser.skipWhitespace(value, pos);
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 150 skipWhitespace(buffer, cursor); 321 skipWhitespace(buffer, cursor); 332 skipWhitespace(buffer, cursor); 345 skipWhitespace(buffer, cursor); 417 skipWhitespace(buffer, cursor); 499 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) {
|
/external/proguard/src/proguard/util/ |
ListUtil.java | 79 while ((index = skipWhitespace(string, index)) < string.length()) 121 private static int skipWhitespace(String string, int index)
|
/external/icu/icu4c/source/common/ |
util.h | 88 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos, 97 * skipWhitespace(text, start, limit) will advance start past leading 98 * whitespace, whereas the call skipWhitespace(text, limit, start), 109 //? static int32_t skipWhitespace(const Replaceable& text,
|
util_props.cpp | 103 // FALL THROUGH to skipWhitespace 105 pos = skipWhitespace(rule, pos);
|
util.cpp | 133 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, 137 p = (int32_t)(PatternProps::skipWhiteSpace(s + p, str.length() - p) - s); 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);
|
uniset_closure.cpp | 105 ICU_Utility::skipWhitespace(pattern, i, TRUE);
|
uniset_props.cpp | 360 ICU_Utility::skipWhitespace(pattern, i, TRUE); [all...] |
/external/icu/icu4c/source/test/intltest/ |
tokiter.cpp | 66 ICU_Utility::skipWhitespace(line, pos, TRUE);
|
textfile.cpp | 117 ICU_Utility::skipWhitespace(line, pos, TRUE);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
BiDiConformanceTest.java | 51 if (!skipWhitespace()) { 70 if (!skipWhitespace() || line.charAt(lineIndex++) != ';') { 187 if (!skipWhitespace()) { 381 while(skipWhitespace() && (c0=line.charAt(lineIndex))!=';') { 593 private boolean skipWhitespace() {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
BiDiConformanceTest.java | 47 if (!skipWhitespace()) { 66 if (!skipWhitespace() || line.charAt(lineIndex++) != ';') { 183 if (!skipWhitespace()) { 377 while(skipWhitespace() && (c0=line.charAt(lineIndex))!=';') { 589 private boolean skipWhitespace() {
|
/external/icu/icu4c/source/i18n/ |
rbnf.cpp | 318 void skipWhitespace(void) { while (p < e && PatternProps::isWhiteSpace(ch != 0xffff ? ch : *p)) inc();} 391 skipWhitespace(); 401 skipWhitespace(); 414 skipWhitespace(); 423 skipWhitespace(); 446 skipWhitespace(); 456 skipWhitespace(); 468 skipWhitespace(); 495 skipWhitespace(); [all...] |
tridpars.cpp | 273 ICU_Utility::skipWhitespace(id, pos, TRUE); 437 ICU_Utility::skipWhitespace(id, pos, TRUE); 717 ICU_Utility::skipWhitespace(id, pos, TRUE);
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
CacheControl.java | 197 pos = HeaderParser.skipWhitespace(value, pos);
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
TextFormat.java | 644 skipWhitespace(); 684 skipWhitespace(); 692 private void skipWhitespace() { [all...] |
/external/llvm/lib/CodeGen/MIRParser/ |
MILexer.cpp | 81 static Cursor skipWhitespace(Cursor C) { 557 auto C = skipComment(skipWhitespace(Cursor(Source)));
|
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | 515 static unsigned skipWhitespace(unsigned Idx, StringRef Str, unsigned Length) { 628 WordStart = skipWhitespace(WordStart, Str, Length); [all...] |
/prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/ |
json-lib-2.3-jdk15.jar | |
/external/robolectric/v1/lib/main/ |
httpcore-4.0.1.jar | |
/prebuilts/devtools/tools/lib/ |
httpcore-4.1.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar | |
/prebuilts/tools/common/http-client/ |
httpcore-4.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/ |
httpcore-4.0.1.jar | |