Home
last modified time | relevance | path

Searched defs:bufsize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
Dnapi_impl.cpp132 [[maybe_unused]] char16_t *buf, [[maybe_unused]] size_t bufsize, in napi_get_value_string_utf16()
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dwin-dynamic-node.cpp219 …us NAPI_CDECL napi_get_value_string_utf8(napi_env env, napi_value value, char *buf, size_t bufsize, in napi_get_value_string_utf8()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp3296 JSVM_Status OH_JSVM_GetValueStringLatin1(JSVM_Env env, JSVM_Value value, char* buf, size_t bufsize,… in OH_JSVM_GetValueStringLatin1()
3331 JSVM_Status OH_JSVM_GetValueStringUtf8(JSVM_Env env, JSVM_Value value, char* buf, size_t bufsize, s… in OH_JSVM_GetValueStringUtf8()
3367 …M_GetValueStringUtf16(JSVM_Env env, JSVM_Value value, char16_t* buf, size_t bufsize, size_t* resul… in OH_JSVM_GetValueStringUtf16()