Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md5868 ### NewFromUtf8 subsection
Djsnapi_expo.cpp2225 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8() function in panda::StringRef
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4436 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data) in NewFromUtf8() function in panda::ecmascript::ObjectFactory
4443 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data, bool canBeCompress) in NewFromUtf8() function in panda::ecmascript::ObjectFactory
4502 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(const uint8_t *utf8Data, uint32_t utf8Len) in NewFromUtf8() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp770 HWTEST_F_L0(JSNApiTests, NewFromUtf8) in HWTEST_F_L0() argument