Searched refs:factoryToAdopt (Results 1 – 3 of 3) sorted by relevance
849 ICUService::registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status) in registerFactory() argument851 if (U_SUCCESS(status) && factoryToAdopt != NULL) { in registerFactory()861 factories->insertElementAt(factoryToAdopt, 0, status); in registerFactory()865 delete factoryToAdopt; in registerFactory()866 factoryToAdopt = NULL; in registerFactory()870 if (factoryToAdopt != NULL) { in registerFactory()874 return (URegistryKey)factoryToAdopt; in registerFactory()
810 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);