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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
PatternStringParser.java 194 public int fractionTotal = 0; // for convenience
463 result.fractionTotal += 1;
482 result.fractionTotal += 1;
581 if (positive.integerTotal == 0 && positive.fractionTotal > 0) {
606 properties.setMaximumFractionDigits(positive.fractionTotal);
619 properties.setMaximumFractionDigits(positive.fractionTotal);
631 if (positive.hasDecimal && positive.fractionTotal == 0) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
PatternStringParser.java 188 public int fractionTotal = 0; // for convenience
457 result.fractionTotal += 1;
476 result.fractionTotal += 1;
575 if (positive.integerTotal == 0 && positive.fractionTotal > 0) {
600 properties.setMaximumFractionDigits(positive.fractionTotal);
613 properties.setMaximumFractionDigits(positive.fractionTotal);
625 if (positive.hasDecimal && positive.fractionTotal == 0) {
  /external/icu/icu4c/source/i18n/
number_patternstring.cpp 392 result.fractionTotal += 1;
413 result.fractionTotal += 1;
513 if (positive.integerTotal == 0 && positive.fractionTotal > 0) {
537 properties.maximumFractionDigits = positive.fractionTotal;
549 properties.maximumFractionDigits = positive.fractionTotal;
561 if (positive.hasDecimal && positive.fractionTotal == 0) {
    [all...]
number_patternstring.h 41 int32_t fractionTotal = 0; // for convenience
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 483 milliseconds