Home
last modified time | relevance | path

Searched refs:isPercentDefault (Results 1 - 1 of 1) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp131 bool isPercentDefault = isPercent && (defaultData->style.minDecimalLength < 0); in InnerFormat() local
133 int len = isPercentDefault ? static_cast<int>(sprintf_s(buff, NUMBER_MAX, "%.f", adjustNum)) : in InnerFormat()
149 bool adjustHasDec = isPercentDefault ? false : hasDec; in InnerFormat()

Completed in 2 milliseconds