Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp25 static int CharToInt(char c) in CharToInt() function
44 temp = (currentRadix * remain + static_cast<uint32_t>(CharToInt(num[i]))); in Division()