HomeSort by relevance Sort by last modified time
    Searched refs:URegistryKey (Results 1 - 19 of 19) sorted by null

  /external/icu4c/common/unicode/
umisc.h 55 typedef const void* URegistryKey;
brkiter.h 479 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
493 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
  /external/icu4c/common/
servls.cpp 94 URegistryKey
104 URegistryKey
110 URegistryKey
116 URegistryKey
128 URegistryKey
134 URegistryKey
142 URegistryKey
serv.h 770 URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UErrorCode& status);
790 virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible, UErrorCode& status);
808 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);
823 virtual UBool unregister(URegistryKey rkey, UErrorCode& status);
    [all...]
servloc.h 490 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);
brkiter.cpp 323 URegistryKey U_EXPORT2
337 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     [all...]
calendar.h     [all...]
  /external/icu4c/i18n/
coll.cpp 620 URegistryKey U_EXPORT2
712 URegistryKey U_EXPORT2
728 Collator::unregister(URegistryKey key, UErrorCode& status)
numfmt.cpp 932 URegistryKey U_EXPORT2
949 NumberFormat::unregister(URegistryKey key, UErrorCode& status)
    [all...]
calendar.cpp 572 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status)
577 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);
loctest.cpp     [all...]
icusvtst.cpp 386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status);
    [all...]
rbbiapts.cpp 894 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status);
    [all...]
caltest.cpp 545 URegistryKey key = cal->registerFactory(NULL, status);
    [all...]

Completed in 156 milliseconds