Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegistrationTest.java25 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class
28 TestFactory() { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory
32 TestFactory(ULocale srcLoc, ULocale swapLoc) { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory
81 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()
82 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
DNumberFormatTest.java1287 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class
1290 TestFactory() { in TestRegistration() method in NumberFormatTest.TestFactory
1307 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()
2801 class TestFactory extends NumberFormatFactory { in TestNumberFormatFactory() class
2829 TestFactory tf = new TestFactory(); in TestNumberFormatFactory()
/external/apache-harmony/luni/src/test/impl/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderImplTest.java41 class TestFactory implements URLStreamHandlerFactory { in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory() class
55 final URLClassLoader ucl = new URLClassLoader(urls, null, new TestFactory()); in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory()
/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp253 class TestFactory : public CollatorFactory { class
268 TestFactory(CollatorInfo** _info) in TestFactory() function in TestFactory
278 ~TestFactory() { in ~TestFactory()
340 char TestFactory::gClassID = 0;
386 TestFactory* factory = new TestFactory(info); in TestRegisterFactory()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceThreadTest.java65 private static class TestFactory extends SimpleFactory { class in ICUServiceThreadTest
66 TestFactory(String id) { in TestFactory() method in ICUServiceThreadTest.TestFactory
210 Factory f = new TestFactory(getCLV()); in iterate()
357 factories.add(new TestFactory((String)iter.next())); in getFactoryCollection()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java149 class TestFactory extends CollatorFactory { in TestRegisterFactory() class
153 TestFactory(CollatorInfo[] info) { in TestRegisterFactory() method in CollationServiceTest.TestFactory
229 TestFactory factory = null; in TestRegisterFactory()
231 factory = new TestFactory(info); in TestRegisterFactory()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderTest.java206 class TestFactory implements URLStreamHandlerFactory { in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory() class
213 ucl = new URLClassLoader(u, cl, new TestFactory()); in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory()