Home
last modified time | relevance | path

Searched defs:WriteUtf16 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h394 size_t BaseString::WriteUtf16(ReadBarrier &&readBarrier, uint16_t *buf, uint32_t targetLength, in WriteUtf16() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h373 inline size_t EcmaString::WriteUtf16(const JSThread *thread, uint16_t *buf, uint32_t targetLength, in WriteUtf16() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md5976 ### WriteUtf16 subsection
Djsnapi_expo.cpp2332 uint32_t StringRef::WriteUtf16(const EcmaVM *vm, char16_t *buffer, uint32_t length) in WriteUtf16() function in panda::StringRef