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

/external/apache-http/src/org/apache/http/impl/cookie/
H A DDateUtils.java218 THREADLOCAL_FORMATS = new ThreadLocal<SoftReference<Map<String, SimpleDateFormat>>>() { field in class:DateUtils.DateFormatHolder
241 SoftReference<Map<String, SimpleDateFormat>> ref = THREADLOCAL_FORMATS.get();
245 THREADLOCAL_FORMATS.set(

Completed in 731 milliseconds