Home
last modified time | relevance | path

Searched refs:WriteLatin1 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/stringrefwritelatin1_fuzzer/
H A Dstringrefwritelatin1_fuzzer.cpp41 res->WriteLatin1(vm, value, (int)size); in StringRefWriteLatin1FuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp412 * WriteLatin1:Write the Chinese value of StringRef to the char array buffer
425 EXPECT_EQ(testString->WriteLatin1(vm_, buffer, 1), 1); in HWTEST_F_L0()
434 * WriteLatin1:Write the non Chinese value of StringRef to the char array buffer
447 EXPECT_EQ(testString->WriteLatin1(vm_, buffer, 5), 5); in HWTEST_F_L0()
H A Djsnapi_sample.cpp225 uint32_t length = charObject->WriteLatin1(vm_, cs, 12); in HWTEST_F_L0()
255 uint32_t length = char16tObject->WriteLatin1(vm_, cs1, 10); in HWTEST_F_L0()
H A Dffi_workload.cpp3174 uint32_t length = local->WriteLatin1(vm_, cs, 8); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h946 uint32_t WriteLatin1(const EcmaVM *vm, char *buffer, uint32_t length);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2189 uint32_t StringRef::WriteLatin1(const EcmaVM *vm, char *buffer, uint32_t length) in WriteLatin1() function in panda::StringRef

Completed in 36 milliseconds