HomeSort by relevance Sort by last modified time
    Searched refs:DecimalQuantity (Results 51 - 63 of 63) sorted by null

1 23

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
CompactNotation.java 13 import com.ibm.icu.impl.number.DecimalQuantity;
105 public MicroProps processQuantity(DecimalQuantity quantity) {
ScientificNotation.java 5 import com.ibm.icu.impl.number.DecimalQuantity;
146 public MicroProps processQuantity(DecimalQuantity quantity) {
  /external/icu/icu4c/source/i18n/
number_patternstring.h 45 DecimalQuantity rounding;
number_scientific.cpp 96 void ScientificHandler::processQuantity(DecimalQuantity &quantity, MicroProps &micros,
number_compact.cpp 270 void CompactHandler::processQuantity(DecimalQuantity &quantity, MicroProps &micros,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DecimalQuantity_DualStorageBCD.java 10 * A DecimalQuantity with internal storage as a 64-bit BCD, with fallback to a byte array
83 public DecimalQuantity createCopy() {
325 protected void copyBcdFrom(DecimalQuantity _other) {
397 "<DecimalQuantity %s:%d:%d:%s %s %s>",
DecimalQuantity_AbstractBCD.java 19 * @implements {@link DecimalQuantity}
22 public abstract class DecimalQuantity_AbstractBCD implements DecimalQuantity {
59 // path algorithm if required. Therefore, if a DecimalQuantity is constructed from a double, it
113 public void copyFrom(DecimalQuantity _other) {
140 // Validation should happen outside of DecimalQuantity, e.g., in the Rounder class.
152 // Validation should happen outside of DecimalQuantity, e.g., in the Rounder class.
792 * by this DecimalQuantity.
920 protected abstract void copyBcdFrom(DecimalQuantity _other);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DecimalQuantity_DualStorageBCD.java 9 * A DecimalQuantity with internal storage as a 64-bit BCD, with fallback to a byte array
81 public DecimalQuantity createCopy() {
323 protected void copyBcdFrom(DecimalQuantity _other) {
395 "<DecimalQuantity %s:%d:%d:%s %s %s>",
DecimalQuantity_AbstractBCD.java 18 * @implements {@link DecimalQuantity}
20 public abstract class DecimalQuantity_AbstractBCD implements DecimalQuantity {
57 // path algorithm if required. Therefore, if a DecimalQuantity is constructed from a double, it
111 public void copyFrom(DecimalQuantity _other) {
138 // Validation should happen outside of DecimalQuantity, e.g., in the Rounder class.
150 // Validation should happen outside of DecimalQuantity, e.g., in the Rounder class.
790 * by this DecimalQuantity.
918 protected abstract void copyBcdFrom(DecimalQuantity _other);
  /external/icu/icu4c/source/test/intltest/
numbertest_patternmodifier.cpp 84 DecimalQuantity fq;
  /external/icu/android_icu4j/src/main/tests/android/icu/impl/number/
DecimalQuantity_SimpleStorage.java 18 * This is an older implementation of DecimalQuantity. A newer, faster implementation is
26 public class DecimalQuantity_SimpleStorage implements DecimalQuantity {
117 * Creates a DecimalQuantity from the given double value. Internally attempts several strategies
121 * @param input The double to represent by this DecimalQuantity.
265 * Make the internal state of this DecimalQuantity equal to another DecimalQuantity.
267 * @param other The template DecimalQuantity. All properties from this DecimalQuantity will be
268 * copied into this DecimalQuantity.
271 public void copyFrom(DecimalQuantity other)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/impl/number/
DecimalQuantity_SimpleStorage.java 16 * This is an older implementation of DecimalQuantity. A newer, faster implementation is
23 public class DecimalQuantity_SimpleStorage implements DecimalQuantity {
114 * Creates a DecimalQuantity from the given double value. Internally attempts several strategies
118 * @param input The double to represent by this DecimalQuantity.
262 * Make the internal state of this DecimalQuantity equal to another DecimalQuantity.
264 * @param other The template DecimalQuantity. All properties from this DecimalQuantity will be
265 * copied into this DecimalQuantity.
268 public void copyFrom(DecimalQuantity other)
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 406 milliseconds

1 23