Searched defs:streq (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/classDescHooks/
H A DExternLoopback.java100 return streq(a, other.a) && streq(b, other.b) && streq(c, other.c);
103 static boolean streq(String s1, String s2) { method in class:ExternLoopback

Completed in 318 milliseconds