HomeSort by relevance Sort by last modified time
    Searched refs:Roundingnumber1 (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 259 double Roundingnumber1 = -2.55;
295 resultStr = pat.format(Roundingnumber1);
296 message = "round(" + (double) Roundingnumber1
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 255 double Roundingnumber1 = -2.55;
291 resultStr = pat.format(Roundingnumber1);
292 message = "round(" + (double) Roundingnumber1
  /external/icu/icu4c/source/test/intltest/
dcfmapts.cpp 466 double Roundingnumber1 = -2.55;
501 pat.format(Roundingnumber1, resultStr);
502 message= (UnicodeString)"Round() failed: round(" + (double)Roundingnumber1 + UnicodeString(",") + mode + UnicodeString(",FALSE) with RoundingIncrement=1.0==>");
    [all...]

Completed in 150 milliseconds