Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/common/
Dservls.cpp94 URegistryKey
104 URegistryKey
110 URegistryKey
116 URegistryKey
128 URegistryKey
134 URegistryKey
142 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.cpp327 URegistryKey U_EXPORT2
341 BreakIterator::unregister(URegistryKey key, UErrorCode& status) in unregister()
/external/icu/libicu/cts_headers/
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…
/external/icu/icu4c/source/common/unicode/
Dbrkiter.h553 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
570 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dumisc.h57 typedef const void* URegistryKey; typedef
/external/icu/libicu/cts_headers/unicode/
Dbrkiter.h553 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
570 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dcoll.h820 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode…
832 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
847 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dumisc.h57 typedef const void* URegistryKey; typedef
Dnumfmt.h862 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
876 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/i18n/unicode/
Dcoll.h820 …static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode…
832 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
847 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
Dnumfmt.h862 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
876 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/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()
Dicusvtst.cpp389 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status); in testAPI_One()
Drbbiapts.cpp905 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); in TestRegistration()
/external/icu/icu4c/source/i18n/
Dcoll.cpp677 URegistryKey U_EXPORT2
773 URegistryKey U_EXPORT2
789 Collator::unregister(URegistryKey key, UErrorCode& status) in unregister()
Dnumfmt.cpp986 URegistryKey U_EXPORT2
1007 NumberFormat::unregister(URegistryKey key, UErrorCode& status) in unregister()
Dcalendar.cpp613 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) in registerFactory()
618 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) { in unregister()

12