HomeSort by relevance Sort by last modified time
    Searched defs:ICULocaleService (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
servls.cpp 30 ICULocaleService::ICULocaleService()
35 ICULocaleService::ICULocaleService(const UnicodeString& dname)
41 ICULocaleService::~ICULocaleService()
46 ICULocaleService::get(const Locale& locale, UErrorCode& status) const
52 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const
58 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const
64 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) cons
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICULocaleService.java 22 public class ICULocaleService extends ICUService {
27 * Construct an ICULocaleService.
29 public ICULocaleService() {
33 * Construct an ICULocaleService with a name (useful for debugging).
35 public ICULocaleService(String name) {
160 * is the default key instantiated by ICULocaleService.</p>
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICULocaleService.java 18 public class ICULocaleService extends ICUService {
23 * Construct an ICULocaleService.
25 public ICULocaleService() {
29 * Construct an ICULocaleService with a name (useful for debugging).
31 public ICULocaleService(String name) {
156 * is the default key instantiated by ICULocaleService.</p>
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 436 milliseconds