Searched refs:appendPartiallyEncoded (Results 1 – 2 of 2) sorted by relevance
274 URI.AUTHORITY_ENCODER.appendPartiallyEncoded(result, authority); in toExternalForm()283 URI.FILE_AND_QUERY_ENCODER.appendPartiallyEncoded(result, fileAndQuery); in toExternalForm()293 URI.ALL_LEGAL_ENCODER.appendPartiallyEncoded(result, ref); in toExternalForm()
141 public final void appendPartiallyEncoded(StringBuilder builder, String s) { in appendPartiallyEncoded() method in UriCodec