Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp69 static char g_dataType[32] = ""; variable
5344 strcpy_s(g_dataType, sizeof(g_dataType), "utf8"); in CreateStringUtf8()
5356 strcpy_s(g_dataType, sizeof(g_dataType), "utf8"); in GetValueStringUtf8()
5381 strcpy_s(g_dataType, sizeof(g_dataType), "utf16"); in CreateStringUtf16()
5398 strcpy_s(g_dataType, sizeof(g_dataType), "utf16"); in GetValueStringUtf16()
5418 strcpy_s(g_dataType, sizeof(g_dataType), "latin"); in CreateStringLatin1()
5430 strcpy_s(g_dataType, sizeof(g_dataType), "latin"); in GetValueStringLatin1()
5451 strcpy_s(g_dataType, sizeof(g_dataType), "int"); in GetResultType()
5455 strcpy_s(g_dataType, sizeof(g_dataType), "utf8"); in GetResultType()
5459 strcpy_s(g_dataType, sizeof(g_dataType), "objectstr"); in GetResultType()
[all …]