Searched refs:toAdopt (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dcoll.h814 * @param toAdopt the Collator instance to be adopted
820 static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status);
824 * @param toAdopt the CollatorFactory instance to be adopted
829 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
H A Dnumfmt.h772 * @param toAdopt the NumberFormatFactory instance to be adopted
777 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
H A Dcalendar.h2350 * @param toAdopt the factory instance to be adopted
2355 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
H A Ddecimfmt.h1271 * @param toAdopt CurrencyPluralInfo to be adopted.
1274 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
/external/icu4c/common/unicode/
H A Dbrkiter.h472 * @param toAdopt the BreakIterator instance to be adopted
479 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
/external/icu4c/i18n/
H A Dcoll.cpp621 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) argument
624 return getService()->registerInstance(toAdopt, locale, status);
713 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) argument
716 CFactory* f = new CFactory(toAdopt, status);
H A Dnumfmt.cpp933 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) argument
937 NFFactory *tempnnf = new NFFactory(toAdopt);
H A Dcalendar.cpp572 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) argument
574 return getCalendarService(status)->registerFactory(toAdopt, status);
H A Ddecimfmt.cpp3160 DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) argument
3162 if (toAdopt != NULL) {
3164 fCurrencyPluralInfo = toAdopt;
/external/icu4c/common/
H A Dbrkiter.cpp324 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) argument
331 return service->registerInstance(toAdopt, locale, kind, status);

Completed in 990 milliseconds