Searched defs:NewFromUtf16 (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | object_factory.cpp | 4149 JSHandle<EcmaString> ObjectFactory::NewFromUtf16(std::u16string_view data) in NewFromUtf16() function in panda::ecmascript::ObjectFactory 4198 JSHandle<EcmaString> ObjectFactory::NewFromUtf16(const uint16_t *utf16Data, uint32_t utf16Len) in NewFromUtf16() function in panda::ecmascript::ObjectFactory |
| /arkcompiler/ets_runtime/ecmascript/napi/ | ||
| H A D | jsnapi_expo.cpp | 2129 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16() function in panda::StringRef |
Completed in 21 milliseconds