Searched refs:extype (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleData.java | 164 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/ |
D | LocaleData.java | 163 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/ |
D | ulocdata.h | 181 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ulocdata.h | 181 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status);
|
/external/icu/libicu/cts_headers/unicode/ |
D | ulocdata.h | 181 uint32_t options, ULocaleDataExemplarSetType extype, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/ |
D | ulocdata.cpp | 105 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/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |