Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dservls.cpp95 URegistryKey
105 URegistryKey
111 URegistryKey
117 URegistryKey
129 URegistryKey
135 URegistryKey
143 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.h492 …virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& statu…
499 …virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UEr…
505 …virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int…
515 …virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& locale, UBool visi…
Dserv.cpp812 URegistryKey
818 URegistryKey
848 URegistryKey
874 return (URegistryKey)factoryToAdopt; in registerFactory()
878 ICUService::unregister(URegistryKey rkey, UErrorCode& status) in unregister()
Dbrkiter.cpp326 URegistryKey U_EXPORT2
340 BreakIterator::unregister(URegistryKey key, UErrorCode& status) in unregister()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h806 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode…
818 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
833 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dnumfmt.h846 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
860 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dcalendar.h2344 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
2361 static UBool unregister(URegistryKey key, UErrorCode& status);
/external/icu/icu4c/source/common/unicode/
Dbrkiter.h545 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
562 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dumisc.h57 typedef const void* URegistryKey; typedef
/external/icu/libandroidicu/include/unicode/
Dumisc.h57 typedef const void* URegistryKey; typedef
/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp55 URegistryKey key = Collator::registerInstance(frcol, US, status); in TestRegister()
104 URegistryKey key = Collator::registerInstance(frcol, fu_FU, status); in TestRegister()
401 URegistryKey key = Collator::registerFactory(factory, status); in TestRegisterFactory()
Dnmfmapts.cpp308 URegistryKey key = NumberFormat::registerFactory(new NFTestFactory(), status); in testRegistration()
Dloctest.cpp2196 URegistryKey key = BreakIterator::registerInstance(brk, reqLoc, UBRK_WORD, ec); in TestGetLocale()
2264 URegistryKey key = Collator::registerInstance(coll, reqLoc, ec); in TestGetLocale()
Dicusvtst.cpp389 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status); in testAPI_One()
Drbbiapts.cpp899 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); in TestRegistration()
Dcaltest.cpp605 URegistryKey key = cal->registerFactory(NULL, status); in TestGenericAPI()
/external/icu/icu4c/source/i18n/
Dcoll.cpp679 URegistryKey U_EXPORT2
775 URegistryKey U_EXPORT2
791 Collator::unregister(URegistryKey key, UErrorCode& status) in unregister()
Dnumfmt.cpp987 URegistryKey U_EXPORT2
1004 NumberFormat::unregister(URegistryKey key, UErrorCode& status) in unregister()
Dcalendar.cpp602 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory()
607 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) { in unregister()