Searched refs:utf8name (Results 1 – 8 of 8) sorted by relevance
/third_party/libsnd/src/ |
D | windows.c | 41 char utf8name [512] ; in sf_wchar_open() local 50 if (WideCharToMultiByte (CP_UTF8, 0, wpath, -1, utf8name, sizeof (utf8name), NULL, NULL) == 0) in sf_wchar_open() 53 psf_log_printf (psf, "File : '%s' (utf-8 converted from ucs-2)\n", utf8name) ; in sf_wchar_open()
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | js_native_api.h | 97 const char* utf8name, 200 const char* utf8name, 204 const char* utf8name, 208 const char* utf8name, 280 const char* utf8name,
|
D | js_native_api_types.h | 99 const char* utf8name; member
|
/third_party/node/src/ |
D | js_native_api.h | 97 const char* utf8name, 200 const char* utf8name, 204 const char* utf8name, 208 const char* utf8name, 280 const char* utf8name,
|
D | js_native_api_types.h | 113 const char* utf8name; member
|
D | js_native_api_v8.cc | 67 if (p->utf8name != nullptr) { in V8NameFromPropertyDescriptor() 68 CHECK_NEW_FROM_UTF8(env, *result, p->utf8name); in V8NameFromPropertyDescriptor() 776 const char* utf8name, in napi_create_function() argument 792 if (utf8name != nullptr) { in napi_create_function() 794 CHECK_NEW_FROM_UTF8_LEN(env, name_string, utf8name, length); in napi_create_function() 804 const char* utf8name, in napi_define_class() argument 827 CHECK_NEW_FROM_UTF8_LEN(env, name_string, utf8name, length); in napi_define_class() 1107 const char* utf8name, in napi_set_named_property() argument 1118 CHECK_NEW_FROM_UTF8(env, key, utf8name); in napi_set_named_property() 1130 const char* utf8name, in napi_has_named_property() argument [all …]
|
/third_party/node/test/js-native-api/test_object/ |
D | test_null.c | 276 desc.utf8name = NULL; in DefineProperties() 279 desc.utf8name = "prop"; in DefineProperties()
|
/third_party/node/doc/api/ |
D | n-api.md | 3845 // One of utf8name or name should be NULL. 3846 const char* utf8name; 3859 * `utf8name`: Optional string describing the key for the property, 3860 encoded as UTF8. One of `utf8name` or `name` must be provided for the 3863 to be used as the key for the property. One of `utf8name` or `name` must 4394 const char* utf8name, 4404 * `[in] length`: The length of the `utf8name` in bytes, or `NAPI_AUTO_LENGTH` if 4762 const char* utf8name, 4772 * `[in] utf8name`: Name of the JavaScript constructor function; When wrapping a 4775 * `[in] length`: The length of the `utf8name` in bytes, or `NAPI_AUTO_LENGTH`
|