Home
last modified time | relevance | path

Searched refs:extype (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleData.java164 public static UnicodeSet getExemplarSet(ULocale locale, int options, int extype) { in getExemplarSet() argument
165 return LocaleData.getInstance(locale).getExemplarSet(options, extype); in getExemplarSet()
188 public UnicodeSet getExemplarSet(int options, int extype) { in getExemplarSet() argument
197 if (extype == ES_CURRENCY) { in getExemplarSet()
203 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleData.java163 public static UnicodeSet getExemplarSet(ULocale locale, int options, int extype) { in getExemplarSet() argument
164 return LocaleData.getInstance(locale).getExemplarSet(options, extype); in getExemplarSet()
187 public UnicodeSet getExemplarSet(int options, int extype) { in getExemplarSet() argument
196 if (extype == ES_CURRENCY) { in getExemplarSet()
202 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet()
/external/icu/libandroidicu/include/unicode/
Dulocdata.h181 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status);
/external/icu/icu4c/source/i18n/unicode/
Dulocdata.h181 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status);
/external/icu/libicu/cts_headers/unicode/
Dulocdata.h181 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status);
/external/icu/icu4c/source/i18n/
Dulocdata.cpp105 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status){ in ulocdata_getExemplarSet() argument
118 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); in ulocdata_getExemplarSet()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...