Home
last modified time | relevance | path

Searched refs:INT64_BCD (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_AbstractBCD.java661 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
687 if (digit < INT64_BCD[p]) { in fitsInLong()
689 } else if (digit > INT64_BCD[p]) { in fitsInLong()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java659 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
685 if (digit < INT64_BCD[p]) { in fitsInLong()
687 } else if (digit > INT64_BCD[p]) { in fitsInLong()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp554 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
555 if (digit < INT64_BCD[p]) { in fitsInLong()
557 } else if (digit > INT64_BCD[p]) { in fitsInLong()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp601 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
602 if (digit < INT64_BCD[p]) { in fitsInLong()
604 } else if (digit > INT64_BCD[p]) { in fitsInLong()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp601 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
602 if (digit < INT64_BCD[p]) { in fitsInLong()
604 } else if (digit > INT64_BCD[p]) { in fitsInLong()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.cpp610 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
611 if (digit < INT64_BCD[p]) { in fitsInLong()
613 } else if (digit > INT64_BCD[p]) { in fitsInLong()