Home
last modified time | relevance | path

Searched refs:utf8name (Results 1 - 8 of 8) sorted by relevance

/third_party/libsnd/src/
H A Dwindows.c38 char utf8name [SF_BUFFER_LEN] ; in sf_wchar_open() local
48 if (WideCharToMultiByte (CP_UTF8, 0, wpath, -1, utf8name, sizeof (utf8name), NULL, NULL) == 0) in sf_wchar_open()
60 psf_log_printf (psf, "File : '%s' (utf-8 converted from ucs-2)\n", utf8name) ; in sf_wchar_open()
62 psf_copy_filename (psf, utf8name) ; in sf_wchar_open()
/third_party/node/src/
H A Djs_native_api.h97 const char* utf8name,
200 const char* utf8name,
204 const char* utf8name,
208 const char* utf8name,
280 const char* utf8name,
H A Djsvm.h1690 const char* utf8name,
1706 const char* utf8name,
1722 const char* utf8name,
1864 * @param length: The length of the utf8name in bytes, or JSVM_AUTO_LENGTH if it
1874 const char* utf8name,
1946 * @param utf8name: Name of the JavaScript constructor function. For clarity, it is
1948 * @param length: The length of the utf8name in bytes, or JSVM_AUTO_LENGTH if it
1963 const char* utf8name,
2323 * @param utf8name: Name of the JavaScript constructor function. For clarity, it is
2325 * @param length: The length of the utf8name i
[all...]
H A Djs_native_api_types.h115 // One of utf8name or name should be NULL.
116 const char* utf8name; member
H A Djsvm_types.h529 * One of utf8name or name must be provided for the property.
531 const char* utf8name; member
H A Djs_native_api_v8.cc388 if (p->utf8name != nullptr) { in V8NameFromPropertyDescriptor()
389 CHECK_NEW_FROM_UTF8(env, *result, p->utf8name); in V8NameFromPropertyDescriptor()
1541 v8::String::NewFromUtf8(isolate, p->utf8name, v8::NewStringType::kInternalized) in OH_JSVM_CreateEnv()
2151 const char* utf8name, in OH_JSVM_CreateFunction()
2166 if (utf8name != nullptr) { in OH_JSVM_CreateFunction()
2168 CHECK_NEW_FROM_UTF8_LEN(env, name_string, utf8name, length); in OH_JSVM_CreateFunction()
2225 const char* utf8name, in OH_JSVM_DefineClass()
2247 CHECK_NEW_FROM_UTF8_LEN(env, name_string, utf8name, length); in OH_JSVM_DefineClass()
2523 const char* utf8name, in OH_JSVM_SetNamedProperty()
2534 CHECK_NEW_FROM_UTF8(env, key, utf8name); in OH_JSVM_SetNamedProperty()
2150 OH_JSVM_CreateFunction(JSVM_Env env, const char* utf8name, size_t length, JSVM_Callback cb, JSVM_Value* result) OH_JSVM_CreateFunction() argument
2224 OH_JSVM_DefineClass(JSVM_Env env, const char* utf8name, size_t length, JSVM_Callback constructor, size_t propertyCount, const JSVM_PropertyDescriptor* properties, JSVM_Value* result) OH_JSVM_DefineClass() argument
2521 OH_JSVM_SetNamedProperty(JSVM_Env env, JSVM_Value object, const char* utf8name, JSVM_Value value) OH_JSVM_SetNamedProperty() argument
2544 OH_JSVM_HasNamedProperty(JSVM_Env env, JSVM_Value object, const char* utf8name, bool* result) OH_JSVM_HasNamedProperty() argument
2567 OH_JSVM_GetNamedProperty(JSVM_Env env, JSVM_Value object, const char* utf8name, JSVM_Value* result) OH_JSVM_GetNamedProperty() argument
[all...]
H A Dcares_wrap.cc1417 node::Utf8Value utf8name(env->isolate(), string); in Query()
1418 auto plain_name = utf8name.ToStringView(); in Query()
/third_party/node/test/js-native-api/test_object/
H A Dtest_null.c276 desc.utf8name = NULL; in DefineProperties()
279 desc.utf8name = "prop"; in DefineProperties()

Completed in 26 milliseconds