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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCurrencyMetaInfo.java171 * @see #withDateRange(Date, Date)
174 return ALL.withDateRange(from, to);
195 return ALL.withDateRange(from, to);
245 public CurrencyFilter withDateRange(Date from, Date to) { method in class:CurrencyMetaInfo.CurrencyFilter
269 public CurrencyFilter withDateRange(long from, long to) { method in class:CurrencyMetaInfo.CurrencyFilter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCurrencyMetaInfo.java182 * @see #withDateRange(Date, Date)
186 return ALL.withDateRange(from, to);
209 return ALL.withDateRange(from, to);
264 public CurrencyFilter withDateRange(Date from, Date to) { method in class:CurrencyMetaInfo.CurrencyFilter
290 public CurrencyFilter withDateRange(long from, long to) { method in class:CurrencyMetaInfo.CurrencyFilter

Completed in 36 milliseconds