Home
last modified time | relevance | path

Searched refs:isGetBufferSize (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string-inl.h315 inline size_t EcmaString::GetUtf8Length(bool modify, bool isGetBufferSize) const in GetUtf8Length()
322 return base::utf_helper::Utf16ToUtf8Size(data, GetLength(), modify, isGetBufferSize); in GetUtf8Length()
526 inline size_t EcmaStringAccessor::GetUtf8Length(bool isGetBufferSize) const in GetUtf8Length()
528 return string_->GetUtf8Length(true, isGetBufferSize); in GetUtf8Length()
H A Decma_string.h211 inline size_t GetUtf8Length(bool modify = true, bool isGetBufferSize = false) const;
1164 inline size_t GetUtf8Length(bool isGetBufferSize = false) const;
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h114 bool isGetBufferSize = false, bool cesu8 = false);
H A Dutf_helper.cpp224 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify, bool isGetBufferSize, bool cesu8) in Utf16ToUtf8Size() argument
237 if (isGetBufferSize) { in Utf16ToUtf8Size()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h943 size_t Utf8Length(const EcmaVM *vm, bool isGetBufferSize = false);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2165 size_t StringRef::Utf8Length(const EcmaVM *vm, bool isGetBufferSize) in Utf8Length() argument
2170 return EcmaStringAccessor(EcmaStringAccessor::Flatten(vm, strHandle)).GetUtf8Length(isGetBufferSize); in Utf8Length()

Completed in 26 milliseconds