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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 613 UNumberFormat *nnf; local
617 /* nnf = unum_open(UNUM_DEFAULT, NULL, &status); */
618 nnf = unum_open(UNUM_DEFAULT, NULL,0,"en_US",NULL, &status);
623 roundingTest(nnf, 0.00159999, 4, "0.0016");
624 roundingTest(nnf, 0.00995, 4, "0.01");
626 roundingTest(nnf, 12.3995, 3, "12.4");
628 roundingTest(nnf, 12.4999, 0, "12");
629 roundingTest(nnf, - 19.5, 0, "-20");
632 unum_close(nnf);
986 UNumberFormat *nnf; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 613 UNumberFormat *nnf; local
617 /* nnf = unum_open(UNUM_DEFAULT, NULL, &status); */
618 nnf = unum_open(UNUM_DEFAULT, NULL,0,"en_US",NULL, &status);
623 roundingTest(nnf, 0.00159999, 4, "0.0016");
624 roundingTest(nnf, 0.00995, 4, "0.01");
626 roundingTest(nnf, 12.3995, 3, "12.4");
628 roundingTest(nnf, 12.4999, 0, "12");
629 roundingTest(nnf, - 19.5, 0, "-20");
632 unum_close(nnf);
986 UNumberFormat *nnf; local
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]

Completed in 585 milliseconds