Home
last modified time | relevance | path

Searched defs:CopyDataUtf16 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h216 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t maxLength) in CopyDataUtf16() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h416 uint32_t CopyDataUtf16(void *buf, uint32_t maxLength) in CopyDataUtf16() function
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h436 uint32_t BaseString::CopyDataUtf16(ReadBarrier &&readBarrier, uint16_t *buf, uint32_t maxLength) co… in CopyDataUtf16() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h390 inline uint32_t EcmaString::CopyDataUtf16(const JSThread *thread, uint16_t *buf, uint32_t maxLength… in CopyDataUtf16() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp435 TEST_F(EtsStringTest, CopyDataUtf16) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dbase_string_test.cpp969 HWTEST_F_L0(BaseStringTest, CopyDataUtf16) in HWTEST_F_L0() argument