Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp200 if (radix != HEXADECIMAL) { in StringToDoubleWithRadix()
212 radix = HEXADECIMAL; in StringToDoubleWithRadix()
491 radix = HEXADECIMAL; in StringToDouble()
740 radix = HEXADECIMAL; in StringToBigInt()
Dnumber_helper.h41 static constexpr uint8_t HEXADECIMAL = 16; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h42 static constexpr uint32_t HEXADECIMAL = 16; // 16 : hexadecimal variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp313 JSHandle<EcmaString> bigintEcmaStrHex1 = BigInt::ToString(thread, bigint1, BigInt::HEXADECIMAL); in HWTEST_F_L0()
332 JSHandle<EcmaString> bigintEcmaStrHex2 = BigInt::ToString(thread, bigint2, BigInt::HEXADECIMAL); in HWTEST_F_L0()
335 (bigint2->ToStdString(BigInt::HEXADECIMAL)).c_str()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp547 str = BigInt::ToString(thread, JSHandle<BigInt>::Cast(bigint), BigInt::HEXADECIMAL); in HWTEST_F_L0()
554 str = BigInt::ToString(thread, JSHandle<BigInt>::Cast(bigint), BigInt::HEXADECIMAL); in HWTEST_F_L0()