Home
last modified time | relevance | path

Searched refs:WriteToFlatUtf16 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_string_accessor_test.cpp524 * @tc.name: WriteToFlatUtf16
526 * WriteToFlatUtf16 function are within expectations.
530 HWTEST_F_L0(EcmaStringAccessorTest, WriteToFlatUtf16) in HWTEST_F_L0()
532 // WriteToFlatUtf16(). From EcmaString made by CreateFromUtf16( , , , false). in HWTEST_F_L0()
545 .WriteToFlatUtf16(&arrayU16NotCompCopyTo[0], lengthArrayU16Target); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp1222 EcmaStringAccessor(str).WriteToFlatUtf16(buf.data(), len);
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.h1274 uint32_t WriteToFlatUtf16(uint16_t *buf, uint32_t maxLength) const in WriteToFlatUtf16() function in panda::EcmaStringAccessor

Completed in 9 milliseconds