Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java190 double oldStartValue = Double.NaN; in applyPattern() local
223 if (startValue <= oldStartValue) { in applyPattern()
237 oldStartValue = startValue; in applyPattern()