Searched refs:isGetBufferSize (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_string-inl.h | 315 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 D | ecma_string.h | 211 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 D | utf_helper.h | 114 bool isGetBufferSize = false, bool cesu8 = false);
|
H A D | utf_helper.cpp | 224 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 D | jsnapi_expo.h | 943 size_t Utf8Length(const EcmaVM *vm, bool isGetBufferSize = false);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 2165 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