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

/external/icu4c/common/unicode/
H A Dumisc.h55 typedef const void* URegistryKey; typedef
H A Dbrkiter.h477 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
491 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
/external/icu4c/common/
H A Dservls.cpp95 URegistryKey
105 URegistryKey
111 URegistryKey
117 URegistryKey
129 URegistryKey
135 URegistryKey
143 URegistryKey
H A Dserv.h767 URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UErrorCode& status);
787 virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible, UErrorCode& status);
805 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);
820 virtual UBool unregister(URegistryKey rkey, UErrorCode& status);
H A Dservloc.h490 virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status);
497 virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status);
503 virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status);
513 virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& locale, UBool visible, UErrorCode& status);
H A Dbrkiter.cpp315 URegistryKey U_EXPORT2
329 BreakIterator::unregister(URegistryKey key, UErrorCode& status)
H A Dserv.cpp806 URegistryKey
812 URegistryKey
842 URegistryKey
868 return (URegistryKey)factoryToAdopt;
872 ICUService::unregister(URegistryKey rkey, UErrorCode& status)
/external/icu4c/i18n/unicode/
H A Dcoll.h781 static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status);
790 static URegistryKey U_EXPORT2 registerFactory(CollatorFactory* toAdopt, UErrorCode& status);
802 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
H A Dnumfmt.h712 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
723 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
H A Dcalendar.h2141 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
2153 static UBool unregister(URegistryKey key, UErrorCode& status);
/external/icu4c/i18n/
H A Dcoll.cpp593 URegistryKey U_EXPORT2
683 URegistryKey U_EXPORT2
699 Collator::unregister(URegistryKey key, UErrorCode& status)
H A Dnumfmt.cpp882 URegistryKey U_EXPORT2
899 NumberFormat::unregister(URegistryKey key, UErrorCode& status)
H A Dcalendar.cpp557 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status)
562 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) {
/external/icu4c/test/intltest/
H A Dsvccoll.cpp52 URegistryKey key = Collator::registerInstance(frcol, US, status);
104 URegistryKey key = Collator::registerInstance(frcol, fu_FU, status);
397 URegistryKey key = Collator::registerFactory(factory, status);
H A Dnmfmapts.cpp306 URegistryKey key = NumberFormat::registerFactory(new NFTestFactory(), status);
H A Drbbiapts.cpp890 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status);
H A Dloctest.cpp1955 URegistryKey key = BreakIterator::registerInstance(brk, reqLoc, UBRK_WORD, ec);
2017 URegistryKey key = Collator::registerInstance(coll, reqLoc, ec);
H A Dicusvtst.cpp386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status);
H A Dcaltest.cpp510 URegistryKey key = cal->registerFactory(NULL, status);

Completed in 3544 milliseconds