Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dvisibledigits.cpp96 int32_t mostSigNonZero = fExponent + fDigits.length(); in computeAbsDoubleValue() local
97 int32_t end = mostSig > mostSigNonZero ? mostSigNonZero : mostSig; in computeAbsDoubleValue()