Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h380 return CopyDataRegionUtf16(buf, 0, GetLength(), maxLength); in CopyDataUtf16()
383 …uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t maxLength) c… in CopyDataRegionUtf16() function
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp907 HWTEST_F_L0(EcmaStringTest, CopyDataRegionUtf16) in HWTEST_F_L0() argument
923 …size_t lengthReturnU16NotComp = handleEcmaStrU16NotCompCopyFrom->CopyDataRegionUtf16(&arrayU16NotC… in HWTEST_F_L0()