Home
last modified time | relevance | path

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

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DICUTestCase.java36 private static final Class<?>[] EMPTY_CLASSES = {}; field in ICUTestCase
131 Method method_clone = cls.getMethod("clone", EMPTY_CLASSES); in testEHCS()
275 Method cloneM = cls.getMethod("clone", EMPTY_CLASSES); in cloneComplex()