Searched refs:lookup2 (Results 1 – 3 of 3) sorted by relevance
136 InetAddress lookup2 = InetAddress.getByName("localhost"); in test_getHostName() local137 assertEquals("127.0.0.1", lookup2.getHostAddress()); in test_getHostName()141 lookup2.getHostName(), lookup2, 0); in test_getHostName()145 lookup2.getHostAddress(), lookup2, 1); in test_getHostName()
497 return lookup2(charsetName);500 private static Charset lookup2(String charsetName) {
62 private static java.nio.charset.Charset lookup2(java.lang.String charsetName) { in lookup2() method in Charset