Searched refs:CODE_4_BIT (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
D | js_date.h | 201 static constexpr size_t CODE_4_BIT = 4; variable |
D | js_date.cpp | 864 uint32_t endValue = (code >> CODE_4_BIT) & CODE_FLAG; in SetDateValue() |