Searched refs:decimal (Results 1 – 13 of 13) sorted by relevance
/base/update/updater/test/unittest/updater_test/ |
D | test_update_binary_abnormal.cpp | 35 constexpr int decimal = 10; in main() local 42 int pipeFd = static_cast<int>(std::strtol(argv[1], nullptr, decimal)); in main()
|
D | test_update_binary.cpp | 35 constexpr int decimal = 10; in main() local 42 int pipeFd = static_cast<int>(std::strtol(argv[1], nullptr, decimal)); in main()
|
/base/telephony/sms_mms/utils/ |
D | string_utils.cpp | 41 const uint8_t decimal = 10; in HexCharToInt() local 46 return (c - 'A' + decimal); in HexCharToInt() 49 return (c - 'a' + decimal); in HexCharToInt()
|
/base/hiviewdfx/hiview/base/running_status_logger/ |
D | running_status_logger.cpp | 116 int decimal = 10; in GetLogWroteDestFile() local 118 index *= decimal; in GetLogWroteDestFile() 127 …return GenerateNewestFileName(std::string(((index < decimal) ? "_0" : "_")).append(std::to_string(… in GetLogWroteDestFile()
|
/base/hiviewdfx/hiview/base/ |
D | event.cpp | 54 const int decimal = 10; in GetIntValue() local 55 int32_t ret = static_cast<int32_t>(std::strtol(it->second.c_str(), nullptr, decimal)); in GetIntValue()
|
/base/global/i18n_lite/frameworks/i18n/include/ |
D | number_format_impl.h | 49 …void AddGroup(char *targetAndSource[], const int len[], const char *decimal, bool hasDec, int decL…
|
D | number_data.h | 58 char *decimal = nullptr; variable
|
/base/global/i18n_lite/frameworks/i18n/src/ |
D | number_format_impl.cpp | 30 off = ReplaceAndCountOff(strContent, i + off, data->decimal, off); in ConvertSignAndNum() 280 void NumberFormatImpl::AddGroup(char *targetAndSource[], const int len[], const char *decimal, in AddGroup() argument 322 target[addIndex + j] = hasDec ? decimal[j] : '\0'; in AddGroup()
|
D | number_data.cpp | 90 decimal = I18nNewCharString(td, strlen(td)); in InitSign() 265 I18nFree(static_cast<void *>(decimal)); in ~NumberData()
|
/base/update/packaging_tools/ |
D | script_generator.py | 23 from decimal import getcontext 24 from decimal import Decimal
|
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
D | output_p.inl | 894 /* signed decimal output */
|
/base/global/i18n_lite/ |
D | README.md | 57 2. Change the number format \(such as the numeral system, grouping, decimal point, and percent sig…
|
/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
D | hvigor-wrapper.js | 2 …f(!Al.JudgeUtil.isDigit(Nl))return Kl("numeric",Jl*Number(xl));xl+=Wl()},decimal(){switch(Nl){case…
|