Searched refs:ICUServiceFactory (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/common/
H A Dserv.h40 class ICUServiceFactory;
203 * ICUServiceFactory
207 * <p>An implementing ICUServiceFactory generates the service objects maintained by the
212 class U_COMMON_API ICUServiceFactory : public UObject {
220 * the service's getKey(ICUServiceKey, String[], ICUServiceFactory) method
282 class U_COMMON_API SimpleFactory : public ICUServiceFactory {
452 * <p>Service objects are instantiated by ICUServiceFactory objects
454 * ICUServiceFactory in turn, from most recently registered to
469 * ICUServiceFactory is installed at the head of the factory list, and
476 * BreakIterator) an ICUServiceFactory ca
[all...]
H A Dserv.cpp426 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const
473 if (factory == (const ICUServiceFactory*)factories->elementAt(i)) {
501 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(index++);
669 ICUServiceFactory* f = (ICUServiceFactory*)factories->elementAt(pos);
698 ICUServiceFactory* f = (ICUServiceFactory*)map->get(id);
710 f = (ICUServiceFactory*)map->get(us);
767 ICUServiceFactory*
[all...]
H A Dservls.cpp124 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage);
150 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage);
H A Dservloc.h182 * A subclass of ICUServiceFactory that uses LocaleKeys, and is able to
195 class U_COMMON_API LocaleKeyFactory : public ICUServiceFactory {
/external/icu4c/test/intltest/
H A Dicusvtst.cpp117 virtual ICUServiceFactory* createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status)
478 virtual ICUServiceFactory* createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status)
501 virtual ICUServiceFactory* createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& /* status */)
516 class AnonymousStringFactory : public ICUServiceFactory
546 class TestMultipleKeyStringFactory : public ICUServiceFactory {
676 ICUServiceFactory* f = new TestMultipleKeyStringFactory(xids, count, "Later");
734 ICUServiceFactory* f = new TestMultipleKeyStringFactory(xids, count, "Rad dude");
1215 class WrapFactory : public ICUServiceFactory {
/external/icu4c/i18n/unicode/
H A Dcalendar.h44 class ICUServiceFactory;
2135 static URegistryKey registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1282 #define ICUServiceFactory ICUServiceFactory_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1282 #define ICUServiceFactory ICUServiceFactory_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1282 #define ICUServiceFactory ICUServiceFactory_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1282 #define ICUServiceFactory ICUServiceFactory_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1967 #define ICUServiceFactory U_ICU_ENTRY_POINT_RENAME(ICUServiceFactory) macro
/external/icu4c/i18n/
H A Dcalendar.cpp547 URegistryKey Calendar::registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status)

Completed in 251 milliseconds