HomeSort by relevance Sort by last modified time
    Searched defs:NAME_VALUE_SEPARATOR (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 56 private static final String NAME_VALUE_SEPARATOR = "=";
137 final String[] nameValue = scanner.next().split(NAME_VALUE_SEPARATOR);
167 result.append(NAME_VALUE_SEPARATOR);
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 

Completed in 381 milliseconds