Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcoll.cpp594 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) in registerInstance() argument
597 return getService()->registerInstance(toAdopt, locale, status); in registerInstance()
684 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) in registerFactory() argument
687 CFactory* f = new CFactory(toAdopt, status); in registerFactory()
Dnumfmt.cpp883 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) in registerFactory() argument
887 NFFactory *tempnnf = new NFFactory(toAdopt); in registerFactory()
Dcalendar.cpp557 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory() argument
559 return getCalendarService(status)->registerFactory(toAdopt, status); in registerFactory()
Ddecimfmt.cpp2693 DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) in adoptCurrencyPluralInfo() argument
2695 if (toAdopt != NULL) { in adoptCurrencyPluralInfo()
2697 fCurrencyPluralInfo = toAdopt; in adoptCurrencyPluralInfo()
/external/icu4c/i18n/unicode/
Dcoll.h781 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode…
790 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
Dnumfmt.h712 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
Dcalendar.h2141 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
Ddecimfmt.h1172 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
/external/icu4c/common/
Dbrkiter.cpp316 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance() argument
323 return service->registerInstance(toAdopt, locale, kind, status); in registerInstance()
/external/icu4c/common/unicode/
Dbrkiter.h477 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,