Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_data.h93 bool isPercent = false; member in OHOS::I18N::NumberData
H A Dnumber_format_impl.h45 std::string InnerFormat(double num, bool hasDec, bool isShowGroup, bool isPercent, int &status) const;
/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp124 std::string NumberFormatImpl::InnerFormat(double num, bool hasDec, bool isShowGroup, bool isPercent, in InnerFormat() argument
131 bool isPercentDefault = isPercent && (defaultData->style.minDecimalLength < 0); in InnerFormat()
164 if (isPercent && !DealWithPercent(buff, result, status, defaultData->style, lastLen)) { in InnerFormat()

Completed in 2 milliseconds