Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/test/intltest/
Dnumfmtst.cpp2504 double smallIncrement=0.00000001; in checkRounding() local
2506 smallIncrement*=iValue; in checkRounding()
2509 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed); in checkRounding()
2511 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed); in checkRounding()
/external/icu4c/test/intltest/
Dnumfmtst.cpp2510 double smallIncrement=0.00000001; in checkRounding() local
2512 smallIncrement*=iValue; in checkRounding()
2515 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed); in checkRounding()
2517 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed); in checkRounding()