Home
last modified time | relevance | path

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

/third_party/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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3357 double lastParsed=INT32_MIN; //Intger.MIN_VALUE in checkRounding() local
3371 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { in checkRound()