| /third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
| H A D | CalendarICU.java | 119 public String getDisplayName(int field, int style, Locale locale) { in getDisplayName() argument 135 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numbertest.h | 185 const char *locale; member
|
| /third_party/icu/icu4c/source/test/iotest/ |
| H A D | strtst.c | 257 const char *locale; in TestLocalizedString() local
|
| /third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
| H A D | DateFmtPerf.h | 150 char locale[25]; member in DateFmtFunction 244 char locale[25]; member in DateFmtCreateFunction 278 char locale[25]; member in DateFmtCopyFunction 325 char locale[2 member in DIFCreateFunction 380 char locale[25]; global() member in TimeZoneCreateFunction 424 char locale[25]; global() member in DTPatternGeneratorCreateFunction 469 char locale[25]; global() member in DTPatternGeneratorCopyFunction 516 char locale[25]; global() member in DTPatternGeneratorBestValueFunction 564 char locale[25]; global() member in NumFmtFunction 693 char locale[25]; global() member in StdioNumFmtFunction 752 char locale[25]; global() member in CollationFunction [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | brkiter.cpp | 329 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) in registerInstance() argument
|
| H A D | ubrk.cpp | 34 ubrk_open(UBreakIteratorType type, const char *locale, const UChar *text, int32_t textLength, UErrorCode *status) ubrk_open() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
| H A D | NumberFormatterApiTest.java | 2574 public void locale() { in locale() method in NumberFormatterApiTest 3116 assertFormatDescending( String message, String skeleton, String conciseSkeleton, UnlocalizedNumberFormatter f, ULocale locale, String... expected) assertFormatDescending() argument 3127 assertFormatDescendingBig( String message, String skeleton, String conciseSkeleton, UnlocalizedNumberFormatter f, ULocale locale, String... expected) assertFormatDescendingBig() argument 3138 assertFormatDescending( String message, String skeleton, String conciseSkeleton, UnlocalizedNumberFormatter f, ULocale locale, double[] inputs, String... expected) assertFormatDescending() argument 3188 assertFormatSingle( String message, String skeleton, String conciseSkeleton, UnlocalizedNumberFormatter f, ULocale locale, Number input, String expected) assertFormatSingle() argument 3230 assertFormatSingleMeasure( String message, String skeleton, String conciseSkeleton, UnlocalizedNumberFormatter f, ULocale locale, Measure input, String expected) assertFormatSingleMeasure() argument [all...] |
| H A D | NumberRangeFormatterTest.java | 802 public void checkAndReset(ULocale locale) { in checkAndReset() argument 836 assertFormatRange( String message, UnlocalizedNumberRangeFormatter f, ULocale locale, String expected_10_50, String expected_49_51, String expected_50_50, String expected_00_30, String expected_00_00, String expected_30_3K, String expected_30K_50K, String expected_49K_51K, String expected_50K_50K, String expected_50K_50M) assertFormatRange() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | ICUResourceBundleTest.java | 744 private static boolean hasLocalizedLanguageFor(ULocale locale, ULocale otherLocale) { in hasLocalizedLanguageFor() argument 750 private static boolean hasLocalizedCountryFor(ULocale locale, ULocale otherLocale) { in hasLocalizedCountryFor() argument [all...] |
| H A D | ICUServiceTest.java | 88 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() argument 97 getDisplayNames(ICUService service, ULocale locale, String matchID) getDisplayNames() argument 649 getDisplayName(String id, ULocale locale) getDisplayName() argument [all...] |
| H A D | DisplayNameTest.java | 45 public String get(ULocale locale, String code, Object context); in get() argument 106 private void checkLocale(ULocale locale) { in checkLocale() argument 150 private String getZoneString(ULocale locale, String olsonID, int item) { in getZoneString() argument 338 getCodes(ULocale locale, String tableName) getCodes() argument 379 check(String type, ULocale locale, String[] codes, Object[] contextList, DisplayNameGetter getter) check() argument [all...] |
| H A D | ICUServiceThreadTest.java | 62 public String getDisplayName(String idForDisplay, ULocale locale) { in getDisplayName() argument 76 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() argument 274 ULocale locale; field in ICUServiceThreadTest.GetDisplayThread 276 GetDisplayThread(String name, ICUService service, long delay, ULocale locale) { in GetDisplayThread() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
| H A D | LikelySubtagsBuilder.java | |
| /third_party/icu/tools/multi/proj/icu4cscan/ |
| H A D | testxml.cpp | 120 int could_open(const char *locale, char *comments) { in could_open() argument 136 int col_could_open(const char *locale, char *comments) { in col_could_open() argument 326 static void writeOkComments(XMLFile &xf, int ok, const char *comments, const char *locale) { in writeOkComments() argument 256 date(const UChar *tz, UDateFormatStyle style, char *format, const char *locale, char *comments, UErrorCode *status) date() argument 345 could_fmt_dow(const char *locale, char *comments) could_fmt_dow() argument 368 probeCapability(XMLFile& xf, const char *locale) probeCapability() argument 390 probeColCapability(XMLFile& xf, const char *locale) probeColCapability() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| H A D | LongNameHandler.java | 121 private static void getCurrencyLongNameData(ULocale locale, Currency currency, String[] outArray) { in getCurrencyLongNameData() argument 140 private static String getPerUnitFormat(ULocale locale, UnitWidth width) { in getPerUnitFormat() argument 177 public static String getUnitDisplayName(ULocale locale, MeasureUnit unit, UnitWidth width) { in getUnitDisplayName() argument 86 getMeasureData( ULocale locale, MeasureUnit unit, UnitWidth width, String[] outArray) getMeasureData() argument 183 forCurrencyLongNames( ULocale locale, Currency currency, PluralRules rules, MicroPropsGenerator parent) forCurrencyLongNames() argument 198 forMeasureUnit( ULocale locale, MeasureUnit unit, MeasureUnit perUnit, UnitWidth width, PluralRules rules, MicroPropsGenerator parent) forMeasureUnit() argument 226 forCompoundUnit( ULocale locale, MeasureUnit unit, MeasureUnit perUnit, UnitWidth width, PluralRules rules, MicroPropsGenerator parent) forCompoundUnit() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | GregorianCalendar.java | 361 public GregorianCalendar(ULocale locale) { in GregorianCalendar() argument 382 GregorianCalendar(TimeZone zone, ULocale locale) GregorianCalendar() argument [all...] |
| H A D | EthiopicCalendar.java | 173 public EthiopicCalendar(ULocale locale) { in EthiopicCalendar() argument 195 EthiopicCalendar(TimeZone zone, ULocale locale) EthiopicCalendar() argument 375 setCalcTypeForLocale(ULocale locale) setCalcTypeForLocale() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
| H A D | NumberRangeFormatterTest.java | 859 public void checkAndReset(ULocale locale) { in checkAndReset() argument 1016 assertFormatRange( String message, UnlocalizedNumberRangeFormatter f, ULocale locale, String expected_10_50, String expected_49_51, String expected_50_50, String expected_00_30, String expected_00_00, String expected_30_3K, String expected_30K_50K, String expected_49K_51K, String expected_50K_50K, String expected_50K_50M) assertFormatRange() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | ICUResourceBundleTest.java | 744 private static boolean hasLocalizedLanguageFor(ULocale locale, ULocale otherLocale) { in hasLocalizedLanguageFor() argument 750 private static boolean hasLocalizedCountryFor(ULocale locale, ULocale otherLocale) { in hasLocalizedCountryFor() argument [all...] |
| H A D | ICUServiceTest.java | 85 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() argument 94 getDisplayNames(ICUService service, ULocale locale, String matchID) getDisplayNames() argument 646 getDisplayName(String id, ULocale locale) getDisplayName() argument [all...] |
| H A D | DisplayNameTest.java | 42 public String get(ULocale locale, String code, Object context); in get() argument 103 private void checkLocale(ULocale locale) { in checkLocale() argument 147 private String getZoneString(ULocale locale, String olsonID, int item) { in getZoneString() argument 335 getCodes(ULocale locale, String tableName) getCodes() argument 376 check(String type, ULocale locale, String[] codes, Object[] contextList, DisplayNameGetter getter) check() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| H A D | NumberRangeFormatterImpl.java | 104 getNumberRangeData( ULocale locale, String nsName, NumberRangeFormatterImpl out) getNumberRangeData() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | LocaleDisplayNames.java | 55 public static LocaleDisplayNames getInstance(ULocale locale) { in getInstance() argument 65 public static LocaleDisplayNames getInstance(Locale locale) { in getInstance() argument 76 getInstance(ULocale locale, DialectHandling dialectHandling) getInstance() argument 102 getInstance(ULocale locale, DisplayContext... contexts) getInstance() argument 128 getInstance(Locale locale, DisplayContext... contexts) getInstance() argument 163 localeDisplayName(ULocale locale) localeDisplayName() argument 174 localeDisplayName(Locale locale) localeDisplayName() argument 419 private ULocale locale; global() field in LocaleDisplayNames.LastResortLocaleDisplayNames 422 LastResortLocaleDisplayNames(ULocale locale, DialectHandling dialectHandling) LastResortLocaleDisplayNames() argument 429 LastResortLocaleDisplayNames(ULocale locale, DisplayContext... contexts) LastResortLocaleDisplayNames() argument 467 localeDisplayName(ULocale locale) localeDisplayName() argument 472 localeDisplayName(Locale locale) localeDisplayName() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | CurrencyData.java | 31 CurrencyDisplayInfo getInstance(ULocale locale, boolean withFallback); in getInstance() argument
|
| H A D | ICULocaleService.java | 44 public Object get(ULocale locale) { in get() argument 52 public Object get(ULocale locale, int kind) { in get() argument 60 public Object get(ULocale locale, ULocale[] actualReturn) { in get() argument 70 public Object get(ULocale locale, int kind, ULocale[] actualReturn) { in get() argument 93 public Factory registerObject(Object obj, ULocale locale) { in registerObject() argument 102 registerObject(Object obj, ULocale locale, boolean visible) registerObject() argument 111 registerObject(Object obj, ULocale locale, int kind) registerObject() argument 119 registerObject(Object obj, ULocale locale, int kind, boolean visible) registerObject() argument 197 createWithCanonical(ULocale locale, String canonicalFallbackID, int kind) createWithCanonical() argument 426 getDisplayName(String id, ULocale locale) getDisplayName() argument 491 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible) SimpleLocaleKeyFactory() argument 495 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible, String name) SimpleLocaleKeyFactory() argument [all...] |