HomeSort by relevance Sort by last modified time
    Searched defs:isApproximate (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
number_decimalquantity.h 275 UBool isApproximate;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DecimalQuantity_AbstractBCD.java 79 protected boolean isApproximate;
125 isApproximate = other.isApproximate;
229 // See the comment at the top of this file explaining the "isApproximate" field.
230 assert !isApproximate;
259 // See the comment at the top of this file explaining the "isApproximate" field.
260 assert !isApproximate;
270 // See the comment at the top of this file explaining the "isApproximate" field.
271 assert !isApproximate;
281 // See the comment at the top of this file explaining the "isApproximate" field
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DecimalQuantity_AbstractBCD.java 77 protected boolean isApproximate;
123 isApproximate = other.isApproximate;
227 // See the comment at the top of this file explaining the "isApproximate" field.
228 assert !isApproximate;
257 // See the comment at the top of this file explaining the "isApproximate" field.
258 assert !isApproximate;
268 // See the comment at the top of this file explaining the "isApproximate" field.
269 assert !isApproximate;
279 // See the comment at the top of this file explaining the "isApproximate" field
    [all...]

Completed in 128 milliseconds