Home
last modified time | relevance | path

Searched defs:digitValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp311 int digitValue = static_cast<int>(fractionalValue >> currentPoint); in FillFractionals() local
330 int digitValue = fractionalValue128.DivModPowerOf2(currentPoint); in FillFractionals() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_second_test.cpp179 JSHandle<JSTaggedValue> digitValue(factory->NewFromASCII("2-digit")); in JSDateTimeFormatForObj_001() local
268 JSHandle<JSTaggedValue> digitValue(factory->NewFromASCII("2-digit")); in JSDateTimeFormatForObj_002() local