Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h445 inline size_t WriteUtf16(uint16_t *buf, uint32_t targetLength, uint32_t bufLength) const in WriteUtf16() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md5976 ### WriteUtf16 subsection
Djsnapi_expo.cpp2267 uint32_t StringRef::WriteUtf16(const EcmaVM *vm, char16_t *buffer, uint32_t length) in WriteUtf16() function in panda::StringRef