Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp484 const uint64_t base_bits_mask = in AssignPowerUInt16() local
486 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()