Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/base/
Dutf_helper.h51 enum UtfOffset : uint8_t { SIX = 6, TEN = 10, TWELVE = 12, EIGHTEEN = 18 }; enumerator
80 codePoint <<= UtfOffset::TEN; in CombineTwoU16()
/ark/js_runtime/ecmascript/
Djs_date.h184 static constexpr int TEN = 10; variable
Djs_date.cpp211 value = value * TEN + val; in GetNumFromString()
/ark/js_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h113 TEN enumerator
Dbytecode_circuit_builder.cpp1571 info.offset = BytecodeOffset::TEN; in GetBytecodeInfo()