Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h38 constexpr unsigned int NUMBER_TEN = 10; variable
719 res += (*current_ - 'a' + NUMBER_TEN) * pow(NUMBER_SIXTEEN, exponent); in ConvertStringUnicode()
721 res += (*current_ - 'A' + NUMBER_TEN) * pow(NUMBER_SIXTEEN, exponent); in ConvertStringUnicode()