Home
last modified time | relevance | path

Searched defs:dstAmount (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java1854 int dstAmount = isDst ? newTimeZone.getDSTSavings() : 0; in subParseZoneStringFromICU() local
1923 int dstAmount = (nameIndex >= 3) ? tz.getDSTSavings() : 0; in subParseZoneStringFromSymbols() local