Searched refs:MorC (Results 1 – 1 of 1) sorted by relevance
330 static class MorC { class in ICUJDKCompare334 MorC(Method m) { in MorC() method in ICUJDKCompare.MorC338 MorC(Constructor c) { in MorC() method in ICUJDKCompare.MorC369 MorC[] conss1 = getMorCArray(class1.getConstructors()); in compare()370 MorC[] conss2 = getMorCArray(class2.getConstructors()); in compare()375 MorC[] meths1 = getMorCArray(class1.getMethods()); in compare()376 MorC[] meths2 = getMorCArray(class2.getMethods()); in compare()423 MorC[] overrides;425 MethodRecord(MorC m) { in MethodRecord()426 overrides = new MorC[] { m }; in MethodRecord()[all …]