Home
last modified time | relevance | path

Searched refs:CopyDataUtf16 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h378 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t maxLength) const in CopyDataUtf16() function
416 CopyDataUtf16(reinterpret_cast<uint16_t *>(buf), length); in ToOneByteDataForced()
901 return string_->CopyDataUtf16(buf, maxLength); in WriteToFlatUtf16()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp942 HWTEST_F_L0(EcmaStringTest, CopyDataUtf16) in HWTEST_F_L0() argument
956 …size_t lengthReturnU16NotComp = handleEcmaStrU16NotCompCopyFrom->CopyDataUtf16(&arrayU16NotCompCop… in HWTEST_F_L0()