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

1 2

  /external/chromium_org/third_party/icu/source/common/unicode/
umisc.h 55 typedef const void* URegistryKey;
brkiter.h 536 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
550 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
  /external/icu/icu4c/source/common/unicode/
umisc.h 55 typedef const void* URegistryKey;
brkiter.h 539 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
556 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
  /external/chromium_org/third_party/icu/source/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 317 URegistryKey U_EXPORT2
331 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/icu/icu4c/source/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 317 URegistryKey U_EXPORT2
331 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/chromium_org/third_party/icu/source/i18n/unicode/
coll.h     [all...]
numfmt.h 765 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
    [all...]
calendar.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h     [all...]
numfmt.h     [all...]
calendar.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 598 URegistryKey U_EXPORT2
690 URegistryKey U_EXPORT2
706 Collator::unregister(URegistryKey key, UErrorCode& status)
  /external/chromium_org/third_party/icu/source/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);
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 52 URegistryKey key = Collator::registerInstance(frcol, US, status);
100 URegistryKey key = Collator::registerInstance(frcol, fu_FU, status);
397 URegistryKey key = Collator::registerFactory(factory, status);
  /external/icu/icu4c/source/i18n/
coll.cpp 667 URegistryKey U_EXPORT2
763 URegistryKey U_EXPORT2
779 Collator::unregister(URegistryKey key, UErrorCode& status)

Completed in 453 milliseconds

1 2