/external/icu4c/common/unicode/ |
umisc.h | 55 typedef const void* URegistryKey;
|
brkiter.h | 477 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt, 491 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
|
/external/icu4c/common/ |
servls.cpp | 99 URegistryKey 109 URegistryKey 115 URegistryKey 121 URegistryKey 133 URegistryKey 139 URegistryKey 147 URegistryKey
|
serv.h | 772 URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UErrorCode& status); 792 virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible, UErrorCode& status); 810 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status); 825 virtual UBool unregister(URegistryKey rkey, UErrorCode& status); [all...] |
servloc.h | 491 virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status); 498 virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status); 504 virtual URegistryKey registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status); 514 virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& locale, UBool visible, UErrorCode& status);
|
brkiter.cpp | 315 URegistryKey U_EXPORT2 329 BreakIterator::unregister(URegistryKey key, UErrorCode& status)
|
serv.cpp | 811 URegistryKey 817 URegistryKey 847 URegistryKey 873 return (URegistryKey)factoryToAdopt; 877 ICUService::unregister(URegistryKey rkey, UErrorCode& status)
|
/external/icu4c/i18n/unicode/ |
coll.h | [all...] |
numfmt.h | 713 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status); 724 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status); [all...] |
calendar.h | [all...] |
/external/icu4c/i18n/ |
coll.cpp | 593 URegistryKey U_EXPORT2 683 URegistryKey U_EXPORT2 699 Collator::unregister(URegistryKey key, UErrorCode& status)
|
numfmt.cpp | 843 URegistryKey U_EXPORT2 860 NumberFormat::unregister(URegistryKey key, UErrorCode& status) [all...] |
calendar.cpp | 547 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) 552 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) { [all...] |
/external/icu4c/test/intltest/ |
svccoll.cpp | 52 URegistryKey key = Collator::registerInstance(frcol, US, status); 104 URegistryKey key = Collator::registerInstance(frcol, fu_FU, status); 397 URegistryKey key = Collator::registerFactory(factory, status);
|
nmfmapts.cpp | 306 URegistryKey key = NumberFormat::registerFactory(new NFTestFactory(), status);
|
rbbiapts.cpp | 889 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); [all...] |
loctest.cpp | [all...] |
icusvtst.cpp | 386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status); [all...] |
caltest.cpp | 495 URegistryKey key = cal->registerFactory(NULL, status); [all...] |