Home
last modified time | relevance | path

Searched defs:MAX_DIGITS (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Ddtoa_helper.cpp96 constexpr auto MAX_DIGITS = 9; variable
Dets_to_string_cache.cpp215 constexpr auto MAX_DIGITS = std::numeric_limits<int64_t>::digits10 + 2U; in ToString() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h96 static constexpr int MAX_DIGITS = 21; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h72 constexpr uint32_t MAX_DIGITS = 21; variable