Searched refs:URegistryKey (Results 1 – 19 of 19) sorted by relevance
/external/icu4c/common/ |
D | servls.cpp | 99 URegistryKey 109 URegistryKey 115 URegistryKey 121 URegistryKey 133 URegistryKey 139 URegistryKey 147 URegistryKey
|
D | serv.h | 772 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);
|
D | servloc.h | 491 …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…
|
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 | 315 URegistryKey U_EXPORT2 329 BreakIterator::unregister(URegistryKey key, UErrorCode& status) in unregister()
|
/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); 774 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
|
D | numfmt.h | 713 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status); 724 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
|
D | calendar.h | 2135 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status); 2147 static UBool unregister(URegistryKey key, UErrorCode& status);
|
/external/icu4c/common/unicode/ |
D | brkiter.h | 477 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt, 491 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
|
D | umisc.h | 55 typedef const void* URegistryKey; typedef
|
/external/icu4c/test/intltest/ |
D | svccoll.cpp | 52 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()
|
D | nmfmapts.cpp | 306 URegistryKey key = NumberFormat::registerFactory(new NFTestFactory(), status); in testRegistration()
|
D | loctest.cpp | 1934 URegistryKey key = BreakIterator::registerInstance(brk, reqLoc, UBRK_WORD, ec); in TestGetLocale() 1996 URegistryKey key = Collator::registerInstance(coll, reqLoc, ec); in TestGetLocale()
|
D | rbbiapts.cpp | 889 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); in TestRegistration()
|
D | icusvtst.cpp | 386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status); in testAPI_One()
|
D | caltest.cpp | 495 URegistryKey key = cal->registerFactory(NULL, status); in TestGenericAPI()
|
/external/icu4c/i18n/ |
D | coll.cpp | 593 URegistryKey U_EXPORT2 683 URegistryKey U_EXPORT2 699 Collator::unregister(URegistryKey key, UErrorCode& status) in unregister()
|
D | numfmt.cpp | 843 URegistryKey U_EXPORT2 860 NumberFormat::unregister(URegistryKey key, UErrorCode& status) in unregister()
|
D | calendar.cpp | 547 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory() 552 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) { in unregister()
|