Searched refs:registerInstance (Results 1 - 18 of 18) sorted by relevance

/external/icu4c/common/
H A Dservls.cpp100 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, function in class:ICULocaleService
105 return registerInstance(objToAdopt, loc, LocaleKey::KIND_ANY,
110 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status) function in class:ICULocaleService
112 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
116 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status) function in class:ICULocaleService
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) function in class:ICULocaleService
134 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, UErrorCode& status)
136 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
140 ICULocaleService::registerInstance(UObjec
[all...]
H A Dservloc.h491 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);
H A Dserv.h763 * <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>
H A Dbrkiter.cpp316 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) function in class:BreakIterator
323 return service->registerInstance(toAdopt, locale, kind, status);
H A Dserv.cpp812 ICUService::registerInstance(UObject* objToAdopt, const UnicodeString& id, UErrorCode& status) function in class:ICUService
814 return registerInstance(objToAdopt, id, TRUE, status);
818 ICUService::registerInstance(UObject* objToAdopt, const UnicodeString& id, UBool visible, UErrorCode& status) function in class:ICUService
/external/icu4c/test/intltest/
H A Dicusvtst.cpp334 service.registerInstance(singleton0, "en_US", status);
346 service.registerInstance(singleton1, "en_US_FOO", status);
369 service.registerInstance(singleton2, "en", status);
386 URegistryKey s3key = service.registerInstance(singleton3, "en_US", status);
436 service.registerInstance(singleton4, "eN_ca_dUde", status);
450 service.registerInstance(singleton5, "en_US_BAR", FALSE, status);
650 service.registerInstance(singleton0, "en_US_BAR", status);
983 ls.registerInstance(new UnicodeString("Foo"), "en_FOO", status);
985 ls.registerInstance(new UnicodeString("Bar"), "en_BAR", status);
994 ls.registerInstance(ne
[all...]
H A Dtrnserr.cpp230 Transliterator::registerInstance(t);
H A Dsvccoll.cpp52 URegistryKey key = Collator::registerInstance(frcol, US, status);
104 URegistryKey key = Collator::registerInstance(frcol, fu_FU, status);
H A Drbbiapts.cpp889 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status);
H A Dtransapi.cpp669 Transliterator::registerInstance(t);
H A Dloctest.cpp1934 URegistryKey key = BreakIterator::registerInstance(brk, reqLoc, UBRK_WORD, ec);
1935 brk = 0; // registerInstance adopts
1937 errln("FAIL: BreakIterator::registerInstance() failed");
1996 URegistryKey key = Collator::registerInstance(coll, reqLoc, ec);
1997 coll = 0; // registerInstance adopts
1999 errln("FAIL: Collator::registerInstance() failed");
H A Dtranstst.cpp2023 Transliterator::registerInstance(t);
3399 Transliterator::registerInstance(t);
/external/icu4c/common/unicode/
H A Dbrkiter.h477 static URegistryKey U_EXPORT2 registerInstance(BreakIterator* toAdopt,
486 * @param key the registry key returned by a previous call to registerInstance
/external/icu4c/i18n/unicode/
H A Dcoll.h753 static URegistryKey U_EXPORT2 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status);
769 * @param key the registry key returned by a previous call to registerInstance
1046 * be registered using registerInstance instead.</p>
H A Dtranslit.h218 * <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
804 * @see #registerInstance
812 * using <code>registerInstance()</code>.
820 * @see #registerInstance
833 * using <code>registerInstance()</cod
[all...]
/external/icu4c/i18n/
H A Dcoll.cpp594 Collator::registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) function in class:Collator
597 return getService()->registerInstance(toAdopt, locale, status);
H A Dutrans.cpp250 Transliterator::registerInstance((Transliterator*) adoptedTrans);
H A Dtranslit.cpp700 * @see #registerInstance
884 * @see #registerInstance
903 * using <code>registerInstance()</code>.
907 * @see #registerInstance
1253 void U_EXPORT2 Transliterator::registerInstance(Transliterator* adoptedPrototype) { function in class:Transliterator
1286 * @see #registerInstance

Completed in 870 milliseconds