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

  /external/icu/android_icu4j/src/main/tests/android/icu/impl/number/
DecimalQuantity_SimpleStorage.java 61 // the "precision" (the number of digits in the long). "primary" and "primaryScale" are the only
64 // always be re-computed from "primary" and "primaryScale".
66 private int primaryScale;
111 primaryScale = 0;
137 primaryScale = 0;
148 primaryScale = 0;
155 primaryScale = Integer.parseInt(temp.substring(expPos + 1)) - (expPos - 1) + 1;
161 primaryScale = 2 - temp.length();
171 primaryScale = temp.length() - rightmostNonzeroDigitIndex - 3;
185 primaryScale = decimalPos - temp.length() + 1
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/impl/number/
DecimalQuantity_SimpleStorage.java 58 // the "precision" (the number of digits in the long). "primary" and "primaryScale" are the only
61 // always be re-computed from "primary" and "primaryScale".
63 private int primaryScale;
108 primaryScale = 0;
134 primaryScale = 0;
145 primaryScale = 0;
152 primaryScale = Integer.parseInt(temp.substring(expPos + 1)) - (expPos - 1) + 1;
158 primaryScale = 2 - temp.length();
168 primaryScale = temp.length() - rightmostNonzeroDigitIndex - 3;
182 primaryScale = decimalPos - temp.length() + 1
    [all...]

Completed in 996 milliseconds