Home
last modified time | relevance | path

Searched defs:digitCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp225 int digitCount = 0; in FillDigits32() local
276 void DtoaHelper::RoundUp(BufferVector<char> digitsBuffer, int* digitCount, int* decimalPosition) in RoundUp()
342 void DtoaHelper::TrimZeros(BufferVector<char> digitBuffer, int* digitCount, int* decimalPointPos) in TrimZeros()
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp585 const int digitCount = high ? 2 : 1; in Int64ToBigInt() local
605 const int digitCount = high ? 2 : 1; in Uint64ToBigInt() local