Searched refs:INT64_BCD (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | DecimalQuantity_AbstractBCD.java | 618 static final byte[] INT64_BCD = { 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8 }; field in DecimalQuantity_AbstractBCD 644 if (digit < INT64_BCD[p]) { in fitsInLong() 646 } else if (digit > INT64_BCD[p]) { in fitsInLong()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | DecimalQuantity_AbstractBCD.java | 620 static final byte[] INT64_BCD = { 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8 }; field in DecimalQuantity_AbstractBCD 646 if (digit < INT64_BCD[p]) { in fitsInLong() 648 } else if (digit > INT64_BCD[p]) { in fitsInLong()
|
/external/icu/icu4c/source/i18n/ |
D | number_decimalquantity.cpp | 577 static int8_t INT64_BCD[] = { 9, 2, 2, 3, 3, 7, 2, 0, 3, 6, 8, 5, 4, 7, 7, 5, 8, 0, 8 }; in fitsInLong() local 578 if (digit < INT64_BCD[p]) { in fitsInLong() 580 } else if (digit > INT64_BCD[p]) { in fitsInLong()
|