Searched refs:URegistryKey (Results 1 – 19 of 19) sorted by relevance
/external/icu/icu4c/source/common/ |
D | servls.cpp | 93 URegistryKey 103 URegistryKey 109 URegistryKey 115 URegistryKey 127 URegistryKey 133 URegistryKey 141 URegistryKey
|
D | serv.h | 770 URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UErrorCode& status); 790 …virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible,… 808 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status); 823 virtual UBool unregister(URegistryKey rkey, UErrorCode& status);
|
D | servloc.h | 490 …virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& statu… 497 …virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UEr… 503 …virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int… 513 …virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& locale, UBool visi…
|
D | serv.cpp | 811 URegistryKey 817 URegistryKey 847 URegistryKey 873 return (URegistryKey)factoryToAdopt; in registerFactory() 877 ICUService::unregister(URegistryKey rkey, UErrorCode& status) in unregister()
|
D | brkiter.cpp | 312 URegistryKey U_EXPORT2 326 BreakIterator::unregister(URegistryKey key, UErrorCode& status) in unregister()
|
/external/icu/icu4c/source/common/unicode/ |
D | umisc.h | 55 typedef const void* URegistryKey; typedef
|
D | brkiter.h | 539 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt, 556 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coll.h | 801 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode… 813 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status); 828 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
|
D | numfmt.h | 795 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status); 809 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
|
D | calendar.h | 2361 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status); 2378 static UBool unregister(URegistryKey key, UErrorCode& status);
|
/external/icu/icu4c/source/test/intltest/ |
D | svccoll.cpp | 52 URegistryKey key = Collator::registerInstance(frcol, US, status); in TestRegister() 101 URegistryKey key = Collator::registerInstance(frcol, fu_FU, status); in TestRegister() 398 URegistryKey key = Collator::registerFactory(factory, status); in TestRegisterFactory()
|
D | nmfmapts.cpp | 306 URegistryKey key = NumberFormat::registerFactory(new NFTestFactory(), status); in testRegistration()
|
D | loctest.cpp | 1975 URegistryKey key = BreakIterator::registerInstance(brk, reqLoc, UBRK_WORD, ec); in TestGetLocale() 2043 URegistryKey key = Collator::registerInstance(coll, reqLoc, ec); in TestGetLocale()
|
D | icusvtst.cpp | 386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status); in testAPI_One()
|
D | rbbiapts.cpp | 896 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); in TestRegistration()
|
D | caltest.cpp | 596 URegistryKey key = cal->registerFactory(NULL, status); in TestGenericAPI()
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 668 URegistryKey U_EXPORT2 764 URegistryKey U_EXPORT2 780 Collator::unregister(URegistryKey key, UErrorCode& status) in unregister()
|
D | numfmt.cpp | 986 URegistryKey U_EXPORT2 1003 NumberFormat::unregister(URegistryKey key, UErrorCode& status) in unregister()
|
D | calendar.cpp | 603 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory() 608 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) { in unregister()
|