Searched refs:factoryToAdopt (Results 1 – 2 of 2) sorted by relevance
841 ICUService::registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status) in registerFactory() argument843 if (U_SUCCESS(status) && factoryToAdopt != NULL) { in registerFactory()853 factories->insertElementAt(factoryToAdopt, 0, status); in registerFactory()857 delete factoryToAdopt; in registerFactory()858 factoryToAdopt = NULL; in registerFactory()862 if (factoryToAdopt != NULL) { in registerFactory()866 return (URegistryKey)factoryToAdopt; in registerFactory()
810 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);