Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleData.java148 public static UnicodeSet getExemplarSet(ULocale locale, int options, int extype) { in getExemplarSet() argument
149 return LocaleData.getInstance(locale).getExemplarSet(options, extype); in getExemplarSet()
171 public UnicodeSet getExemplarSet(int options, int extype) { in getExemplarSet() argument
180 if (extype == ES_CURRENCY) { in getExemplarSet()
186 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleData.java159 public static UnicodeSet getExemplarSet(ULocale locale, int options, int extype) { in getExemplarSet() argument
160 return LocaleData.getInstance(locale).getExemplarSet(options, extype); in getExemplarSet()
183 public UnicodeSet getExemplarSet(int options, int extype) { in getExemplarSet() argument
192 if (extype == ES_CURRENCY) { in getExemplarSet()
198 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet()
/external/icu/icu4c/source/i18n/unicode/
Dulocdata.h166 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status);
/external/icu/icu4c/source/i18n/
Dulocdata.c102 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status){ in ulocdata_getExemplarSet() argument
115 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); in ulocdata_getExemplarSet()