HomeSort by relevance Sort by last modified time
    Searched refs:RelativeDateTimeFormatterData (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 397 RelativeDateTimeFormatterData data = cache.get(locale);
777 private static class RelativeDateTimeFormatterData {
778 public RelativeDateTimeFormatterData(
794 private final CacheBase<String, RelativeDateTimeFormatterData, ULocale> cache =
795 new SoftCache<String, RelativeDateTimeFormatterData, ULocale>() {
797 protected RelativeDateTimeFormatterData createInstance(String key, ULocale locale) {
802 public RelativeDateTimeFormatterData get(ULocale locale) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 451 RelativeDateTimeFormatterData data = cache.get(locale);
840 private static class RelativeDateTimeFormatterData {
841 public RelativeDateTimeFormatterData(
857 private final CacheBase<String, RelativeDateTimeFormatterData, ULocale> cache =
858 new SoftCache<String, RelativeDateTimeFormatterData, ULocale>() {
860 protected RelativeDateTimeFormatterData createInstance(String key, ULocale locale) {
865 public RelativeDateTimeFormatterData get(ULocale locale) {
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 419 milliseconds