Home
last modified time | relevance | path

Searched full:converted (Results 1 – 25 of 168) sorted by relevance

1234567

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/
Dresult_type_bool_n.sts24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
27 • Otherwise, both operands are converted to type int.
Dresult_type_bool.sts24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
27 • Otherwise, both operands are converted to type int.
Dresult_type_cond.sts24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
27 • Otherwise, both operands are converted to type int.
Dresult_type_arith_n.sts24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
27 • Otherwise, both operands are converted to type int.
Dresult_type_arith.sts24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
27 • Otherwise, both operands are converted to type int.
Dresult_type_bitwise.sts24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
27 • Otherwise, both operands are converted to type int.
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp286 * @tc.desc: Enter a string of UTF16 coded sequences and return the length of the sequence converted
465 * @tc.desc: Enter a string of UTF8 coded sequences and return the length of the sequence converted
673 size_t converted = Utf8ToUtf16Size(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.size()); in HWTEST_F_L0() local
674 utf16.resize(converted); in HWTEST_F_L0()
687 size_t converted = Utf8ToUtf16Size(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.size()); in HWTEST_F_L0() local
688 utf16.resize(converted); in HWTEST_F_L0()
701 size_t converted = Utf8ToUtf16Size(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.size()); in HWTEST_F_L0() local
702 utf16.resize(converted); in HWTEST_F_L0()
715 size_t converted = Utf8ToUtf16Size(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.size()); in HWTEST_F_L0() local
716 utf16.resize(converted); in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DStringBuilder.sts77 * @param o object that will be converted to a string
183 * @param i value to be converted
192 * @param i value to be converted
201 * @param i value to be converted
210 * @param i value to be converted
219 * @param i value to be converted
228 * @param i value to be converted
237 * @param i value to be converted
248 * @param i value to be converted
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D6_conversions.rst237 type* or can be converted to the *target type* by using one of the conversions
298 - The operand of a nullish type that has a nullish value is converted as
301 - The operand ``null`` is converted to string ``null``.
302 - The operand ``undefined`` is converted to string ``undefined``.
304 - An operand of a reference type or ``enum`` type is converted by applying the
308 is converted to type ``string`` with a value that represents the operand in
312 is converted to type ``string`` with a value that represents the operand in
315 - An operand of type ``boolean`` is converted to type ``string`` with the
318 - An operand of type ``char`` is converted by using :ref:`Character to String Conversions`;
320 - An operand of enumeration type (see :ref:`Enumerations`) is converted to
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.narrowing_reference_casting_conversions/
Dcce_2.sts19 if the type of a converted expression cannot be converted to the
Dpos_4a.sts19 if the type of a converted expression cannot be converted to the
Dpos_3a.sts19 if the type of a converted expression cannot be converted to the
Dcce_3.sts19 if the type of a converted expression cannot be converted to the
Dpos_2.sts19 if the type of a converted expression cannot be converted to the
Dpos_4.sts19 if the type of a converted expression cannot be converted to the
Dpos_4b.sts19 if the type of a converted expression cannot be converted to the
Dcce_2b.sts19 if the type of a converted expression cannot be converted to the
Dcce_2a.sts19 if the type of a converted expression cannot be converted to the
Dpos_3.sts19 if the type of a converted expression cannot be converted to the
Dcce_1.sts19 if the type of a converted expression cannot be converted to the
Dcce_1a.sts19 if the type of a converted expression cannot be converted to the
Dcce_3a.sts19 if the type of a converted expression cannot be converted to the
Dcce_4.sts19 if the type of a converted expression cannot be converted to the
Dcce_5.sts19 if the type of a converted expression cannot be converted to the
Dcce_4a.sts19 if the type of a converted expression cannot be converted to the

1234567