Home
last modified time | relevance | path

Searched refs:NAME_VALUE_SEPARATOR (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java61 private static final String NAME_VALUE_SEPARATOR = "="; field in URLEncodedUtils
142 final String[] nameValue = scanner.next().split(NAME_VALUE_SEPARATOR); in parse()
172 result.append(NAME_VALUE_SEPARATOR); in format()