Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcoll.cpp678 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) in registerInstance() argument
684 toAdopt->setLocales(locale, locale, locale); in registerInstance()
685 return getService()->registerInstance(toAdopt, locale, status); in registerInstance()
774 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) in registerFactory() argument
777 CFactory* f = new CFactory(toAdopt, status); in registerFactory()
Dnumfmt.cpp987 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) in registerFactory() argument
990 delete toAdopt; in registerFactory()
995 NFFactory *tempnnf = new NFFactory(toAdopt); in registerFactory()
Ddecimfmt.cpp837 void DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) { in adoptCurrencyPluralInfo() argument
840 LocalPointer<CurrencyPluralInfo> cpi(toAdopt); in adoptCurrencyPluralInfo()
Dcalendar.cpp613 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory() argument
615 return getCalendarService(status)->registerFactory(toAdopt, status); in registerFactory()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h820 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode…
832 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
Dnumfmt.h862 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
Ddecimfmt.h1199 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
Dcalendar.h2361 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
/external/icu/libicu/cts_headers/unicode/
Dcoll.h820 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode…
832 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
Dbrkiter.h553 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
Dnumfmt.h862 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
Ddecimfmt.h1199 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
Dcalendar.h2361 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
/external/icu/icu4c/source/common/
Dbrkiter.cpp328 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance() argument
335 return service->registerInstance(toAdopt, locale, kind, status); in registerInstance()
/external/icu/icu4c/source/common/unicode/
Dbrkiter.h553 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,