Home
last modified time | relevance | path

Searched refs:CalifornioLanguageFactory (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp819 class CalifornioLanguageFactory : public ICUResourceBundleFactory class
883 const char* CalifornioLanguageFactory::californio = "en_US_CA";
884 const char* CalifornioLanguageFactory::valley = "en_US_CA_VALLEY";
885 const char* CalifornioLanguageFactory::surfer = "en_US_CA_SURFER";
886 const char* CalifornioLanguageFactory::geek = "en_US_CA_GEEK";
887 Hashtable* CalifornioLanguageFactory::supportedIDs = NULL;
922 service.registerFactory(new CalifornioLanguageFactory(), status); in testRBF()
928 CalifornioLanguageFactory::californio, in testRBF()
929 CalifornioLanguageFactory::valley, in testRBF()
930 CalifornioLanguageFactory::surfer, in testRBF()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java446 CalifornioLanguageFactory califactory = new CalifornioLanguageFactory(); in TestAPI()
453 CalifornioLanguageFactory.californio, in TestAPI()
454 CalifornioLanguageFactory.valley, in TestAPI()
455 CalifornioLanguageFactory.surfer, in TestAPI()
456 CalifornioLanguageFactory.geek in TestAPI()
611 static class CalifornioLanguageFactory extends ICUResourceBundleFactory { class in ICUServiceTest