Home
last modified time | relevance | path

Searched refs:getMorCArray (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUJDKCompare.java369 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()
586 static MorC[] getMorCArray(Constructor[] cons) { in getMorCArray() method in ICUJDKCompare
594 static MorC[] getMorCArray(Method[] meths) { in getMorCArray() method in ICUJDKCompare