Home
last modified time | relevance | path

Searched refs:ICUService (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/common/
Dserv.cpp138 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) cons… in create()
338 ICUService::ICUService() in ICUService() function in ICUService
348 ICUService::ICUService(const UnicodeString& newName) in ICUService() function in ICUService
358 ICUService::~ICUService() in ~ICUService()
369 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const in get()
375 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) c… in get()
387 ICUService::getKey(ICUServiceKey& key, UErrorCode& status) const in getKey()
396 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const in getKey()
429 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factor… in getKey()
439 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getKey()
[all …]
Dserv.h23 class ICUService; variable
45 class ICUService;
235 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
318 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
382 virtual void serviceChanged(const ICUService& service) const = 0;
526 class U_COMMON_API ICUService : public ICUNotifier {
567 ICUService();
574 ICUService(const UnicodeString& name);
579 virtual ~ICUService();
Dservloc.h241 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
263 …virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCo…
327 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
403 …virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCo…
425 class U_COMMON_API ICULocaleService : public ICUService
452 return ICUService::get(descriptor, status);
456 return ICUService::get(descriptor, actualReturn, status);
Dservlkf.cpp48 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create()
110 const ICUService* /* service */, in handleCreate() argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceThreadTest.java34 import android.icu.impl.ICUService;
35 import android.icu.impl.ICUService.Factory;
36 import android.icu.impl.ICUService.SimpleFactory;
76 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames()
122 protected ICUService service;
125 public TestThread(String name, ICUService service, long delay) { in TestThread()
197 RegisterFactoryThread(String name, ICUService service, long delay) { in RegisterFactoryThread()
213 UnregisterFactoryThread(String name, ICUService service, long delay) { in UnregisterFactoryThread()
238 … UnregisterFactoryListThread(String name, ICUService service, long delay, Factory[] factories) { in UnregisterFactoryListThread()
256 GetVisibleThread(String name, ICUService service, long delay) { in GetVisibleThread()
[all …]
DICUServiceTest.java38 import android.icu.impl.ICUService;
39 import android.icu.impl.ICUService.Factory;
40 import android.icu.impl.ICUService.Key;
41 import android.icu.impl.ICUService.ServiceListener;
42 import android.icu.impl.ICUService.SimpleFactory;
77 public SortedMap getDisplayNames(ICUService service) { in getDisplayNames()
88 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames()
97 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { in getDisplayNames()
103 static final class TestService extends ICUService {
117 ICUService service = new TestService(); in TestAPI()
[all …]
DICUServiceTestSample.java21 import android.icu.impl.ICUService;
115 private static ICUService registry;
136 private static ICUService registry() { in registry()
216 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceThreadTest.java33 import com.ibm.icu.impl.ICUService;
34 import com.ibm.icu.impl.ICUService.Factory;
35 import com.ibm.icu.impl.ICUService.SimpleFactory;
73 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames()
119 protected ICUService service;
122 public TestThread(String name, ICUService service, long delay) { in TestThread()
194 RegisterFactoryThread(String name, ICUService service, long delay) { in RegisterFactoryThread()
210 UnregisterFactoryThread(String name, ICUService service, long delay) { in UnregisterFactoryThread()
235 … UnregisterFactoryListThread(String name, ICUService service, long delay, Factory[] factories) { in UnregisterFactoryListThread()
253 GetVisibleThread(String name, ICUService service, long delay) { in GetVisibleThread()
[all …]
DICUServiceTest.java37 import com.ibm.icu.impl.ICUService;
38 import com.ibm.icu.impl.ICUService.Factory;
39 import com.ibm.icu.impl.ICUService.Key;
40 import com.ibm.icu.impl.ICUService.ServiceListener;
41 import com.ibm.icu.impl.ICUService.SimpleFactory;
74 public SortedMap getDisplayNames(ICUService service) { in getDisplayNames()
85 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames()
94 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { in getDisplayNames()
100 static final class TestService extends ICUService {
114 ICUService service = new TestService(); in TestAPI()
[all …]
DICUServiceTestSample.java20 import com.ibm.icu.impl.ICUService;
112 private static ICUService registry;
133 private static ICUService registry() { in registry()
213 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames()
/external/icu/libicu/cts_headers/
Dserv.h23 class ICUService; variable
45 class ICUService;
235 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
318 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
382 virtual void serviceChanged(const ICUService& service) const = 0;
526 class U_COMMON_API ICUService : public ICUNotifier {
567 ICUService();
574 ICUService(const UnicodeString& name);
579 virtual ~ICUService();
Dservloc.h241 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
263 …virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCo…
327 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
403 …virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCo…
425 class U_COMMON_API ICULocaleService : public ICUService
452 return ICUService::get(descriptor, status);
456 return ICUService::get(descriptor, actualReturn, status);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormatServiceShim.java20 import com.ibm.icu.impl.ICUService;
21 import com.ibm.icu.impl.ICUService.Factory;
22 import com.ibm.icu.impl.ICUService.Key;
52 public Object create(Key key, ICUService srvc) { in create()
114 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in NFService()
DBreakIteratorFactory.java22 import com.ibm.icu.impl.ICUService;
23 import com.ibm.icu.impl.ICUService.Factory;
86 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in BFService()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNumberFormatServiceShim.java21 import android.icu.impl.ICUService;
22 import android.icu.impl.ICUService.Factory;
23 import android.icu.impl.ICUService.Key;
53 public Object create(Key key, ICUService srvc) { in create()
115 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in NFService()
DCollatorServiceShim.java21 import android.icu.impl.ICUService;
22 import android.icu.impl.ICUService.Factory;
76 public Object handleCreate(ULocale loc, int kind, ICUService srvc) { in registerFactory()
142 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) { in CService()
DBreakIteratorFactory.java23 import android.icu.impl.ICUService;
24 import android.icu.impl.ICUService.Factory;
87 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in BFService()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCurrencyServiceShim.java17 import android.icu.impl.ICUService;
18 import android.icu.impl.ICUService.Factory;
65 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in CFService()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrencyServiceShim.java16 import com.ibm.icu.impl.ICUService;
17 import com.ibm.icu.impl.ICUService.Factory;
64 protected Object handleCreate(ULocale loc, int kind, ICUService srvc) { in CFService()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollatorServiceShim.java20 import com.ibm.icu.impl.ICUService;
21 import com.ibm.icu.impl.ICUService.Factory;
75 public Object handleCreate(ULocale loc, int kind, ICUService srvc) { in registerFactory()
141 protected Object handleCreate(ULocale uloc, int kind, ICUService srvc) { in CService()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICULocaleService.java22 public class ICULocaleService extends ICUService {
167 public static class LocaleKey extends ICUService.Key {
384 public Object create(Key key, ICUService service) { in create()
443 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate()
507 public Object create(Key key, ICUService service) { in create()
600 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate()
DICUService.java96 public class ICUService extends ICUNotifier { class
105 public ICUService() { in ICUService() method in ICUService
113 public ICUService(String name) { in ICUService() method in ICUService
242 public Object create(Key key, ICUService service); in create()
306 public Object create(Key key, ICUService service) { in create()
928 public void serviceChanged(ICUService service); in serviceChanged()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICULocaleService.java18 public class ICULocaleService extends ICUService {
162 public static class LocaleKey extends ICUService.Key {
378 public Object create(Key key, ICUService service) { in create()
437 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate()
500 public Object create(Key key, ICUService service) { in create()
592 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate()
DICUService.java94 public class ICUService extends ICUNotifier { class
103 public ICUService() { in ICUService() method in ICUService
111 public ICUService(String name) { in ICUService() method in ICUService
238 public Object create(Key key, ICUService service); in create()
301 public Object create(Key key, ICUService service) { in create()
922 public void serviceChanged(ICUService service); in serviceChanged()
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp114 class TestIntegerService : public ICUService {
478 class TestStringSimpleKeyService : public ICUService {
488 return ICUService::createSimpleFactory(obj, id, visible, status); in createSimpleFactory()
498 class TestStringService : public ICUService {
522 …virtual UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& /* … in create() argument
568 …UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) con… in create() argument
961 virtual void serviceChanged(const ICUService& service) const { in serviceChanged()
1015 public void serviceChanged(ICUService s) { in testNotification()
1231 UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const { in create()

12