Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp1249 void NumberHelper::GetBase(double d, int digits, int *decimalPoint, char *buf, char *bufTmp, int si… in GetBase()
1272 char bufTmp[JS_DTOA_BUF_SIZE] = {0}; in GetMinmumDigits() local