Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/test/intltest/
Dnumfmtst.cpp2501 double lastParsed=INT32_MIN; //Intger.MIN_VALUE in checkRounding() local
2509 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed); in checkRounding()
2510 lastParsed=checkRound(df, iValue, lastParsed); in checkRounding()
2511 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed); in checkRounding()
2515 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { in checkRound() argument
2534 if (lastParsed>parsed) { in checkRound()
2535 errln("Rounding wrong direction! %d > %d", lastParsed, parsed); in checkRound()
2538 return lastParsed; in checkRound()
Dnumfmtst.h235 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
/external/icu4c/test/intltest/
Dnumfmtst.cpp2507 double lastParsed=INT32_MIN; //Intger.MIN_VALUE in checkRounding() local
2515 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed); in checkRounding()
2516 lastParsed=checkRound(df, iValue, lastParsed); in checkRounding()
2517 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed); in checkRounding()
2521 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { in checkRound() argument
2540 if (lastParsed>parsed) { in checkRound()
2541 errln("Rounding wrong direction! %d > %d", lastParsed, parsed); in checkRound()
2544 return lastParsed; in checkRound()
Dnumfmtst.h245 double checkRound(DecimalFormat* df, double iValue, double lastParsed);