Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcoll.cpp680 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) in registerInstance() argument
686 toAdopt->setLocales(locale, locale, locale); in registerInstance()
687 return getService()->registerInstance(toAdopt, locale, status); in registerInstance()
776 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) in registerFactory() argument
779 CFactory* f = new CFactory(toAdopt, status); in registerFactory()
Dnumfmt.cpp988 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) in registerFactory() argument
992 NFFactory *tempnnf = new NFFactory(toAdopt); in registerFactory()
Ddecimfmt.cpp616 void DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) { in adoptCurrencyPluralInfo() argument
617 fields->properties->currencyPluralInfo.fPtr.adoptInstead(toAdopt); in adoptCurrencyPluralInfo()
Dcalendar.cpp602 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory() argument
604 return getCalendarService(status)->registerFactory(toAdopt, status); in registerFactory()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h806 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode…
818 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
Dnumfmt.h846 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
Ddecimfmt.h1208 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
Dcalendar.h2344 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
/external/icu/icu4c/source/common/
Dbrkiter.cpp327 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance() argument
334 return service->registerInstance(toAdopt, locale, kind, status); in registerInstance()
/external/icu/icu4c/source/common/unicode/
Dbrkiter.h545 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,