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 | 844 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) in registerFactory() argument 848 NFFactory *tempnnf = new NFFactory(toAdopt); in registerFactory()
|
D | decimfmt.cpp | 2454 DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) in adoptCurrencyPluralInfo() argument 2456 if (toAdopt != NULL) { in adoptCurrencyPluralInfo() 2458 fCurrencyPluralInfo = toAdopt; in adoptCurrencyPluralInfo()
|
D | calendar.cpp | 547 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory() argument 549 return getCalendarService(status)->registerFactory(toAdopt, status); in registerFactory()
|
/external/icu4c/i18n/unicode/ |
D | coll.h | 753 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode… 762 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
|
D | numfmt.h | 713 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
|
D | decimfmt.h | 1166 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
|
D | calendar.h | 2135 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
|
/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,
|