Searched refs:TestFactory (Results 1 – 7 of 7) sorted by relevance
25 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class28 TestFactory() { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory32 TestFactory(ULocale srcLoc, ULocale swapLoc) { in TestRegistration() method in NumberFormatRegistrationTest.TestFactory81 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()82 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
1287 class TestFactory extends SimpleNumberFormatFactory { in TestRegistration() class1290 TestFactory() { in TestRegistration() method in NumberFormatTest.TestFactory1307 Object key = NumberFormat.registerFactory(new TestFactory()); in TestRegistration()2801 class TestFactory extends NumberFormatFactory { in TestNumberFormatFactory() class2829 TestFactory tf = new TestFactory(); in TestNumberFormatFactory()
41 class TestFactory implements URLStreamHandlerFactory { in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory() class55 final URLClassLoader ucl = new URLClassLoader(urls, null, new TestFactory()); in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory()
253 class TestFactory : public CollatorFactory { class268 TestFactory(CollatorInfo** _info) in TestFactory() function in TestFactory278 ~TestFactory() { in ~TestFactory()340 char TestFactory::gClassID = 0;386 TestFactory* factory = new TestFactory(info); in TestRegisterFactory()
65 private static class TestFactory extends SimpleFactory { class in ICUServiceThreadTest66 TestFactory(String id) { in TestFactory() method in ICUServiceThreadTest.TestFactory210 Factory f = new TestFactory(getCLV()); in iterate()357 factories.add(new TestFactory((String)iter.next())); in getFactoryCollection()
149 class TestFactory extends CollatorFactory { in TestRegisterFactory() class153 TestFactory(CollatorInfo[] info) { in TestRegisterFactory() method in CollationServiceTest.TestFactory229 TestFactory factory = null; in TestRegisterFactory()231 factory = new TestFactory(info); in TestRegisterFactory()
206 class TestFactory implements URLStreamHandlerFactory { in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory() class213 ucl = new URLClassLoader(u, cl, new TestFactory()); in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory()