Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java589 private static final ConcurrentMap<Locale, NumberFormat> cachedNumberFormatData field in SimpleDateFormat
742 numberFormat = cachedNumberFormatData.get(loc); in initialize()
748 cachedNumberFormatData.putIfAbsent(loc, numberFormat); in initialize()