Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/net/
DUriCodec.java95 boolean isPartiallyEncoded) { in appendEncoded() argument
107 || (c == '%' && isPartiallyEncoded)) { in appendEncoded()
112 if (c == '%' && isPartiallyEncoded) { in appendEncoded()