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

1 2

  /external/icu4c/common/
servls.cpp 100 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale,
105 return registerInstance(objToAdopt, loc, LocaleKey::KIND_ANY,
110 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status)
112 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
116 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status)
118 return registerInstance(objToAdopt, locale, kind, LocaleKeyFactory::VISIBLE, status);
122 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status)
134 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, UErrorCode& status)
136 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
140 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, UBool visible, 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);
serv.h 763 * <p>A convenience override of registerInstance(UObject*, const UnicodeString&, UBool)
772 URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UErrorCode& status);
792 virtual URegistryKey registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible, UErrorCode& status);
814 * registerInstance or registerFactory. After a successful call,
874 * <p>Create a factory that wraps a single service object. Called by registerInstance.</p>
    [all...]
brkiter.cpp 335 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status)
342 return service->registerInstance(toAdopt, locale, kind, status);
serv.cpp 812 ICUService::registerInstance(UObject* objToAdopt, const UnicodeString& id, UErrorCode& status)
814 return registerInstance(objToAdopt, id, TRUE, status);
818 ICUService::registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible, UErrorCode& status)
  /external/opencore/protocols/rtp_payload_parser/include/
payload_parser_registry.h 63 PAYLOADPARSER_REGISTRY::registerInstance(rtpPayloadParserReg,
84 PAYLOADPARSER_REGISTRY::registerInstance(NULL, PAYLOADPARSER_REGISTRY_ID);
rtp_payloadparser_registry.h 77 RTPPAYLOADPARSER_REGISTRY::registerInstance(rtpPayloadParserReg, RTPPAYLOADPARSER_REGISTRY_ID);
96 RTPPAYLOADPARSER_REGISTRY::registerInstance(NULL, RTPPAYLOADPARSER_REGISTRY_ID);
  /external/opencore/oscl/oscl/osclerror/src/
oscl_error.h 193 static void registerInstance(OsclAny* ptr, uint32 ID)
196 OsclSingletonRegistry::registerInstance(ptr, ID, error);
331 static void registerInstance(OsclAny* ptr, uint32 ID)
334 OsclTLSRegistry::registerInstance(ptr, ID, error);
oscl_error_trapcleanup.h 243 PVERRORTRAP_REGISTRY::registerInstance(a, PVERRORTRAP_REGISTRY_ID, aError);
  /external/opencore/oscl/oscl/osclregserv/src/
oscl_registry_serv_impl_global.cpp 59 OsclSingletonRegistryEx::registerInstance(reg, OSCL_SINGLETON_ID_OSCLREGISTRY);
86 OsclSingletonRegistryEx::registerInstance(NULL, OSCL_SINGLETON_ID_OSCLREGISTRY);
oscl_registry_serv_impl_tls.cpp 55 OsclTLSRegistryEx::registerInstance(reg, OSCL_TLS_ID_OSCLREGISTRY);
82 OsclTLSRegistryEx::registerInstance(NULL, OSCL_TLS_ID_OSCLREGISTRY);
  /external/opencore/protocols/sdp/parser/include/
sdp_mediaparser_registry.h 81 SDPMEDIAPARSER_REGISTRY::registerInstance(sdpMediaParserReg, SDPMEDIAPARSER_REGISTRY_ID);
100 SDPMEDIAPARSER_REGISTRY::registerInstance(NULL, SDPMEDIAPARSER_REGISTRY_ID);
  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry.cpp 50 PVMFRECOGNIZER_REGISTRY::registerInstance(pvrecregimpl, PVMFRECOGNIZER_REGISTRY_ID);
69 PVMFRECOGNIZER_REGISTRY::registerInstance(NULL, PVMFRECOGNIZER_REGISTRY_ID);
  /external/icu4c/test/intltest/
icusvtst.cpp 331 service.registerInstance(singleton0, "en_US", status);
343 service.registerInstance(singleton1, "en_US_FOO", status);
366 service.registerInstance(singleton2, "en", status);
383 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status);
433 service.registerInstance(singleton4, "eN_ca_dUde", status);
447 service.registerInstance(singleton5, "en_US_BAR", FALSE, status);
646 service.registerInstance(singleton0, "en_US_BAR", status);
979 ls.registerInstance(new UnicodeString("Foo"), "en_FOO", status);
981 ls.registerInstance(new UnicodeString("Bar"), "en_BAR", status);
990 ls.registerInstance(new UnicodeString("Baz"), "en_BAZ", status)
    [all...]
trnserr.cpp 230 Transliterator::registerInstance(t);
svccoll.cpp 52 URegistryKey key = Collator::registerInstance(frcol, US, status);
104 URegistryKey key = Collator::registerInstance(frcol, fu_FU, status);
  /external/opencore/oscl/oscl/osclbase/src/
oscl_singleton.cpp 42 OSCL_EXPORT_REF void OsclSingletonRegistry::registerInstance(OsclAny* ptr, uint32 ID, int32 &aError)
oscl_singleton.h 86 OSCL_IMPORT_REF static void registerInstance(OsclAny* ptr, uint32 ID, int32 &error);
oscl_tls.h 109 OSCL_IMPORT_REF static void registerInstance(OsclAny* ptr, uint32 ID, int32 &error);
oscl_tls.cpp 225 OSCL_EXPORT_REF void OsclTLSRegistry::registerInstance(OsclAny* ptr, uint32 ID, int32 &aError)
pvlogger.cpp 52 PVLOGGER_REGISTRY::registerInstance(pvlogreg, PVLOGGER_REGISTRY_ID, err);
67 PVLOGGER_REGISTRY::registerInstance(NULL, PVLOGGER_REGISTRY_ID, err);
  /external/icu4c/common/unicode/
brkiter.h 477 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
486 * @param key the registry key returned by a previous call to registerInstance
  /external/icu4c/i18n/unicode/
coll.h     [all...]
translit.h 218 * <code>registerInstance()</code> at run time. A registered instance
221 * object passed to <tt>registerInstance()</tt> must implement
366 * registered with the system using <tt>registerInstance()</tt>
369 * using registerInstance(), then the default clone() implementation
373 * @see #registerInstance
712 * @see #registerInstance
    [all...]
  /external/icu4c/i18n/
coll.cpp 594 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status)
597 return getService()->registerInstance(toAdopt, locale, status);

Completed in 672 milliseconds

1 2