Searched refs:factoryToAdopt (Results 1 – 2 of 2) sorted by relevance
848 ICUService::registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status) in registerFactory() argument850 if (U_SUCCESS(status) && factoryToAdopt != NULL) { in registerFactory()860 factories->insertElementAt(factoryToAdopt, 0, status); in registerFactory()864 delete factoryToAdopt; in registerFactory()865 factoryToAdopt = NULL; in registerFactory()869 if (factoryToAdopt != NULL) { in registerFactory()873 return (URegistryKey)factoryToAdopt; in registerFactory()
808 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);