Home
last modified time | relevance | path

Searched refs:getCachedInstance (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DDateFormatSymbols.java408 return (DateFormatSymbols) getCachedInstance(locale).clone(); in getInstance()
419 return getCachedInstance(locale); in getInstanceRef()
430 private static DateFormatSymbols getCachedInstance(Locale locale) { in getCachedInstance() method in DateFormatSymbols