Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DSimpleDateFormatData.java60 String tmpFullTimeFormat = getDateTimePattern(calendar, in SimpleDateFormatData() local
64 if (tmpFullTimeFormat != null) { in SimpleDateFormatData()
70 tmpFullTimeFormat = tmpFullTimeFormat.replace('v', 'z'); in SimpleDateFormatData()
72 fullTimeFormat = tmpFullTimeFormat; in SimpleDateFormatData()