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

/external/icu4c/i18n/unicode/
H A Dcoll.h775 * @param toAdopt the Collator instance to be adopted
781 static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status);
785 * @param toAdopt the CollatorFactory instance to be adopted
790 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
H A Dnumfmt.h707 * @param toAdopt the NumberFormatFactory instance to be adopted
712 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
H A Dcalendar.h2136 * @param toAdopt the factory instance to be adopted
2141 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
H A Ddecimfmt.h1169 * @param toAdopt CurrencyPluralInfo to be adopted.
1172 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
/external/icu4c/common/unicode/
H A Dbrkiter.h470 * @param toAdopt the BreakIterator instance to be adopted
477 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
/external/icu4c/i18n/
H A Dcoll.cpp594 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) argument
597 return getService()->registerInstance(toAdopt, locale, status);
684 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) argument
687 CFactory* f = new CFactory(toAdopt, status);
H A Dnumfmt.cpp883 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) argument
887 NFFactory *tempnnf = new NFFactory(toAdopt);
H A Dcalendar.cpp557 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) argument
559 return getCalendarService(status)->registerFactory(toAdopt, status);
H A Ddecimfmt.cpp2693 DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) argument
2695 if (toAdopt != NULL) {
2697 fCurrencyPluralInfo = toAdopt;
/external/icu4c/common/
H A Dbrkiter.cpp316 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) argument
323 return service->registerInstance(toAdopt, locale, kind, status);

Completed in 87 milliseconds