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

/external/icu/icu4c/source/common/unicode/
H A Dbrkiter.h532 * @param toAdopt the BreakIterator instance to be adopted
539 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
/external/icu/icu4c/source/common/
H A Dbrkiter.cpp313 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) argument
320 return service->registerInstance(toAdopt, locale, kind, status);
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h795 * @param toAdopt the Collator instance to be adopted
801 static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status);
808 * @param toAdopt the CollatorFactory instance to be adopted
813 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
H A Dnumfmt.h790 * @param toAdopt the NumberFormatFactory instance to be adopted
795 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
H A Ddecimfmt.h1257 * @param toAdopt CurrencyPluralInfo to be adopted.
1260 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
H A Dcalendar.h2356 * @param toAdopt the factory instance to be adopted
2361 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp669 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) argument
675 toAdopt->setLocales(locale, locale, locale);
676 return getService()->registerInstance(toAdopt, locale, status);
765 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) argument
768 CFactory* f = new CFactory(toAdopt, status);
H A Dnumfmt.cpp987 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) argument
991 NFFactory *tempnnf = new NFFactory(toAdopt);
H A Ddecimfmt.cpp2333 DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) argument
2335 if (toAdopt != NULL) {
2337 fCurrencyPluralInfo = toAdopt;
H A Dcalendar.cpp603 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) argument
605 return getCalendarService(status)->registerFactory(toAdopt, status);

Completed in 347 milliseconds