Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h61 enum UtfOffset : uint8_t { SIX = 6, TEN = 10, TWELVE = 12, EIGHTEEN = 18 }; enumerator
98 codePoint <<= UtfOffset::TEN; in CombineTwoU16()
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h59 num = (value_ - '0') + num * JSDate::TEN; in ReadNumber()
433 return value * JSDate::TEN; in NormMilliSecond()
441 divisor *= JSDate::TEN; in NormMilliSecond()
Djs_date.h156 static constexpr int TEN = 10; variable
Dobject_fast_operator-inl.h786 value = value * JSDate::TEN + val; in GetNumFromString()
Djs_date.cpp230 value = value * TEN + val; in GetNumFromString()