Home
last modified time | relevance | path

Searched refs:WriteToFlatUtf8 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h86 EcmaStringAccessor(str).WriteToFlatUtf8(buf.data(), len + 1); in ParseUtf8()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp568 HWTEST_F_L0(EcmaStringAccessorTest, WriteToFlatUtf8) in HWTEST_F_L0() argument
579 .WriteToFlatUtf8(&arrayU8CopyTo[0], lengthArrayU8Target); in HWTEST_F_L0()
596 .WriteToFlatUtf8(&arrayU8CompCopyTo[0], lengthArrayU16Target); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h882 uint32_t WriteToFlatUtf8(uint8_t *buf, uint32_t maxLength, bool isWriteBuffer = false)
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1259 .WriteToFlatUtf8(reinterpret_cast<uint8_t *>(buffer), length, isWriteBuffer); in WriteUtf8()