Searched defs:tenderOnly (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCurrencyMetaInfo.java103 public final boolean tenderOnly; field in class:CurrencyMetaInfo.CurrencyFilter
105 private CurrencyFilter(String region, String currency, long from, long to, boolean tenderOnly) { argument
110 this.tenderOnly = tenderOnly;
214 return new CurrencyFilter(region, this.currency, this.from, this.to, this.tenderOnly);
225 return new CurrencyFilter(this.region, currency, this.from, this.to, this.tenderOnly);
235 return new CurrencyFilter(this.region, this.currency, date.getTime(), date.getTime(), this.tenderOnly);
248 return new CurrencyFilter(this.region, this.currency, fromLong, toLong, this.tenderOnly);
257 return new CurrencyFilter(this.region, this.currency, date, date, this.tenderOnly);
270 return new CurrencyFilter(this.region, this.currency, from, to, this.tenderOnly);
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCurrencyMetaInfo.java109 public final boolean tenderOnly; field in class:CurrencyMetaInfo.CurrencyFilter
111 private CurrencyFilter(String region, String currency, long from, long to, boolean tenderOnly) { argument
116 this.tenderOnly = tenderOnly;
230 return new CurrencyFilter(region, this.currency, this.from, this.to, this.tenderOnly);
242 return new CurrencyFilter(this.region, currency, this.from, this.to, this.tenderOnly);
253 return new CurrencyFilter(this.region, this.currency, date.getTime(), date.getTime(), this.tenderOnly);
267 return new CurrencyFilter(this.region, this.currency, fromLong, toLong, this.tenderOnly);
277 return new CurrencyFilter(this.region, this.currency, date, date, this.tenderOnly);
291 return new CurrencyFilter(this.region, this.currency, from, to, this.tenderOnly);
[all...]

Completed in 109 milliseconds