Searched refs:toAdopt (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/i18n/ |
D | coll.cpp | 594 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()
|
D | numfmt.cpp | 883 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) in registerFactory() argument 887 NFFactory *tempnnf = new NFFactory(toAdopt); in registerFactory()
|
D | calendar.cpp | 557 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory() argument 559 return getCalendarService(status)->registerFactory(toAdopt, status); in registerFactory()
|
D | decimfmt.cpp | 2693 DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) in adoptCurrencyPluralInfo() argument 2695 if (toAdopt != NULL) { in adoptCurrencyPluralInfo() 2697 fCurrencyPluralInfo = toAdopt; in adoptCurrencyPluralInfo()
|
/external/icu4c/i18n/unicode/ |
D | coll.h | 781 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode… 790 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
|
D | numfmt.h | 712 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
|
D | calendar.h | 2141 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
|
D | decimfmt.h | 1172 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
|
/external/icu4c/common/ |
D | brkiter.cpp | 316 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/ |
D | brkiter.h | 477 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
|