Home
last modified time | relevance | path

Searched refs:URegistryKey (Results 1 – 19 of 19) sorted by relevance

/external/icu4c/common/
Dservls.cpp99 URegistryKey
109 URegistryKey
115 URegistryKey
121 URegistryKey
133 URegistryKey
139 URegistryKey
147 URegistryKey
Dserv.h772 URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UErrorCode& status);
792 …virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible,…
810 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);
825 virtual UBool unregister(URegistryKey rkey, UErrorCode& status);
Dservloc.h491 …virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& statu…
498 …virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UEr…
504 …virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int…
514 …virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& locale, UBool visi…
Dserv.cpp811 URegistryKey
817 URegistryKey
847 URegistryKey
873 return (URegistryKey)factoryToAdopt; in registerFactory()
877 ICUService::unregister(URegistryKey rkey, UErrorCode& status) in unregister()
Dbrkiter.cpp315 URegistryKey U_EXPORT2
329 BreakIterator::unregister(URegistryKey key, UErrorCode& status) in unregister()
/external/icu4c/i18n/unicode/
Dcoll.h753 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode…
762 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
774 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dnumfmt.h713 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
724 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dcalendar.h2135 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
2147 static UBool unregister(URegistryKey key, UErrorCode& status);
/external/icu4c/common/unicode/
Dbrkiter.h477 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
491 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dumisc.h55 typedef const void* URegistryKey; typedef
/external/icu4c/test/intltest/
Dsvccoll.cpp52 URegistryKey key = Collator::registerInstance(frcol, US, status); in TestRegister()
104 URegistryKey key = Collator::registerInstance(frcol, fu_FU, status); in TestRegister()
397 URegistryKey key = Collator::registerFactory(factory, status); in TestRegisterFactory()
Dnmfmapts.cpp306 URegistryKey key = NumberFormat::registerFactory(new NFTestFactory(), status); in testRegistration()
Dloctest.cpp1934 URegistryKey key = BreakIterator::registerInstance(brk, reqLoc, UBRK_WORD, ec); in TestGetLocale()
1996 URegistryKey key = Collator::registerInstance(coll, reqLoc, ec); in TestGetLocale()
Drbbiapts.cpp889 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); in TestRegistration()
Dicusvtst.cpp386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status); in testAPI_One()
Dcaltest.cpp495 URegistryKey key = cal->registerFactory(NULL, status); in TestGenericAPI()
/external/icu4c/i18n/
Dcoll.cpp593 URegistryKey U_EXPORT2
683 URegistryKey U_EXPORT2
699 Collator::unregister(URegistryKey key, UErrorCode& status) in unregister()
Dnumfmt.cpp843 URegistryKey U_EXPORT2
860 NumberFormat::unregister(URegistryKey key, UErrorCode& status) in unregister()
Dcalendar.cpp547 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory()
552 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) { in unregister()