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

  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 378 DecimalFormat fmtr(pattern, symbols, status);
385 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling);
387 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
389 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
391 fmtr.setRoundingMode(DecimalFormat::kRoundUp);
393 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
395 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
397 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
401 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
408 //fmtr.format(spInput, result, NULL, status)
    [all...]
numfmtst.cpp 6080 NumberFormat *fmtr = NumberFormat::createInstance( local
6099 NumberFormat *fmtr = NumberFormat::createInstance( local
6131 NumberFormat *fmtr = NumberFormat::createInstance( local
6149 NumberFormat *fmtr = NumberFormat::createInstance( local
    [all...]
  /external/icu4c/test/intltest/
dcfmtest.cpp 388 DecimalFormat fmtr(pattern, symbols, status);
395 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling);
397 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
399 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
401 fmtr.setRoundingMode(DecimalFormat::kRoundUp);
403 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
405 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
411 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary);
413 fmtr.setRoundingMode(DecimalFormat::kRoundFloor)
    [all...]
numfmtst.cpp 6316 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); local
6334 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); local
6365 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_PERCENT, status); local
6387 NumberFormat *fmtr = NumberFormat::createInstance(Locale::getUS(), UNUM_DECIMAL, status); local
    [all...]

Completed in 584 milliseconds