Home
last modified time | relevance | path

Searched refs:PERCENT (Results 1 – 4 of 4) sorted by relevance

/base/global/i18n_lite/interfaces/kits/i18n/include/
Dtypes.h70 PERCENT enumerator
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp289 static const int PERCENT = 100; in HilogShowLogStatsInfo() local
293 …"(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLines[i] * PERCENT) / lines) << in HilogShowLogStatsInfo()
296 …< "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLens[i] * PERCENT) / lens) << in HilogShowLogStatsInfo()
/base/global/i18n_lite/frameworks/i18n/src/
Dnumber_format_impl.cpp351 if (type == PERCENT) { // percent,the decimal needs to be multiplied by 100. in Format()
373 if (type == PERCENT) { // percent,the decimal needs to be multiplied by 100. in FormatNoGroup()
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
Di18n_test.cpp507 std::string out = formatter.Format(percentNum1, NumberFormatType::PERCENT, status);
508 std::string out2 = formatter.Format(percentNum2, NumberFormatType::PERCENT, status);
993 std::string out = format.Format(0.12, NumberFormatType::PERCENT, status);