Home
last modified time | relevance | path

Searched defs:isPercent (Results 1 – 2 of 2) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/include/
Dnumber_data.h93 bool isPercent = false; variable
/base/global/i18n_lite/frameworks/i18n/src/
Dnumber_format_impl.cpp124 std::string NumberFormatImpl::InnerFormat(double num, bool hasDec, bool isShowGroup, bool isPercent, in InnerFormat()