Searched refs:WriteUtf16 (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/stringrefwriteutf16_fuzzer/ |
H A D | stringrefwriteutf16_fuzzer.cpp | 45 int count = res->WriteUtf16(vm, buffer, length - 1); in StringRefWriteUtf16FuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_second_tests.cpp | 1001 * WriteUtf16:Write the value of StringRef to char16_ T array buffer, testing Chinese 1012 EXPECT_EQ(testString->WriteUtf16(vm_, buffer, 2), 2); // 2 : length of testString("年度") in HWTEST_F_L0() 1033 EXPECT_EQ(testString->WriteUtf16(vm_, buffer, 14), 14); // 14 : length of testString("hello world!!!") in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 247 EXPECT_EQ(char16tObject->WriteUtf16(vm_, buffer2, 9), 9); in HWTEST_F_L0() 260 EXPECT_EQ(char16tObject->WriteUtf16(vm_, buffer3, 9), 9); in HWTEST_F_L0()
|
H A D | ffi_workload.cpp | 3159 uint32_t length = local->WriteUtf16(vm_, cs, 3); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_string.h | 443 inline size_t WriteUtf16(uint16_t *buf, uint32_t targetLength, uint32_t bufLength) const 1264 return string_->WriteUtf16(buf, GetLength(), bufLength); in WriteToUtf16()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 945 uint32_t WriteUtf16(const EcmaVM *vm, char16_t *buffer, uint32_t length);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 2181 uint32_t StringRef::WriteUtf16(const EcmaVM *vm, char16_t *buffer, uint32_t length) in WriteUtf16() function in panda::StringRef
|
Completed in 41 milliseconds