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

1 2

  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.h 49 static status_t registerFactory(IFactory* factory,
MediaPlayerFactory.cpp 73 status_t MediaPlayerFactory::registerFactory(IFactory* factory,
  /external/chromium_org/third_party/icu/source/common/
servls.cpp 126 return registerFactory(factory, status);
152 return registerFactory(factory, status);
serv.h 783 * createSimpleFactory, and calls registerFactory.</p>
810 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);
814 * registerInstance or registerFactory. After a successful call,
    [all...]
brkiter.cpp 239 registerFactory(new ICUBreakIteratorFactory(), status);
serv.cpp 828 return registerFactory(f, status);
848 ICUService::registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status)
  /external/icu4c/common/
servls.cpp 121 return registerFactory(factory, status);
147 return registerFactory(factory, status);
serv.h 781 * createSimpleFactory, and calls registerFactory.</p>
808 virtual URegistryKey registerFactory(ICUServiceFactory* factoryToAdopt, UErrorCode& status);
812 * registerInstance or registerFactory. After a successful call,
    [all...]
brkiter.cpp 243 registerFactory(new ICUBreakIteratorFactory(), status);
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 627 service.registerFactory(new AnonymousStringFactory(), status);
677 service.registerFactory(f, status);
735 service.registerFactory(f, status);
895 service.registerFactory(new ICUResourceBundleFactory(), status);
922 service.registerFactory(new CalifornioLanguageFactory(), status);
    [all...]
nmfmapts.cpp 306 URegistryKey key = NumberFormat::registerFactory(new NFTestFactory(), status);
  /external/icu4c/test/intltest/
icusvtst.cpp 627 service.registerFactory(new AnonymousStringFactory(), status);
677 service.registerFactory(f, status);
735 service.registerFactory(f, status);
895 service.registerFactory(new ICUResourceBundleFactory(), status);
922 service.registerFactory(new CalifornioLanguageFactory(), status);
    [all...]
nmfmapts.cpp 306 URegistryKey key = NumberFormat::registerFactory(new NFTestFactory(), status);
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 143 registerFactory(new ICUCollatorFactory(), status);
684 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status)
689 return getService()->registerFactory(f, status);
numfmt.cpp 794 registerFactory(new ICUNumberFormatFactory(), status);
844 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status)
850 return service->registerFactory(tempnnf, status);
    [all...]
  /external/icu4c/i18n/
coll.cpp 148 registerFactory(new ICUCollatorFactory(), status);
713 Collator::registerFactory(CollatorFactory* toAdopt, UErrorCode& status)
718 return getService()->registerFactory(f, status);
numfmt.cpp 879 registerFactory(new ICUNumberFormatFactory(), status);
933 NumberFormat::registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status)
939 return service->registerFactory(tempnnf, status);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h     [all...]
numfmt.h 713 static URegistryKey U_EXPORT2 registerFactory(NumberFormatFactory* toAdopt, UErrorCode& status);
719 * @param key the registry key returned by a previous call to registerFactory
    [all...]
translit.h 224 * {@link #registerFactory }. In this case, the objects are
713 * @see #registerFactory
    [all...]
calendar.h     [all...]
  /external/icu4c/i18n/unicode/
coll.h     [all...]
numfmt.h     [all...]
translit.h 224 * {@link #registerFactory }. In this case, the objects are
714 * @see #registerFactory
    [all...]
calendar.h     [all...]

Completed in 581 milliseconds

1 2