Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp39 constexpr char CHARS[] = "0123456789abcdefghijklmnopqrstuvwxyz"; // NOLINT (modernize-avoid-c-arra… variable
259 return CHARS[digit]; in Carry()
272 result = CHARS[static_cast<int>(remainder)] + result; in IntegerToString()
286 result += CHARS[integer]; in DecimalsToString()