HomeSort by relevance Sort by last modified time
    Searched refs:assertRoundTrip (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java 229 assertRoundTrip("http://jcltest.apache.org/test?hl=en&q=te st",
231 assertRoundTrip ("file://a b/c/d.e-f*g_ l",
233 assertRoundTrip("jar:file://a.jar !/b.c/\u1052",
235 assertRoundTrip("ftp://test:pwd@localhost:2121/%D0%9C",
259 private void assertRoundTrip(String original, String encoded) throws Exception {
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 27 assertRoundTrip(null);
31 assertRoundTrip("dictionary".getBytes("UTF-8"));
34 private static void assertRoundTrip(byte[] dictionary) throws Exception {
  /external/icu4c/test/cintltst/
cbiditst.c 94 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
    [all...]

Completed in 117 milliseconds