Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2565 …BigDecimal lastParsed = new BigDecimal(Integer.MIN_VALUE); // used to make sure that rounding is m… in checkRounding() local
2579 private BigDecimal checkRound(DecimalFormat nf, BigDecimal iValue, BigDecimal lastParsed) { in checkRound()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java2568 …BigDecimal lastParsed = new BigDecimal(Integer.MIN_VALUE); // used to make sure that rounding is m… in checkRounding() local
2582 private BigDecimal checkRound(DecimalFormat nf, BigDecimal iValue, BigDecimal lastParsed) { in checkRound()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3356 double lastParsed=INT32_MIN; //Intger.MIN_VALUE in checkRounding() local
3370 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { in checkRound()