Searched defs:CopyUtf16AsUtf8 (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ | ||
| D | builtins_string_stub_builder.cpp | 304 void BuiltinsStringStubBuilder::CopyUtf16AsUtf8(GateRef glue, GateRef src, GateRef dst, in CopyUtf16AsUtf8() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | ecma_string.cpp | 340 void EcmaString::CopyUtf16AsUtf8(const uint16_t *utf16From, uint8_t *utf8To, uint32_t utf16Len) in CopyUtf16AsUtf8() function in panda::ecmascript::EcmaString |