Searched refs:isPercent (Results 1 - 3 of 3) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | number_data.h | 93 bool isPercent = false;
member in OHOS::I18N::NumberData
|
H A D | number_format_impl.h | 45 std::string InnerFormat(double num, bool hasDec, bool isShowGroup, bool isPercent, int &status) const;
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | number_format_impl.cpp | 124 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