Home
last modified time | relevance | path

Searched defs:bufLength (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h395 uint32_t bufLength) const in WriteUtf16()
570 uint32_t bufLength) const in CopyDataToUtf16()
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textencoder.cpp87 size_t bufLength; in NewUint8ArrayWithBufferInfo() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h374 uint32_t bufLength) const in WriteUtf16()
Decma_string.h948 uint32_t WriteToUtf16(const JSThread *thread, uint16_t *buf, uint32_t bufLength) in WriteToUtf16()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp555 uint32_t bufLength = buffer->GetLength(); in WriteString() local