/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
H A D | PeriodFormatter.java | 39 * @param localeName the name of the new locale 42 PeriodFormatter withLocale(String localeName); argument
|
H A D | BasicPeriodFormatter.java | 24 private String localeName; field in class:BasicPeriodFormatter 29 String localeName, 33 this.localeName = localeName; 46 if (!this.localeName.equals(locName)) { 28 BasicPeriodFormatter(BasicPeriodFormatterFactory factory, String localeName, PeriodFormatterData data, Customizations customs) argument
|
H A D | DateFormatter.java | 43 DateFormatter withLocale(String localeName); argument
|
H A D | DurationFormatter.java | 65 * @param localeName the name of the new locale 68 DurationFormatter withLocale(String localeName); argument
|
H A D | PeriodBuilder.java | 48 PeriodBuilder withLocale(String localeName); argument
|
H A D | PeriodFormatterFactory.java | 25 * @param localeName the name of the Locale 28 public PeriodFormatterFactory setLocale(String localeName); argument
|
H A D | DurationFormatterFactory.java | 61 * @param localeName the name of the Locale 64 public DurationFormatterFactory setLocale(String localeName); argument
|
H A D | BasicDurationFormatter.java | 22 private String localeName; field in class:BasicDurationFormatter 44 String localeName, 50 this.localeName = localeName; 74 if (!locName.equals(localeName)) { 95 localeName, tz); 40 BasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit, String localeName, TimeZone timeZone) argument
|
H A D | BasicDurationFormatterFactory.java | 30 private String localeName; field in class:BasicDurationFormatterFactory 39 this.localeName = Locale.getDefault().toString(); 111 * @param localeName the name of the Locale 114 public DurationFormatterFactory setLocale(String localeName) { argument 115 if (!localeName.equals(this.localeName)) { 116 this.localeName = localeName; 118 builder = builder.withLocale(localeName); 121 formatter = formatter.withLocale(localeName); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
H A D | PeriodFormatterDataService.java | 22 * @param localeName the name of the locale 25 public abstract PeriodFormatterData get(String localeName); argument
|
H A D | ResourceBasedPeriodFormatterDataService.java | 85 public PeriodFormatterData get(String localeName) { argument 87 int x = localeName.indexOf('@'); 89 localeName = localeName.substring(0, x); 93 if (lastLocale != null && lastLocale.equals(localeName)) { 97 PeriodFormatterData ld = cache.get(localeName); 99 String ln = localeName; 128 ld = new PeriodFormatterData(localeName, dr); 139 "Duration data not found for " + localeName, PATH, 140 localeName); [all...] |
H A D | YMDDateFormatter.java | 24 private String localeName; field in class:YMDDateFormatter 45 * @param localeName the locale to use 48 public YMDDateFormatter(String requestedFields, String localeName, argument 51 this.localeName = localeName; 54 Locale locale = Utils.localeFromString(localeName); 85 if (!locName.equals(localeName)) { 96 return new YMDDateFormatter(requestedFields, localeName, tz);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | PeriodFormatter.java | 37 * @param localeName the name of the new locale 40 PeriodFormatter withLocale(String localeName); argument
|
H A D | DateFormatter.java | 41 DateFormatter withLocale(String localeName); argument
|
H A D | DurationFormatter.java | 63 * @param localeName the name of the new locale 66 DurationFormatter withLocale(String localeName); argument
|
H A D | PeriodBuilder.java | 46 PeriodBuilder withLocale(String localeName); argument
|
H A D | PeriodFormatterFactory.java | 23 * @param localeName the name of the Locale 26 public PeriodFormatterFactory setLocale(String localeName); argument
|
H A D | BasicPeriodFormatter.java | 23 private String localeName; field in class:BasicPeriodFormatter 28 String localeName, 32 this.localeName = localeName; 45 if (!this.localeName.equals(locName)) { 27 BasicPeriodFormatter(BasicPeriodFormatterFactory factory, String localeName, PeriodFormatterData data, Customizations customs) argument
|
H A D | DurationFormatterFactory.java | 59 * @param localeName the name of the Locale 62 public DurationFormatterFactory setLocale(String localeName); argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | PeriodFormatterDataService.java | 20 * @param localeName the name of the locale 23 public abstract PeriodFormatterData get(String localeName); argument
|
H A D | ResourceBasedPeriodFormatterDataService.java | 83 public PeriodFormatterData get(String localeName) { argument 85 int x = localeName.indexOf('@'); 87 localeName = localeName.substring(0, x); 91 if (lastLocale != null && lastLocale.equals(localeName)) { 95 PeriodFormatterData ld = cache.get(localeName); 97 String ln = localeName; 126 ld = new PeriodFormatterData(localeName, dr); 137 "Duration data not found for " + localeName, PATH, 138 localeName); [all...] |
H A D | YMDDateFormatter.java | 22 private String localeName; field in class:YMDDateFormatter 43 * @param localeName the locale to use 46 public YMDDateFormatter(String requestedFields, String localeName, argument 49 this.localeName = localeName; 52 Locale locale = Utils.localeFromString(localeName); 83 if (!locName.equals(localeName)) { 94 return new YMDDateFormatter(requestedFields, localeName, tz);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
H A D | CollationCreationMethodTest.java | 116 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) argument 121 msg.append("With ").append(localeName).append(" collator\n and input string: ").append(string1).append('\n');
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationCreationMethodTest.java | 112 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) argument 117 msg.append("With ").append(localeName).append(" collator\n and input string: ").append(string1).append('\n');
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
H A D | ModuleTest.java | 39 private String localeName = null; field in class:ModuleTest 46 localeName = locName; 85 m = Factory.get(baseName, localeName);
|