Searched defs:utf8name (Results 1 - 4 of 4) sorted by relevance
/third_party/libsnd/src/ |
H A D | windows.c | 38 char utf8name [SF_BUFFER_LEN] ; in sf_wchar_open() local
|
/third_party/node/src/ |
H A D | js_native_api_types.h | 116 const char* utf8name; member
|
H A D | jsvm_types.h | 531 const char* utf8name; member
|
H A D | js_native_api_v8.cc | 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...] |
Completed in 8 milliseconds