Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/include/
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
142 int lastLen = isShowGroup ? (len + CountGroupNum(len - decLen, defaultData->style.isTwoGroup)) : len; in InnerFormat()
150 if (isShowGroup) { in InnerFormat()

Completed in 2 milliseconds