Searched refs:unexpectedCharacterException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/net/
H A DUriCodec.java75 throw unexpectedCharacterException(uri, name, c, i - 1);
81 throw unexpectedCharacterException(uri, name, c, i - 1);
104 private static URISyntaxException unexpectedCharacterException( method in class:UriCodec
129 throw unexpectedCharacterException(uri, null /* name */, c, i);
328 unexpectedCharacterException(s, null /* name */, c, i - 1));

Completed in 81 milliseconds