Home
last modified time | relevance | path

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

123456

/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/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_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_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_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_cond_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_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.
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.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DStringBuilder.sts77 * @param o object that will be converted to a string
179 * @param i value to be converted
188 * @param i value to be converted
197 * @param i value to be converted
206 * @param i value to be converted
215 * @param i value to be converted
224 * @param i value to be converted
233 * @param i value to be converted
244 * @param i value to be converted
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D6_conversions.rst201 type* or can be converted to the *target type* by using one of the conversions
247 - The operand of a nullish type that has a nullish value is converted as
250 - The operand ``null`` is converted to string ``null``.
251 - The operand ``undefined`` is converted to string ``undefined``.
253 - An operand of a reference type or ``enum`` type is converted by applying the
257 is converted to type ``string`` with a value that represents the operand in
261 is converted to type ``string`` with a value that represents the operand in
264 - An operand of type ``boolean`` is converted to type ``string`` with the
267 - An operand of type ``char`` is converted by using :ref:`Character to String Conversions`;
269 - 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
Dcce_2a.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
Dcce_2b.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
Dpos_4b.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_4.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_3.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_5.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_4a.sts19 if the type of a converted expression cannot be converted to the

123456