Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dservls.cpp93 URegistryKey
103 URegistryKey
109 URegistryKey
115 URegistryKey
127 URegistryKey
133 URegistryKey
141 URegistryKey
Dserv.h770 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);
Dservloc.h490 …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…
Dserv.cpp811 URegistryKey
817 URegistryKey
847 URegistryKey
873 return (URegistryKey)factoryToAdopt; in registerFactory()
877 ICUService::unregister(URegistryKey rkey, UErrorCode& status) in unregister()
Dbrkiter.cpp312 URegistryKey U_EXPORT2
326 BreakIterator::unregister(URegistryKey key, UErrorCode& status) in unregister()
/external/icu/icu4c/source/common/unicode/
Dumisc.h55 typedef const void* URegistryKey; typedef
Dbrkiter.h539 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
556 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h801 …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);
Dnumfmt.h795 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
809 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dcalendar.h2361 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
2378 static UBool unregister(URegistryKey key, UErrorCode& status);
/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp52 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()
Dnmfmapts.cpp306 URegistryKey key = NumberFormat::registerFactory(new NFTestFactory(), status); in testRegistration()
Dloctest.cpp1975 URegistryKey key = BreakIterator::registerInstance(brk, reqLoc, UBRK_WORD, ec); in TestGetLocale()
2043 URegistryKey key = Collator::registerInstance(coll, reqLoc, ec); in TestGetLocale()
Dicusvtst.cpp386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status); in testAPI_One()
Drbbiapts.cpp896 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); in TestRegistration()
Dcaltest.cpp596 URegistryKey key = cal->registerFactory(NULL, status); in TestGenericAPI()
/external/icu/icu4c/source/i18n/
Dcoll.cpp668 URegistryKey U_EXPORT2
764 URegistryKey U_EXPORT2
780 Collator::unregister(URegistryKey key, UErrorCode& status) in unregister()
Dnumfmt.cpp986 URegistryKey U_EXPORT2
1003 NumberFormat::unregister(URegistryKey key, UErrorCode& status) in unregister()
Dcalendar.cpp603 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory()
608 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) { in unregister()