Home
last modified time | relevance | path

Searched refs:NewFromUtf16LiteralCompress (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp219 return canBeCompress ? factory->NewFromUtf16LiteralCompress(uint16tData, u16str.size()).GetTaggedValue() : in Raw()
1411 factory->NewFromUtf16LiteralCompress(uint16tData, stringBuilder.length()).GetTaggedValue() : in GetSubstitution()
1475 factory->NewFromUtf16LiteralCompress(uint16tData, stringBuilder.length()).GetTaggedValue() : in GetSubstitution()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h604 JSHandle<EcmaString> NewFromUtf16LiteralCompress(const uint16_t *utf16Data, uint32_t utf16Len);
H A Dobject_factory.cpp4261 JSHandle<EcmaString> ObjectFactory::NewFromUtf16LiteralCompress(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16LiteralCompress() function in panda::ecmascript::ObjectFactory

Completed in 16 milliseconds