Searched refs:shortDateFormat (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DLocaleData.java80 public String shortDateFormat; field in class:LocaleData
86 // shortDateFormat, but guaranteed to have 4-digit years.
167 return shortDateFormat;
232 localeData.shortDateFormat4 = localeData.shortDateFormat.replaceAll("\\byy\\b", "y");

Completed in 65 milliseconds