Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h307 inline size_t EcmaString::GetUtf8Length(const JSThread *thread, bool modify, bool isGetBufferSize) … in GetUtf8Length()
445 inline size_t EcmaStringAccessor::GetUtf8Length(const JSThread *thread, bool isGetBufferSize) const in GetUtf8Length()
/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp50 …tfUtils::Utf16ToUtf8Size(const uint16_t* utf16, uint32_t length, bool modify, bool isGetBufferSize, in Utf16ToUtf8Size()
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp212 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify, bool isGetBufferSize, b… in Utf16ToUtf8Size()
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h134 size_t BaseString::GetUtf8Length(ReadBarrier &&readBarrier, bool modify, bool isGetBufferSize) const in GetUtf8Length()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2314 size_t StringRef::Utf8Length(const EcmaVM *vm, bool isGetBufferSize) in Utf8Length()