Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcoll.cpp669 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) in registerInstance() argument
675 toAdopt->setLocales(locale, locale, locale); in registerInstance()
676 return getService()->registerInstance(toAdopt, locale, status); in registerInstance()
765 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) in registerFactory() argument
768 CFactory* f = new CFactory(toAdopt, status); in registerFactory()
Dnumfmt.cpp981 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) in registerFactory() argument
985 NFFactory *tempnnf = new NFFactory(toAdopt); in registerFactory()
Dcalendar.cpp603 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory() argument
605 return getCalendarService(status)->registerFactory(toAdopt, status); in registerFactory()
Ddecimfmt.cpp3649 DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt)
3651 if (toAdopt != NULL) {
3653 fCurrencyPluralInfo = toAdopt;
/external/icu/icu4c/source/common/
Dbrkiter.cpp312 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance() argument
319 return service->registerInstance(toAdopt, locale, kind, status); in registerInstance()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h801 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode…
813 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
Dnumfmt.h795 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
Dcalendar.h2361 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
Ddecimfmt.h1221 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
/external/icu/icu4c/source/common/unicode/
Dbrkiter.h539 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,