Searched refs:toAdopt (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 669 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()
|
D | numfmt.cpp | 981 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) in registerFactory() argument 985 NFFactory *tempnnf = new NFFactory(toAdopt); in registerFactory()
|
D | calendar.cpp | 603 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory() argument 605 return getCalendarService(status)->registerFactory(toAdopt, status); in registerFactory()
|
D | decimfmt.cpp | 3649 DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) 3651 if (toAdopt != NULL) { 3653 fCurrencyPluralInfo = toAdopt;
|
/external/icu/icu4c/source/common/ |
D | brkiter.cpp | 312 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/ |
D | coll.h | 801 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode… 813 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
|
D | numfmt.h | 795 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
|
D | calendar.h | 2361 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
|
D | decimfmt.h | 1221 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
|
/external/icu/icu4c/source/common/unicode/ |
D | brkiter.h | 539 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
|