Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DURI.java141 static final UriCodec AUTHORITY_ENCODER = new PartEncoder("@[]"); field in URI
319 AUTHORITY_ENCODER.appendEncoded(uri, authority); in URI()
394 authority = AUTHORITY_ENCODER.validate(uri, authorityStart, fileStart, "authority"); in parseURI()
DURLStreamHandler.java274 URI.AUTHORITY_ENCODER.appendPartiallyEncoded(result, authority); in toExternalForm()