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

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java444 e = fixupString(e);
483 e = fixupString(e);
595 thisPart = fixupString(thisPart);
596 thatPart = fixupString(thatPart);
628 hc += fixupString(p).hashCode();
2792 static Object fixupString(Object part) { method in class:XMLKit
2863 String s1 = (String) fixupString(o1);
2864 String s2 = (String) fixupString(o2);

Completed in 45 milliseconds