Home
last modified time | relevance | path

Searched defs:NewFromUtf16 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md5895 ### NewFromUtf16 subsection
Djsnapi_expo.cpp2271 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16() function in panda::StringRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp786 HWTEST_F_L0(JSNApiTests, NewFromUtf16) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4473 JSHandle<EcmaString> ObjectFactory::NewFromUtf16(std::u16string_view data) in NewFromUtf16() function in panda::ecmascript::ObjectFactory
4522 JSHandle<EcmaString> ObjectFactory::NewFromUtf16(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16() function in panda::ecmascript::ObjectFactory