Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h315 inline size_t EcmaString::GetUtf8Length(bool modify, bool isGetBufferSize) const in GetUtf8Length()
530 inline size_t EcmaStringAccessor::GetUtf8Length(bool isGetBufferSize) const in GetUtf8Length()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp220 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify, bool isGetBufferSize, b… in Utf16ToUtf8Size()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2250 size_t StringRef::Utf8Length(const EcmaVM *vm, bool isGetBufferSize) in Utf8Length()