Searched refs:toAdopt (Results 1 - 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
H A D | brkiter.h | 532 * @param toAdopt the BreakIterator instance to be adopted 539 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
|
/external/icu/icu4c/source/common/ |
H A D | brkiter.cpp | 313 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) argument 320 return service->registerInstance(toAdopt, locale, kind, status);
|
/external/icu/icu4c/source/i18n/unicode/ |
H A D | coll.h | 795 * @param toAdopt the Collator instance to be adopted 801 static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status); 808 * @param toAdopt the CollatorFactory instance to be adopted 813 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
|
H A D | numfmt.h | 790 * @param toAdopt the NumberFormatFactory instance to be adopted 795 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
|
H A D | decimfmt.h | 1257 * @param toAdopt CurrencyPluralInfo to be adopted. 1260 virtual void adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt);
|
H A D | calendar.h | 2356 * @param toAdopt the factory instance to be adopted 2361 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
|
/external/icu/icu4c/source/i18n/ |
H A D | coll.cpp | 669 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) argument 675 toAdopt->setLocales(locale, locale, locale); 676 return getService()->registerInstance(toAdopt, locale, status); 765 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status) argument 768 CFactory* f = new CFactory(toAdopt, status);
|
H A D | numfmt.cpp | 987 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status) argument 991 NFFactory *tempnnf = new NFFactory(toAdopt);
|
H A D | decimfmt.cpp | 2333 DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo* toAdopt) argument 2335 if (toAdopt != NULL) { 2337 fCurrencyPluralInfo = toAdopt;
|
H A D | calendar.cpp | 603 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) argument 605 return getCalendarService(status)->registerFactory(toAdopt, status);
|
Completed in 347 milliseconds