Home
last modified time | relevance | path

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

12

/third_party/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.cpp841 void DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) { in adoptCurrencyPluralInfo() argument
844 LocalPointer<CurrencyPluralInfo> cpi(toAdopt); in adoptCurrencyPluralInfo()
/third_party/node/deps/icu-small/source/i18n/
Dcoll.cpp679 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) in registerInstance() argument
685 toAdopt->setLocales(locale, locale, locale); in registerInstance()
686 return getService()->registerInstance(toAdopt, locale, status); in registerInstance()
776 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) in registerFactory() argument
779 CFactory* f = new CFactory(toAdopt, status); in registerFactory()
Dnumfmt.cpp989 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) in registerFactory() argument
992 delete toAdopt; in registerFactory()
997 NFFactory *tempnnf = new NFFactory(toAdopt); in registerFactory()
/third_party/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/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.h2363 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
/third_party/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.h2287 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
/third_party/node/deps/icu-small/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.h879 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
Ddecimfmt.h1199 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
Dcalendar.h2377 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
/third_party/node/deps/icu-small/source/common/
Dbrkiter.cpp329 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance() argument
336 return service->registerInstance(toAdopt, locale, kind, status); in registerInstance()
/third_party/skia/third_party/externals/icu/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()
/third_party/icu/icu4c/source/common/
Dbrkiter.cpp329 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance() argument
336 return service->registerInstance(toAdopt, locale, kind, status); in registerInstance()
/third_party/node/deps/icu-small/source/common/unicode/
Dbrkiter.h553 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbrkiter.h553 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
/third_party/icu/icu4c/source/common/unicode/
Dbrkiter.h553 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,

12