Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h381 size_t BaseString::WriteUtf8(ReadBarrier &&readBarrier, uint8_t *buf, size_t maxLength, bool isWrit… in WriteUtf8() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h364 inline size_t EcmaString::WriteUtf8(const JSThread *thread, uint8_t *buf, size_t maxLength, bool is… in WriteUtf8() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md5948 ### WriteUtf8 subsection
Djsnapi_expo.cpp2323 uint32_t StringRef::WriteUtf8(const EcmaVM *vm, char *buffer, uint32_t length, bool isWriteBuffer) in WriteUtf8() function in panda::StringRef