Home | History | Annotate | Download | only in intltest

Lines Matching refs:roundingModes

7853     DecimalFormat::ERoundingMode roundingModes[] = {
7872 // The order of these expected values correspond to the order of roundingModes and the order of values.
7885 roundingModes,
7888 (int32_t) (sizeof(roundingModes) / sizeof(roundingModes[0])));
7892 // The order of these expected values correspond to the order of roundingModes and the order of values.
7905 roundingModes,
7908 (int32_t) (sizeof(roundingModes) / sizeof(roundingModes[0])));
7913 // The order of these expected values correspond to the order of roundingModes and the order of values.
7926 roundingModes,
7929 (int32_t) (sizeof(roundingModes) / sizeof(roundingModes[0])));
7935 // The order of these expected values correspond to the order of roundingModes and the order of values.
7948 roundingModes,
7951 (int32_t) (sizeof(roundingModes) / sizeof(roundingModes[0])));
7955 // The order of these expected values correspond to the order of roundingModes and the order of values.
7968 roundingModes,
7971 (int32_t) (sizeof(roundingModes) / sizeof(roundingModes[0])));
7975 roundingModes and the order of values.
7988 roundingModes,
7991 (int32_t) (sizeof(roundingModes) / sizeof(roundingModes[0])));
7995 // The order of these expected values correspond to the order of roundingModes and the order of values.
8008 roundingModes,
8011 (int32_t) (sizeof(roundingModes) / sizeof(roundingModes[0])));
8030 const DecimalFormat::ERoundingMode *roundingModes,
8035 format.setRoundingMode(roundingModes[i]);