Searched defs:NewFromUtf8 (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/napi/ | ||
| D | README.md | 5868 ### NewFromUtf8 subsection |
| D | jsnapi_expo.cpp | 2225 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8() function in panda::StringRef |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | object_factory.cpp | 4436 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data) in NewFromUtf8() function in panda::ecmascript::ObjectFactory |
| /arkcompiler/ets_runtime/ecmascript/napi/test/ | ||
| D | jsnapi_third_tests.cpp | 770 HWTEST_F_L0(JSNApiTests, NewFromUtf8) in HWTEST_F_L0() argument |