Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1180 constexpr uint32_t TEN_BASE = 10; in GetSubstitution() local
1181 uint32_t newScaledIndex = scaledIndex * TEN_BASE + (nextPeek - '0'); in GetSubstitution()