| H A D | napi_test.cpp | 184 napi_status status = napi_get_value_double(env, value, &double_value); in getLastErrorInfo() local 1490 napi_status status; in setProperty() local 1526 napi_status status; in getProperty() local 2187 napi_status status = napi_create_arraybuffer(env, arrayBufferSize, &arrayBufferPtr, &arrayBuffer); napCreateArrayBuffer() local 2198 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); napiGetCbInfo() local 2219 napi_status status; naiGetArrayBufferInfo() local 2259 napi_status status = napi_run_script_path(env, path, &value); napiRunScriptPath() local 2273 napi_status status = napi_load_module(env, path, &value); napiLoadModule() local 2289 napi_status status = napi_create_string_utf8(env, release, strlen(release), &value); napiGetNodeVersion() local 2303 napi_status status = napi_get_threadsafe_function_context(func, &context); napiCallThreadsafeFunction() local 2323 napi_status status = napi_create_threadsafe_function(env, nullptr, nullptr, resourceName, napiCreateThreadsafeFunction() local 2343 AddCallbackCompleteCB(napi_env env, napi_status status, void *data) AddCallbackCompleteCB() argument 2389 AddPromiseCompleteCB(napi_env env, napi_status status, void *data) AddPromiseCompleteCB() argument 2458 napi_status status = napi_create_function(env, "func", NAPI_AUTO_LENGTH, SayHello, nullptr, &funcValue); napiCreateFunction() local 2470 napi_status status = napi_create_function(env, nullptr, NAPI_AUTO_LENGTH, SayHello, nullptr, &resultValue); NapiCreateFunctionTwo() local 2492 napi_status status = napi_create_threadsafe_function(env, nullptr, nullptr, resourceName, napiRefthreadSafeFunction() local 2509 napi_status status = napi_create_date(env, time, &createResult); napiCreateDate() local 2672 napi_status status = napi_create_buffer(env, bufferSize, (void**)(©Ptr), &napiBuffer); CreateBuffer() local 2705 napi_status status = napi_create_buffer_copy(env, bufferSize, TEST_STR, &dataPtr, &napiBuffer); BufferCopy() local 2724 napi_status status = napi_is_buffer(env, napiBuffer, &result); IsBuffer() local 2968 napi_status status = napi_get_named_property(env, args[0], "Object", &objectConstructor); FreezeTest() local 2986 napi_status status = napi_get_named_property(env, args[0], "Object", &objectConstructor); SealTest() local 3013 napi_status status = napi_create_external_arraybuffer(env, External() local 3057 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); IsDetachedTest() local 3085 napi_status status = napi_async_destroy(env, (napi_async_context) data); AsyncDestroyCb() local 3290 AsyncWorkCbComplete(napi_env env, [[maybe_unused]] napi_status status, [[maybe_unused]] void* data) AsyncWorkCbComplete() argument 3367 napi_status status = napi_remove_async_cleanup_hook(data->handle); AfterCleanupHookTwo() local 3386 napi_status status = napi_get_uv_event_loop(data->env, &loop); AsyncCleanupHook() local 3782 completeCb(napi_env env, napi_status status, void *data) completeCb() argument 3809 napi_status status = NewThreadFunc() local 3893 napi_status status = napi_ok; RunEventLoop() local 3952 napi_status status = CallAfterRunFunc() local 3985 napi_status status = napi_stop_event_loop(nullptr); StopEventLoop() local 3988 napi_status status = napi_stop_event_loop(env); StopEventLoop() local 4022 napi_status status = napi_serialize(env, object, undefined, undefined, &data); NapiSerialize() local 4051 napi_status status = napi_deserialize(env, data, &result1); NapiDeSerialize() local 4080 napi_status status = napi_serialize(env, object, undefined, undefined, &data); NapiDeleteSerializationData() local 4118 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeDate() local 4145 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeString() local 4170 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeArray() local 4196 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeObject() local 4224 napi_status status = napi_deserialize(env, dataVal, &result1); NapiSerializeArraybuffer() local 4259 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeTypearray() local 4286 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeSharedarraybuffer() local 4313 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeSet() local 4339 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeMap() local 4365 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeRegExp() local 4645 WorkComplete(napi_env env, napi_status status, void *data) WorkComplete() argument 4674 napi_status status = napi_call_threadsafe_function_with_priority(nullptr, nullptr, napi_priority_idle, true); ThreadSafePriorityWithInvalidParam() local 4755 napi_status status = napi_create_sendable_arraybuffer(env, arrayBufferSize, &arrayBufferPtr, &arrayBuffer); CreateSendableArrayBufferTest() local 4962 napi_status status = napi_get_value_double(env, value, &doubleValue); getLastErrorInfoNull() local 4975 napi_status status = napi_throw(env, value); throwFunc() local 4986 napi_status status = napi_throw(env, nullptr); throwFuncNull() local 4996 napi_status status = napi_is_error(env, nullptr, &r); isErrorValueNull() local 5008 napi_status status = napi_is_error(env, args[0], nullptr); isErrorRstNull() local 5017 napi_status status; createStringUtf8() local 5055 napi_status status = napi_create_error(env, code, nullptr, &error); createErrorMsgNull() local 5068 napi_status status = napi_create_error(env, code, message, nullptr); createErrorRstNull() local 5082 napi_status status = napi_create_type_error(env, code, nullptr, &error); createTypeErrorMsgNull() local 5095 napi_status status = napi_create_type_error(env, code, message, nullptr); createTypeErrorRstNull() local 5108 napi_status status = napi_create_range_error(env, code, message, nullptr); createRangeErrorRstNull() local 5127 napi_status status = napi_get_and_clear_last_exception(env, nullptr); getAndClearLastExceptionNull() local 5136 napi_status status = napi_is_exception_pending(env, nullptr); isExceptionPendingNull() local 5145 napi_status status = napi_open_handle_scope(env, nullptr); openAndCloseHandleScopeNull() local 5160 napi_status status = napi_close_escapable_handle_scope(env, nullptr); openAndCloseEscapableHandleScopeNull() local 5185 napi_status status = napi_escape_handle(env, nullptr, output, &escapee); escapeHandleScopeNull() local 5199 napi_status status = napi_escape_handle(env, scope, nullptr, &escapee); escapeHandleOutputNull() local 5212 napi_status status = napi_escape_handle(env, scope, output, nullptr); escapeHandleRstNull() local 5223 napi_status status = napi_create_reference(env, nullptr, 1, &test_reference); createReferenceValueNull() local 5244 napi_status status = napi_get_reference_value(env, test_reference, &refValue); getReferenceValueRefNull() local 5256 napi_status status = napi_get_reference_value(env, test_reference, &refValue); getReferenceValueRstNull() local 5269 napi_status status = napi_delete_reference(env, nullptr); deleteReferenceNull() local 5301 napi_status status = napi_reference_ref(env, nullptr, &resultRefCount); referenceRefNull() local 5316 napi_status status = napi_reference_unref(env, nullptr, &resultRefCount); referenceRefAndUnrefNull() local 5330 napi_status status = napi_create_array(env, nullptr); createArrayNull() local 5341 napi_status status = napi_create_arraybuffer(env, arrayBufferSize, nullptr, &arrayBuffer); napCreateArrayBufferNull() local 5352 napi_status status = napi_create_external( createExternalNull() local 5373 napi_status status = napi_create_external_arraybuffer( createExternalArraybufferDataNull() local 5389 napi_status status = napi_create_object(env, nullptr); createObjectNull() local 5402 napi_status status = napi_create_symbol(env, description, nullptr); createSymbolNull() local 5415 napi_status status = napi_create_symbol(env, nullptr, &symbol); createSymbolDescriptionNull() local 5430 napi_status status = napi_create_symbol(env, description, &symbol); createSymbolDescriptionNotString() local 5448 napi_status status = napi_create_typedarray(env, napi_int32_array, typedArrayLength, nullptr, 0, &retValue); createTypeArrayBufferNull() local 5464 napi_status status = napi_create_typedarray(env, napi_int32_array, typedArrayLength, arrayBuffer, 0, nullptr); createTypeArrayResultNull() local 5480 napi_status status = napi_create_typedarray(env, napi_int32_array, typedArrayLength, arrayBuffer, 0, &retValue); createTypeArrayNotBufferObj() local 5497 napi_status status = napi_create_typedarray(env, napi_uint8_array, typedArrayLength, arrayBuffer, 0, &retValue); createTypeArrayNotEnumValue() local 5512 napi_status status = napi_create_dataview(env, arrayBufferSize, nullptr, 0, &result); createDataViewBufferNull() local 5527 napi_status status = napi_create_dataview(env, arrayBufferSize, arrayBuffer, 0, nullptr); createDataViewResultNull() local 5540 napi_status status = napi_create_dataview(env, arrayBufferSize, arrayBuffer, 0, &result); createDataViewBufferNotObj() local 5550 napi_status status = napi_create_int32(env, value, nullptr); createInt32Null() local 5575 napi_status status = napi_get_value_int32(env, nullptr, &value); getValueInt32ValueNull() local 5587 napi_status status = napi_get_value_int32(env, args[0], nullptr); getValueInt32RstNull() local 5601 napi_status status = napi_get_value_int32(env, args, &value); getValueInt32NotNum() local 5614 napi_status status = napi_get_value_int64(env, args[0], &value); getValueInt64() local 5624 napi_status status = napi_get_value_int64(env, nullptr, &value); getValueInt64ValueNull() local 5636 napi_status status = napi_get_value_int64(env, args[0], nullptr); getValueInt64RstNull() local 5650 napi_status status = napi_get_value_int64(env, args, &value); getValueInt64NotNum() local 5660 napi_status status = napi_create_uint32(env, value, nullptr); createUInt32Null() local 5670 napi_status status = napi_create_int64(env, (double)value, nullptr); createInt64Null() local 5680 napi_status status = napi_create_double(env, value, nullptr); createDoubleNull() local 5691 napi_status status = napi_create_string_latin1(env, nullptr, copied, &output); createAndGetStringLatin1BufferNull() local 5702 napi_status status = napi_create_string_latin1(env, buffer, copied, nullptr); createAndGetStringLatin1ResultNull() local 5713 napi_status status = napi_create_string_utf16(env, nullptr, copied, &result); createAndGetStringUtf16BufferNull() local 5724 napi_status status = napi_create_string_utf16(env, buffer, copied, nullptr); createAndGetStringUtf16ResultNull() local 5736 napi_status status = napi_create_string_utf16(env, buffer, length, &result); createAndGetStringUtf16Exceed() local 5746 napi_status status = napi_get_array_length(env, nullptr, &length); getArrayLengthResultNull() local 5760 napi_status status = napi_get_array_length(env, args[0], nullptr); getArrayLengthValueNull() local 5775 napi_status status = napi_get_array_length(env, args1, &length); getArrayLengthNotArray() local 5785 napi_status status; getArrayBufferInfoBufferNull() local 5802 napi_status status; getArrayBufferInfoLengthNull() local 5818 napi_status status; getArrayBufferInfoNotObj() local 5843 napi_status status = napi_get_prototype(env, nullptr, &customClassPrototype); getPrototypeObjectNull() local 5858 napi_status status = napi_get_prototype(env, testWrapClass, nullptr); getPrototypeResultNull() local 5870 napi_status status = napi_get_prototype(env, testWrapClass, &customClassPrototype); getPrototypeNotObj() local 5884 napi_status status = napi_get_typedarray_info(env, nullptr, &type, &length, &data, &retArrayBuffer, &byteOffset); getTypedArrayInfoNull() local 5897 napi_status status = napi_get_dataview_info(env, nullptr, &byteLength, &data, &retArrayBuffer, &byteOffset); getDataViewInfoNull() local 5912 napi_status status = napi_get_dataview_info(env, result, &byteLength, &data, &retArrayBuffer, &byteOffset); getDataViewInfoNotObj() local 5925 napi_status status = napi_get_value_bool(env, nullptr, &value); getValueBoolValueNull() local 5937 napi_status status = napi_get_value_bool(env, args[0], nullptr); getValueBoolResultNull() local 5959 napi_status status = napi_get_boolean(env, value, nullptr); getBooleanNull() local 5974 napi_status status = napi_get_value_bool(env, boolValue, &value); getValueNotBool() local 5986 napi_status status = napi_get_value_double(env, args[0], nullptr); getValueDoubleValueNull() local 5999 napi_status status = napi_get_value_double(env, nullptr, &value); getValueDoubleResultNull() local 6013 napi_status status = napi_get_value_double(env, arrayBuffer, &value); getValueDoubleNotNum() local 6029 napi_status status = napi_get_value_external(env, nullptr, &tempExternal); getValueExternalValueNull() local 6044 napi_status status = napi_get_value_external(env, external, nullptr); getValueExternalResultNull() local 6061 napi_status status = napi_get_value_external(env, external, &tempExternal); getValueExternalNotPtr() local 6094 napi_status status = napi_get_value_string_latin1(env, nullptr, buffer, bufferSize, &copied); getValueStringLatin1Null() local 6137 napi_status status = napi_get_value_string_utf8(env, nullptr, buffer, bufferSize, &copied); getValueStringUtf8Null() local 6151 napi_status status = napi_get_value_string_utf8(env, args, buffer, bufferSize, &copied); getValueStringUtf8NotStr() local 6181 napi_status status = napi_get_value_string_utf16(env, nullptr, buffer, bufferSize, &copied); getValueStringUtf16Null() local 6195 napi_status status = napi_get_value_string_utf16(env, args, buffer, bufferSize, &copied); getValueStringUtf16NotStr() local 6223 napi_status status = napi_get_value_uint32(env, args[0], &value); getValueUint32Null() local 6237 napi_status status = napi_get_value_uint32(env, args, &value); getValueUint32NotNum() local 6250 napi_status status = napi_coerce_to_bool(env, nullptr, &output); coerceToBoolValueNull() local 6262 napi_status status = napi_coerce_to_bool(env, args[0], nullptr); coerceToBoolResultNull() local 6272 napi_status status = napi_coerce_to_number(env, nullptr, &output); coerceToNumberValueNull() local 6284 napi_status status = napi_coerce_to_number(env, args[0], nullptr); coerceToNumberRstNull() local 6306 napi_status status = napi_typeof(env, nullptr, &valuetype); typeOfValueNull() local 6318 napi_status status = napi_typeof(env, args[0], nullptr); typeOfRstNull() local 6339 napi_status status = napi_instanceof(env, nullptr, customClass, &isInstanceOf); instanceOfObjectNull() local 6360 napi_status status = napi_instanceof(env, customInstance, nullptr, &isInstanceOf); instanceOfConstructorNull() local 6380 napi_status status = napi_instanceof(env, customInstance, customClass, nullptr); instanceOfResultNull() local 6393 napi_status status = napi_is_array(env, nullptr, &isArray); isArrayValueNull() local 6405 napi_status status = napi_is_array(env, array, nullptr); isArrayResultNull() local 6442 napi_status status = napi_is_dataview(env, nullptr, &isDataView); isDataViewValueNull() local 6457 napi_status status = napi_is_dataview(env, result, nullptr); isDataViewRstNull() local 6482 napi_status status = napi_is_arraybuffer(env, nullptr, &isArrayBuffer); isArrayBufferValueNull() local 6496 napi_status status = napi_is_arraybuffer(env, arrayBuffer, nullptr); isArrayBufferRstNull() local 6528 napi_status status = napi_is_typedarray(env, nullptr, &isTypedArray); isTypedArrayValueNull() local 6544 napi_status status = napi_is_typedarray(env, result, nullptr); isTypedArrayRstNull() local 6557 napi_status status = napi_is_date(env, nullptr, &isDate); isDateValueNull() local 6569 napi_status status = napi_is_date(env, date, nullptr); isDateResultNull() local 6582 napi_status status = napi_strict_equals(env, nullptr, testString, &isStrictEquals); strictEqualsFirstValueNull() local 6595 napi_status status = napi_strict_equals(env, testString, nullptr, &isStrictEquals); strictEqualsSecondValueNull() local 6607 napi_status status = napi_strict_equals(env, testString, testString, nullptr); strictEqualsResultNull() local 6621 napi_status status = napi_strict_equals(env, value1, value2, &isStrictEquals); strictEqualsNaN() local 6637 napi_status status = napi_get_named_property(env, result, nullptr, &retStrAttribute); getPropertyNamesObjectNull() local 6652 napi_status status = napi_get_named_property(env, result, "strAttribute", nullptr); getPropertyNamesResultNull() local 6664 napi_status status = napi_get_named_property(env, result, "strAttribute", &retStrAttribute); getPropertyNamesNotObject() local 6674 napi_status status; setPropertyValueNull() local 6689 napi_status status; setPropertyResultNull() local 6704 napi_status status; setPropertyNoObject() local 6719 napi_status status; getPropertyObjectNull() local 6734 napi_status status; getPropertyKeyNull() local 6749 napi_status status; getPropertyResultNull() local 6764 napi_status status; getPropertyNotObject() local 6786 napi_status status = napi_has_property(env, nullptr, cKey, &hasProp); hasPropertyObjectNull() local 6797 napi_status status = napi_has_property(env, args[0], nullptr, &hasProp); hasPropertyKeyNull() local 6810 napi_status status = napi_has_property(env, args[0], cKey, nullptr); hasPropertyResultNull() local 6823 napi_status status = napi_delete_property(env, nullptr, cKey, &result); deletePropertyObjectNull() local 6834 napi_status status = napi_delete_property(env, args[0], nullptr, &result); deletePropertyKeyNull() local 6847 napi_status status = napi_delete_property(env, args[0], cKey, nullptr); deletePropertyResultNull() local 6862 napi_status status = napi_has_own_property(env, nullptr, args[1], &hasProperty); hasOwnPropertyObjectNull() local 6877 napi_status status = napi_has_own_property(env, args[0], nullptr, &hasProperty); hasOwnPropertyKeytNull() local 6891 napi_status status = napi_has_own_property(env, args[0], args[1], nullptr); hasOwnPropertyResultNull() local 6912 napi_status status = napi_set_named_property(env, nullptr, key, args[NAPI_ARGS_LENGTH]); setNamedPropertyObjectNull() local 6933 napi_status status = napi_set_named_property(env, args[0], nullptr, args[NAPI_ARGS_LENGTH]); setNamedPropertyKeyNull() local 6954 napi_status status = napi_set_named_property(env, args[0], key, nullptr); setNamedPropertyResultNull() local 6976 napi_status status = napi_get_named_property(env, nullptr, key, &output); getNamedPropertyObjectNull() local 6988 napi_status status = napi_get_named_property(env, object, nullptr, &output); getNamedPropertyKeyNull() local 7000 napi_status status = napi_get_named_property(env, object, key, nullptr); getNamedPropertyResultNull() local 7012 napi_status status = napi_has_named_property(env, nullptr, key, &hasProperty); hasNamedPropertyObjectNull() local 7023 napi_status status = napi_has_named_property(env, args[0], nullptr, &hasProperty); hasNamedPropertyKeyNull() local 7034 napi_status status = napi_has_named_property(env, args[0], key, nullptr); hasNamedPropertyResultNull() local 7045 napi_status status = napi_set_element(env, nullptr, 0, nullptr); setElementObjectNull() local 7056 napi_status status = napi_set_element(env, nullptr, 0, nullptr); setElementRstNull() local 7067 napi_status status = napi_set_element(env, nullptr, 0, value); setElementNotObj() local 7079 napi_status status = napi_get_element(nullptr, nullptr, 0, &prop); getElementObjNull() local 7091 napi_status status = napi_get_element(nullptr, object, 0, nullptr); getElementRstNull() local 7104 napi_status status = napi_get_element(nullptr, value, 0, &prop); getElementNotObj() local 7124 napi_status status = napi_has_element(env, nullptr, 1, &hasElement); hasElementObjNull() local 7143 napi_status status = napi_has_element(env, propNames, 1, nullptr); hasElementRstNull() local 7161 napi_status status = napi_delete_element(env, nullptr, 1, &deletion); deleteElementObjNull() local 7178 napi_status status = napi_delete_element(env, propNames, 1, nullptr); deleteElementRstNull() local 7190 napi_status status = napi_define_properties(env, nullptr, 1, nullptr); definePropertiesObjNull() local 7203 napi_status status = napi_type_tag_object(env, nullptr, &typeTags[typeIndex]); typeTaggedObjNull() local 7214 napi_status status = napi_type_tag_object(env, instance, nullptr); typeTaggedTagNull() local 7225 napi_status status = napi_check_object_type_tag(env, nullptr, &typeTags[typeIndex], &result); CheckTypeTagObjNull() local 7236 napi_status status = napi_check_object_type_tag(env, argv[1], nullptr, &result); CheckTypeTagTagNull() local 7247 napi_status status = napi_check_object_type_tag(env, argv[1], &typeTags[typeIndex], nullptr); CheckTypeTagRstNull() local 7257 napi_status status = napi_call_function(env, nullptr, nullptr, 0, nullptr, &ret); callFunctionNull() local 7267 napi_status status = napi_create_function(env, nullptr, NAPI_AUTO_LENGTH, SayHello, nullptr, &funcValue); napiCreateFunctionFuncNull() local 7276 napi_status status = napi_create_function(env, "func", NAPI_AUTO_LENGTH, SayHello, nullptr, nullptr); napiCreateFunctionRstNull() local 7287 napi_status status = napi_get_cb_info(env, nullptr, &argc, args, nullptr, nullptr); napiGetCbInfoNull() local 7338 napi_status status = napi_new_instance(env, nullptr, argc, nullptr, &instanceValue); newInstanceNull() local 7355 napi_status status = napi_instanceof(env, instanceValue, testWrapClass, &isInstanceOf); newInstanceNotFunc() local 7365 napi_status status = napi_define_class(env, nullptr, NAPI_AUTO_LENGTH, defineClassUTFNull() local 7380 napi_status status = napi_define_class(env, "TestWrapClass", NAPI_AUTO_LENGTH, nullptr, defineClassConstructorNull() local 7390 napi_status status = napi_define_class(env, "TestWrapClass", defineClassRstNull() local 7408 napi_status status = napi_define_class(env, "TestWrapClass", lengthValue, defineClassLengthExceed() local 7433 napi_status status = napi_unwrap(env, nullptr, (void**)&tmpTestStr); unwrapObjNull() local 7456 napi_status status = napi_unwrap(env, instanceValue, nullptr); unwrapRstNull() local 7476 napi_status status = napi_remove_wrap(env, nullptr, (void**)&tmpTestStr1); removeWrapObjNull() local 7503 napi_status status = napi_remove_wrap(env, instanceValue, nullptr); removeWrapRstNull() local 7512 napi_status status = napi_cancel_async_work(env, nullptr); cancelAsyncWorkNull() local 7539 napi_status status = napi_queue_async_work(env, nullptr); queueAsyncWorkNull() local 7548 napi_status status = napi_delete_async_work(env, nullptr); deleteAsyncWorkNull() local 7575 napi_status status = napi_define_sendable_class( defineSendableClassEnvNull() local 7622 napi_status status = napi_define_sendable_class( defineSendableClassNameNull() local 7669 napi_status status = napi_define_sendable_class( defineSendableClassConstructorNull() local 7698 napi_status status = napi_define_sendable_class( defineSendableClassRstNull() local 7737 napi_status status = napi_create_sendable_object_with_properties(nullptr, 1, desc1, &obj1); createSendableObjectWithPropertiesEnvNull() local 7755 napi_status status = napi_create_sendable_object_with_properties(env, 1, desc1, nullptr); createSendableObjectWithPropertiesRstNull() local 7765 napi_status status = napi_create_sendable_array(nullptr, &result); createSendableArrayEnvNull() local 7774 napi_status status = napi_create_sendable_array(env, nullptr); createSendableArrayRstNull() local 7784 napi_status status = napi_create_sendable_array_with_length(nullptr, 1, &result); createSendableArrayWithLengthEnvNull() local 7793 napi_status status = napi_create_sendable_array_with_length(env, 1, nullptr); createSendableArrayWithLengthRstNull() local 7805 napi_status status = napi_create_sendable_arraybuffer(nullptr, length, &data, &result); createSendableArrayBufferEnvNull() local 7816 napi_status status = napi_create_sendable_arraybuffer(env, length, nullptr, &result); createSendableArrayBufferDataNull() local 7827 napi_status status = napi_create_sendable_arraybuffer(env, length, &data, nullptr); createSendableArrayBufferRstNull() local 7842 napi_status status = napi_create_sendable_typedarray(nullptr, napi_uint8_array, length, createSendableTypedArrayEnvNull() local 7857 napi_status status = napi_create_sendable_typedarray(env, napi_uint8_array, length, createSendableTypedArraRstNull() local 7873 napi_status status = napi_create_sendable_typedarray(env, napi_uint8_array, length, createSendableTypedArraBufferNull() local 7890 napi_status status = napi_create_sendable_typedarray(env, napi_float64_array, length, createSendableTypedArrayNotType() local 7907 napi_status status = napi_create_sendable_typedarray(env, napi_uint8_array, length, createSendableTypedArrayNotBuffer() local 7924 napi_status status = napi_wrap_sendable( wrapSendableEnvNull() local 7948 napi_status status = napi_wrap_sendable( NapiWrapSendableObj1Null() local 7972 napi_status status = napi_wrap_sendable( NapiWrapSendableObj2Null() local 7995 napi_status status = napi_wrap_sendable_with_size( wrapSendableWithSizeEnvNull() local 8018 napi_status status = napi_wrap_sendable_with_size( wrapSendableWithSizeObj1Null() local 8041 napi_status status = napi_wrap_sendable_with_size( wrapSendableWithSizeObj2Null() local 8060 napi_status status = napi_remove_wrap_sendable(nullptr, args[0], (void**)&data); removeWrapSendableEnvNull() local 8073 napi_status status = napi_remove_wrap_sendable(env, nullptr, (void**)&data); removeWrapSendableObjNull() local 8085 napi_status status = napi_remove_wrap_sendable(env, args[0], nullptr); removeWrapSendableRstNull() local 8095 napi_status status = napi_get_node_version(nullptr, &version); getNodeVersionEnvNull() local 8104 napi_status status = napi_get_node_version(env, nullptr); getNodeVersionRstNull() local 8117 napi_status status = napi_get_threadsafe_function_context(func, &context); releaseThreadsafeFunction() local 8132 napi_status status = napi_release_threadsafe_function(nullptr, napi_tsfn_release); releaseThreadsafeFunctionNull() local 8146 napi_status status = napi_create_threadsafe_function(env, nullptr, nullptr, resourceName, createThreadsafeFunctionInitialThreadCountNegative() local 8157 napi_status status = napi_get_version(env, nullptr); getVersionRstNull() local 8167 napi_status status = napi_get_version(nullptr, &version); getVersionEnvNull() local 8178 napi_status status = napi_create_promise(nullptr, &deferred, &promise); createPromiseEnvNull() local 8188 napi_status status = napi_create_promise(env, nullptr, &promise); createPromiseDeferredNull() local 8198 napi_status status = napi_create_promise(env, &deferred, nullptr); createPromisePromiseNull() local 8209 napi_status status = napi_resolve_deferred(nullptr, deferred, undefined); resolveDeferredEnvNull() local 8223 napi_status status = napi_resolve_deferred(env, nullptr, undefined); resolveDeferredNull() local 8234 napi_status status = napi_is_promise(nullptr, promise, &isPromise); isPromiseEnvNull() local 8246 napi_status status = napi_is_promise(env, nullptr, &isPromise); isPromiseValueNull() local 8258 napi_status status = napi_is_promise(env, promise, nullptr); isPromiseRstNull() local 8268 napi_status status = napi_get_uv_event_loop(nullptr, &loop); getUvEventLoopEnvNull() local 8277 napi_status status = napi_get_uv_event_loop(env, nullptr); getUvEventLoopRstNull() local 8291 napi_status status = napi_create_threadsafe_function(nullptr, nullptr, nullptr, resourceName, createThreadsafeFunctionEnvNull() local 8305 napi_status status = napi_create_threadsafe_function(env, nullptr, nullptr, nullptr, createThreadsafeFunctionNameNull() local 8322 napi_status status = napi_call_threadsafe_function(func, &gSendData, blockMode); napiCallThreadsafeFunctionNull() local 8339 napi_status status = napi_ref_threadsafe_function(nullptr, tsFunc); refThreadSafeFunctionEnvNull() local 8348 napi_status status = napi_ref_threadsafe_function(env, nullptr); refThreadSafeFunctionFuncNull() local 8359 napi_status status = napi_create_date(nullptr, time, &createResult); createDateEnvNull() local 8369 napi_status status = napi_create_date(env, time, nullptr); createDateRstNull() local 8383 napi_status status = napi_get_value_bigint_uint64(nullptr, result, &resultValue, &flag); getValueBigintUint64EnvNull() local 8394 napi_status status = napi_get_value_bigint_uint64(env, nullptr, &resultValue, &flag); getValueBigintUint64ValueNull() local 8407 napi_status status = napi_get_value_bigint_uint64(env, result, nullptr, &flag); getValueBigintUint64RstNull() local 8420 napi_status status = napi_get_value_bigint_uint64(env, result, &resultValue, nullptr); getValueBigintUint64LossNull() local 8434 napi_status status = napi_get_value_bigint_int64(nullptr, result, &resultValue, &flag); getValueBigintInt64EnvNull() local 8445 napi_status status = napi_get_value_bigint_int64(env, nullptr, &resultValue, &flag); getValueBigintInt64ValueNull() local 8458 napi_status status = napi_get_value_bigint_int64(env, result, nullptr, &flag); getValueBigintInt64RstNull() local 8471 napi_status status = napi_get_value_bigint_int64(env, result, &resultValue, nullptr); getValueBigintInt64LossNull() local 8514 napi_status status = napi_get_value_bigint_words(nullptr, result, &retSignBit, &retWordCount, wordsOut); getValueBigintWordsEnvNull() local 8526 napi_status status = napi_get_value_bigint_words(env, nullptr, &retSignBit, &retWordCount, wordsOut); getValueBigintWordsValueNull() local 8542 napi_status status = napi_get_value_bigint_words(env, result, nullptr, &retWordCount, wordsOut); getValueBigintWordsSignNull() local 8558 napi_status status = napi_get_value_bigint_words(env, result, &retSignBit, nullptr, wordsOut); getValueBigintWordsCountNull() local 8574 napi_status status = napi_get_value_bigint_words(env, result, &retSignBit, &retWordCount, nullptr); getValueBigintWordsWordsNull() local 8585 napi_status status = napi_create_bigint_int64(nullptr, testValue, &result); createBigintInt64EnvNull() local 8595 napi_status status = napi_create_bigint_int64(env, testValue, nullptr); createBigintInt64RstNull() local 8606 napi_status status = napi_create_bigint_uint64(nullptr, testValue, &result); createBigintUint64EnvNull() local 8616 napi_status status = napi_create_bigint_uint64(env, testValue, nullptr); createBigintUint64RstNull() local 8629 napi_status status = napi_create_bigint_words(nullptr, signBit, wordCount, words, &result); createBigintWordsEnvNull() local 8641 napi_status status = napi_create_bigint_words(env, signBit, wordCount, nullptr, &result); createBigintWordsNull() local 8653 napi_status status = napi_create_bigint_words(env, signBit, wordCount, words, nullptr); createBigintWordsRstNull() local 8665 napi_status status = napi_create_buffer(nullptr, bufferSize, (void**)(©Ptr), &napiBuffer); createBufferEnvNull() local 8676 napi_status status = napi_create_buffer(env, bufferSize, nullptr, &napiBuffer); createBufferDataNull() local 8687 napi_status status = napi_create_buffer(env, bufferSize, (void**)(©Ptr), nullptr); createBufferRstNull() local 8699 napi_status status = napi_create_buffer_copy(nullptr, bufferSize, TEST_STR, &dataPtr, &napiBuffer); createBufferCopyEnvNull() local 8711 napi_status status = napi_create_buffer_copy(env, bufferSize, TEST_STR, &dataPtr, &napiBuffer); createBufferCopyDataNull() local 8723 napi_status status = napi_create_buffer_copy(env, bufferSize, TEST_STR, &dataPtr, &napiBuffer); createBufferCopyRstDataNull() local 8735 napi_status status = napi_create_buffer_copy(env, bufferSize, TEST_STR, &dataPtr, &napiBuffer); createBufferCopyRstNull() local 8747 napi_status status = napi_create_external_buffer(nullptr, createExternalBuffereEnvNull() local 8763 napi_status status = napi_create_external_buffer(env, createExternalBuffereDataNull() local 8783 napi_status status = napi_get_buffer_info(nullptr, napiBuffer, (void**)(&bufferData), &bufferLength); getBufferInfoEnvNull() local 8797 napi_status status = napi_get_buffer_info(env, nullptr, (void**)(&bufferData), &bufferLength); getBufferInfoValueNull() local 8809 napi_status status = napi_is_buffer(nullptr, napiBuffer, &result); IsBufferEnvNull() local 8819 napi_status status = napi_is_buffer(env, nullptr, &result); IsBufferValueNull() local 8835 napi_status status = napi_is_buffer(env, napiBuffer, nullptr); IsBufferRstNull() local 8846 napi_status status = napi_object_freeze(nullptr, object); objectFreezeEnvNull() local 8855 napi_status status = napi_object_freeze(env, nullptr); objectFreezeObjNull() local 8870 napi_status status = napi_object_seal(nullptr, object); objectSealEnvNull() local 8879 napi_status status = napi_object_seal(env, nullptr); objectSealObjNull() local 8890 napi_status status = napi_get_all_property_names(nullptr, GetAllPropertyNamesEnvNull() local 8906 napi_status status = napi_get_all_property_names(env, GetAllPropertyNamesObjNull() local 8922 napi_status status = napi_get_all_property_names(env, GetAllPropertyNamesResNull() local 8938 napi_status status = napi_detach_arraybuffer(nullptr, arrayBuffer); DetachEnvNull() local 8947 napi_status status = napi_detach_arraybuffer(env, nullptr); DetachArrNull() local 8958 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); IsDetachedEnvNull() local 8972 napi_status status = napi_is_detached_arraybuffer(env, nullptr, &isDetached); IsDetachedArrNull() local 8982 napi_status status = napi_is_detached_arraybuffer(env, args[0], nullptr); IsDetachedResNull() local 8995 napi_status status = napi_set_instance_data(nullptr, data, DeleteAddonData, nullptr); NapiSetInstanceDataEnvNull() local 9009 napi_status status = napi_get_instance_data(env, nullptr); NapiGetInstanceDataDataNull() local 9020 napi_status status = napi_add_env_cleanup_hook(env, Cleanup, &argValue); NapiEnvCleanUpHookEnvNull() local 9033 napi_status status = napi_add_env_cleanup_hook(env, nullptr, &argValueRemoved); NapiEnvCleanUpHookFuncNull() local 9050 napi_status status = napi_remove_env_cleanup_hook(nullptr, Cleanup, &argValueRemoved); NapiRemoveEnvCleanUpHookEnvNull() local 9067 napi_status status = napi_remove_env_cleanup_hook(env, nullptr, &argValueRemoved); NapiRemoveEnvCleanUpHookFuncNull() local 9077 napi_status status = node_api_get_module_file_name(nullptr, &filename); GetModuleFileNameEnvNull() local 9086 napi_status status = node_api_get_module_file_name(env, nullptr); GetModuleFileNameResNull() local 9102 napi_status status = napi_add_finalizer(nullptr, resource, reinterpret_cast<void*>(context), createAsyncResourceEnvNull() local 9119 napi_status status = napi_add_finalizer(env, nullptr, reinterpret_cast<void*>(context), AsyncDestroyCb, createAsyncResourceObjNull() local 9136 napi_status status = napi_add_finalizer(env, resource, reinterpret_cast<void*>(context), createAsyncResourceCbNull() local 9147 napi_status status = napi_queue_async_work_with_qos(nullptr, addonData->asyncWork, napi_qos_default); asyncWorkWithQosEnvNull() local 9156 napi_status status = napi_queue_async_work_with_qos(env, nullptr, napi_qos_default); asyncWorkWithQosWorkNull() local 9167 napi_status status = napi_run_script_path(nullptr, path, &value); napiRunScriptPathEnvNull() local 9177 napi_status status = napi_run_script_path(env, path, nullptr); napiRunScriptPathResNull() local 9188 napi_status status = napi_load_module(nullptr, path, &value); napiLoadModuleEnvNull() local 9198 napi_status status = napi_load_module(env, path, nullptr); napiLoadModuleResNull() local 9213 napi_status status = napi_create_object_with_properties(nullptr, &obj1, 1, desc1); createObjectWithPropertiesEnvNull() local 9223 napi_status status = napi_create_object_with_properties(env, &obj1, 1, nullptr); createObjectWithPropertiesResNull() local 9233 napi_status status = napi_create_object_with_properties(nullptr, &obj1, 1, nullptr); createObjectWithPropertiesEnvResNull() local 9244 napi_status status = napi_create_date(env, time, &createResult); getDateValue() local 9263 napi_status status = napi_get_date_value(env, createResult, &getTime); getDateValueNotDateObj() local 9276 napi_status status = napi_get_date_value(nullptr, createResult, &getTime); getDateValueEnvNull() local 9289 napi_status status = napi_get_date_value(env, nullptr, &getTime); getDateValueNull() local 9301 napi_status status = napi_get_date_value(env, createResult, nullptr); getDateValueRstNull() local 9312 napi_status status = napi_create_bigint_uint64(env, testValue, &result); createBigintInt64ValueNotJS() local 9323 napi_status status = napi_create_bigint_uint64(env, testValue, &result); createBigintUint64ValueNotJS() local 9336 napi_status status = napi_get_value_bigint_uint64(env, result, nullptr, &flag); getValueBiginWordsNotBigInt() local 9348 napi_status status = napi_create_buffer(env, bufferSize, (void**)(©Ptr), &napiBuffer); createBufferSizeZero() local 9360 napi_status status = napi_create_buffer_copy(env, bufferSize, TEST_STR, &dataPtr, &napiBuffer); createBufferCopyLengthZero() local 9372 napi_status status = napi_create_external_buffer(env, createExternalBufferLengthZero() local 9389 napi_status status = napi_create_external_buffer(env, createExternalBufferLengthMax() local 9407 napi_status status = napi_get_buffer_info(env, arrayBuffer, (void**)(&bufferData), &bufferLength); getBufferInfoValueNotBuffer() local 9418 napi_status status = napi_object_seal(env, object); objectSealNotObj() local 9429 napi_status status = napi_object_freeze(env, object); objectFreezeNotObj() local 9440 napi_status status = napi_detach_arraybuffer(env, arrayBuffer); detachArraybufferNotObj() local 9453 napi_status status = napi_is_sendable(env, args[0], &isSendable); isSendableEnvNull() local 9466 napi_status status = napi_is_sendable(env, args[0], &isSendable); isSendableValueNull() local 9479 napi_status status = napi_is_sendable(env, args[0], &isSendable); isSendableRstNull() local 9497 napi_status status = napi_deserialize(nullptr, data, &result1); deserializeEnvNull() local 9512 napi_status status = napi_deserialize(env, nullptr, &result1); deserializeDataNull() local 9529 napi_status status = napi_deserialize(env, data, nullptr); deserializeRstNull() local 9550 napi_status status = napi_serialize(nullptr, object, undefined, undefined, &data); serializeEnvNull() local 9562 napi_status status = napi_serialize(env, nullptr, undefined, undefined, &data); serializeObjNull() local 9582 napi_status status = napi_serialize(env, object, undefined, undefined, nullptr); serializeDataNull() local 9604 napi_status status = napi_create_object_with_named_properties(nullptr, &obj1, 1, keys1, values1); createObjectWithNamePropertiesEnvNull() local 9617 napi_status status = napi_coerce_to_native_binding_object(nullptr, object, coerceToNativeBindingObjectEnvNull() local 9631 napi_status status = napi_coerce_to_native_binding_object(env, nullptr, coerceToNativeBindingObjectObjNull() local 9645 napi_status status = napi_coerce_to_native_binding_object(env, object, coerceToNativeBindingObjectDetachNull() local 9659 napi_status status = napi_coerce_to_native_binding_object(env, object, coerceToNativeBindingObjectAttachNull() local 9673 napi_status status = napi_coerce_to_native_binding_object(env, object, coerceToNativeBindingObjectNativeNull() local 9704 napi_status status = napi_delete_serialization_data(nullptr, data); deleteSerializationEnvNull() local 9713 napi_status status = napi_delete_serialization_data(env, nullptr); deleteSerializationDataNull() local 9726 napi_status status = napi_create_bigint_words(env, signBit, wordCount, words, &result); createBigintWordsCountIntMax() local 9797 napi_status status = napi_get_instance_data(nullptr, (void**)&getData); NapiGetInstanceDataEnvNull() local 9811 napi_status status = napi_create_threadsafe_function(env, nullptr, nullptr, resourceName, createThreadsafeFunctionMaxQueueSizeNegative() local 9823 napi_status status = napi_get_threadsafe_function_context(nullptr, &retContext); ThreadSafeTestNull() local [all...] |
| H A D | icu_addon.cpp | 907 UBreakIterator *ubrk_clone(const UBreakIterator *bi, UErrorCode *status) in ubrk_clone() argument 935 int32_t ubrk_getBinaryRules(UBreakIterator *bi, uint8_t *binaryRules, int32_t rulesCapacity, UErrorCode *status) in ubrk_getBinaryRules() argument 939 const char *ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode *status) in ubrk_getLocaleByType() argument 947 int32_t ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status) in ubrk_getRuleStatusVec() argument 963 ubrk_open(UBreakIteratorType type, const char *locale, const UChar *text, int32_t textLength, UErrorCode *status) ubrk_open() argument 968 ubrk_openBinaryRules(const uint8_t *binaryRules, int32_t rulesLength, const UChar *text, int32_t textLength, UErrorCode *status) ubrk_openBinaryRules() argument 973 ubrk_openRules(const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, UParseError *parseErr, UErrorCode *status) ubrk_openRules() argument 986 ubrk_setText(UBreakIterator *bi, const UChar *text, int32_t textLength, UErrorCode *status) ubrk_setText() argument 990 ucal_add(UCalendar *cal, UCalendarDateFields field, int32_t amount, UErrorCode *status) ucal_add() argument 1002 ucal_clone(const UCalendar *cal, UErrorCode *status) ucal_clone() argument 1018 ucal_get(const UCalendar *cal, UCalendarDateFields field, UErrorCode *status) ucal_get() argument 1030 ucal_getCanonicalTimeZoneID(const UChar *id, int32_t len, UChar *result, int32_t resultCapacity, UBool *isSystemID, UErrorCode *status) ucal_getCanonicalTimeZoneID() argument 1039 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) ucal_getDayOfWeekType() argument 1047 ucal_getFieldDifference(UCalendar *cal, UDate target, UCalendarDateFields field, UErrorCode *status) ucal_getFieldDifference() argument 1059 ucal_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode *status) ucal_getKeywordValuesForLocale() argument 1064 ucal_getLimit(const UCalendar *cal, UCalendarDateFields field, UCalendarLimitType type, UErrorCode *status) ucal_getLimit() argument 1068 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode *status) ucal_getLocaleByType() argument 1072 ucal_getMillis(const UCalendar *cal, UErrorCode *status) ucal_getMillis() argument 1080 ucal_getTZDataVersion(UErrorCode *status) ucal_getTZDataVersion() argument 1084 ucal_getTimeZoneDisplayName(const UCalendar *cal, UCalendarDisplayNameType type, const char *locale, UChar *result, int32_t resultLength, UErrorCode *status) ucal_getTimeZoneDisplayName() argument 1089 ucal_getTimeZoneID(const UCalendar *cal, UChar *result, int32_t resultLength, UErrorCode *status) ucal_getTimeZoneID() argument 1093 ucal_getTimeZoneIDForWindowsID(const UChar *winid, int32_t len, const char *region, UChar *id, int32_t idCapacity, UErrorCode *status) ucal_getTimeZoneIDForWindowsID() argument 1098 ucal_getTimeZoneOffsetFromLocal(const UCalendar *cal, UTimeZoneLocalOption nonExistingTimeOpt, UTimeZoneLocalOption duplicatedTimeOpt, int32_t *rawOffset, int32_t *dstOffset, UErrorCode *status) ucal_getTimeZoneOffsetFromLocal() argument 1105 ucal_getTimeZoneTransitionDate(const UCalendar *cal, UTimeZoneTransitionType type, UDate *transition, UErrorCode *status) ucal_getTimeZoneTransitionDate() argument 1110 ucal_getType(const UCalendar *cal, UErrorCode *status) ucal_getType() argument 1114 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) ucal_getWeekendTransition() argument 1118 ucal_getWindowsTimeZoneID(const UChar *id, int32_t len, UChar *winid, int32_t winidCapacity, UErrorCode *status) ucal_getWindowsTimeZoneID() argument 1123 ucal_inDaylightTime(const UCalendar *cal, UErrorCode *status) ucal_inDaylightTime() argument 1131 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) ucal_isWeekend() argument 1135 ucal_open(const UChar *zoneID, int32_t len, const char *locale, UCalendarType type, UErrorCode *status) ucal_open() argument 1152 ucal_roll(UCalendar *cal, UCalendarDateFields field, int32_t amount, UErrorCode *status) ucal_roll() argument 1164 ucal_setDate(UCalendar *cal, int32_t year, int32_t month, int32_t date, UErrorCode *status) ucal_setDate() argument 1168 ucal_setDateTime(UCalendar *cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) ucal_setDateTime() argument 1181 ucal_setMillis(UCalendar *cal, UDate dateTime, UErrorCode *status) ucal_setMillis() argument 1185 ucal_setTimeZone(UCalendar *cal, const UChar *zoneID, int32_t len, UErrorCode *status) ucal_setTimeZone() argument 1189 ucnv_clone(const UConverter *cnv, UErrorCode *status) ucnv_clone() argument 1250 ucnv_fromUCountPending(const UConverter *cnv, UErrorCode *status) ucnv_fromUCountPending() argument 1350 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status) ucnv_isFixedWidth() argument 1427 ucnv_toUCountPending(const UConverter *cnv, UErrorCode *status) ucnv_toUCountPending() argument 1440 ucol_clone(const UCollator *coll, UErrorCode *status) ucol_clone() argument 1444 ucol_cloneBinary(const UCollator *coll, uint8_t *buffer, int32_t capacity, UErrorCode *status) ucol_cloneBinary() argument 1461 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) ucol_getAttribute() argument 1469 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) ucol_getBound() argument 1475 ucol_getContractionsAndExpansions(const UCollator *coll, USet *contractions, USet *expansions, UBool addPrefixes, UErrorCode *status) ucol_getContractionsAndExpansions() argument 1480 ucol_getDisplayName(const char *objLoc, const char *dispLoc, UChar *result, int32_t resultLength, UErrorCode *status) ucol_getDisplayName() argument 1490 ucol_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *keyword, const char *locale, UBool *isAvailable, UErrorCode *status) ucol_getFunctionalEquivalent() argument 1496 ucol_getKeywordValues(const char *keyword, UErrorCode *status) ucol_getKeywordValues() argument 1500 ucol_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode *status) ucol_getKeywordValuesForLocale() argument 1505 ucol_getKeywords(UErrorCode *status) ucol_getKeywords() argument 1509 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) ucol_getLocaleByType() argument 1538 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status) ucol_getTailoredSet() argument 1542 ucol_getVariableTop(const UCollator *coll, UErrorCode *status) ucol_getVariableTop() argument 1561 ucol_open(const char *loc, UErrorCode *status) ucol_open() argument 1565 ucol_openAvailableLocales(UErrorCode *status) ucol_openAvailableLocales() argument 1569 ucol_openBinary(const uint8_t *bin, int32_t length, const UCollator *base, UErrorCode *status) ucol_openBinary() argument 1573 ucol_openRules(const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError *parseError, UErrorCode *status) ucol_openRules() argument 1579 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) ucol_setAttribute() argument 1601 ucol_strcollUTF8(const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument 1610 udat_adoptNumberFormatForFields(UDateFormat *fmt, const UChar *fields, UNumberFormat *numberFormatToSet, UErrorCode *status) udat_adoptNumberFormatForFields() argument 1619 udat_clone(const UDateFormat *fmt, UErrorCode *status) udat_clone() argument 1635 udat_format(const UDateFormat *format, UDate dateToFormat, UChar *result, int32_t resultLength, UFieldPosition *position, UErrorCode *status) udat_format() argument 1640 udat_formatCalendar(const UDateFormat *format, UCalendar *calendar, UChar *result, int32_t capacity, UFieldPosition *position, UErrorCode *status) udat_formatCalendar() argument 1645 udat_formatCalendarForFields(const UDateFormat *format, UCalendar *calendar, UChar *result, int32_t capacity, UFieldPositionIterator *fpositer, UErrorCode *status) udat_formatCalendarForFields() argument 1650 udat_formatForFields(const UDateFormat *format, UDate dateToFormat, UChar *result, int32_t resultLength, UFieldPositionIterator *fpositer, UErrorCode *status) udat_formatForFields() argument 1655 udat_get2DigitYearStart(const UDateFormat *fmt, UErrorCode *status) udat_get2DigitYearStart() argument 1663 udat_getBooleanAttribute(const UDateFormat *fmt, UDateFormatBooleanAttribute attr, UErrorCode *status) udat_getBooleanAttribute() argument 1671 udat_getContext(const UDateFormat *fmt, UDisplayContextType type, UErrorCode *status) udat_getContext() argument 1675 udat_getLocaleByType(const UDateFormat *fmt, ULocDataLocaleType type, UErrorCode *status) udat_getLocaleByType() argument 1687 udat_getSymbols(const UDateFormat *fmt, UDateFormatSymbolType type, int32_t symbolIndex, UChar *result, int32_t resultLength, UErrorCode *status) udat_getSymbols() argument 1696 udat_open(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const char *locale, const UChar *tzID, int32_t tzIDLength, const UChar *pattern, int32_t patternLength, UErrorCode *status) udat_open() argument 1702 udat_parse(const UDateFormat *format, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) udat_parse() argument 1707 udat_parseCalendar(const UDateFormat *format, UCalendar *calendar, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) udat_parseCalendar() argument 1712 udat_set2DigitYearStart(UDateFormat *fmt, UDate d, UErrorCode *status) udat_set2DigitYearStart() argument 1716 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode *status) udat_setBooleanAttribute() argument 1724 udat_setContext(UDateFormat *fmt, UDisplayContext value, UErrorCode *status) udat_setContext() argument 1736 udat_setSymbols(UDateFormat *format, UDateFormatSymbolType type, int32_t symbolIndex, UChar *value, int32_t valueLength, UErrorCode *status) udat_setSymbols() argument 1745 udat_toPattern(const UDateFormat *fmt, UBool localized, UChar *result, int32_t resultLength, UErrorCode *status) udat_toPattern() argument 1754 uenum_count(UEnumeration *en, UErrorCode *status) uenum_count() argument 1758 uenum_next(UEnumeration *en, int32_t *resultLength, UErrorCode *status) uenum_next() argument 1762 uenum_reset(UEnumeration *en, UErrorCode *status) uenum_reset() argument 1766 uenum_unext(UEnumeration *en, int32_t *resultLength, UErrorCode *status) uenum_unext() argument 1778 ufieldpositer_open(UErrorCode *status) ufieldpositer_open() argument 1830 uloc_acceptLanguage(char *result, int32_t resultAvailable, UAcceptResult *outResult, const char **acceptList, int32_t acceptListCount, UEnumeration *availableLocales, UErrorCode *status) uloc_acceptLanguage() argument 1836 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, UAcceptResult *outResult, const char *httpAcceptLanguage, UEnumeration *availableLocales, UErrorCode *status) uloc_acceptLanguageFromHTTP() argument 1869 uloc_getCharacterOrientation(const char *localeId, UErrorCode *status) uloc_getCharacterOrientation() argument 1887 int status = GetParameter(LOCALE_KEY, "", param, 128); uloc_getDefault() local 1899 uloc_getDisplayCountry(const char *locale, const char *displayLocale, UChar *country, int32_t countryCapacity, UErrorCode *status) uloc_getDisplayCountry() argument 1904 uloc_getDisplayKeyword(const char *keyword, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *status) uloc_getDisplayKeyword() argument 1909 uloc_getDisplayKeywordValue(const char *locale, const char *keyword, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *status) uloc_getDisplayKeywordValue() argument 1915 uloc_getDisplayLanguage(const char *locale, const char *displayLocale, UChar *language, int32_t languageCapacity, UErrorCode *status) uloc_getDisplayLanguage() argument 1925 uloc_getDisplayScript(const char *locale, const char *displayLocale, UChar *script, int32_t scriptCapacity, UErrorCode *status) uloc_getDisplayScript() argument 1930 uloc_getDisplayVariant(const char *locale, const char *displayLocale, UChar *variant, int32_t variantCapacity, UErrorCode *status) uloc_getDisplayVariant() argument 1951 uloc_getKeywordValue(const char *localeID, const char *keywordName, char *buffer, int32_t bufferCapacity, UErrorCode *status) uloc_getKeywordValue() argument 1964 uloc_getLineOrientation(const char *localeId, UErrorCode *status) uloc_getLineOrientation() argument 1968 uloc_getLocaleForLCID(uint32_t hostID, char *locale, int32_t localeCapacity, UErrorCode *status) uloc_getLocaleForLCID() argument 1997 uloc_openAvailableByType(ULocAvailableType type, UErrorCode *status) uloc_openAvailableByType() argument 2001 uloc_openKeywords(const char *localeID, UErrorCode *status) uloc_openKeywords() argument 2005 uloc_setDefault(const char * localeID, UErrorCode * status) uloc_setDefault() argument 2012 uloc_setKeywordValue(const char *keywordName, const char *keywordValue, char *buffer, int32_t bufferCapacity, UErrorCode *status) uloc_setKeywordValue() argument 2136 unum_applyPattern(UNumberFormat *format, UBool localized, const UChar *pattern, int32_t patternLength, UParseError *parseError, UErrorCode *status) unum_applyPattern() argument 2141 unum_clone(const UNumberFormat *fmt, UErrorCode *status) unum_clone() argument 2153 unum_format(const UNumberFormat *fmt, int32_t number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_format() argument 2158 unum_formatDecimal(const UNumberFormat *fmt, const char *number, int32_t length, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatDecimal() argument 2163 unum_formatDouble(const UNumberFormat *fmt, double number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatDouble() argument 2168 unum_formatDoubleCurrency(const UNumberFormat *fmt, double number, UChar *currency, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatDoubleCurrency() argument 2174 unum_formatDoubleForFields(const UNumberFormat *format, double number, UChar *result, int32_t resultLength, UFieldPositionIterator *fpositer, UErrorCode *status) unum_formatDoubleForFields() argument 2179 unum_formatInt64(const UNumberFormat *fmt, int64_t number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatInt64() argument 2192 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode *status) unum_getContext() argument 2200 unum_getLocaleByType(const UNumberFormat *fmt, ULocDataLocaleType type, UErrorCode *status) unum_getLocaleByType() argument 2204 unum_getSymbol(const UNumberFormat *fmt, UNumberFormatSymbol symbol, UChar *buffer, int32_t size, UErrorCode *status) unum_getSymbol() argument 2209 unum_getTextAttribute(const UNumberFormat *fmt, UNumberFormatTextAttribute tag, UChar *result, int32_t resultLength, UErrorCode *status) unum_getTextAttribute() argument 2214 unum_open(UNumberFormatStyle style, const UChar *pattern, int32_t patternLength, const char *locale, UParseError *parseErr, UErrorCode *status) unum_open() argument 2219 unum_parse(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) unum_parse() argument 2224 unum_parseDecimal(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, char *outBuf, int32_t outBufLength, UErrorCode *status) unum_parseDecimal() argument 2229 unum_parseDouble(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) unum_parseDouble() argument 2234 unum_parseDoubleCurrency(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UChar *currency, UErrorCode *status) unum_parseDoubleCurrency() argument 2239 unum_parseInt64(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) unum_parseInt64() argument 2248 unum_setContext(UNumberFormat *fmt, UDisplayContext value, UErrorCode *status) unum_setContext() argument 2256 unum_setSymbol(UNumberFormat *fmt, UNumberFormatSymbol symbol, const UChar *value, int32_t length, UErrorCode *status) unum_setSymbol() argument 2261 unum_setTextAttribute(UNumberFormat *fmt, UNumberFormatTextAttribute tag, const UChar *newValue, int32_t newValueLength, UErrorCode *status) unum_setTextAttribute() argument 2266 unum_toPattern(const UNumberFormat *fmt, UBool isPatternLocalized, UChar *result, int32_t resultLength, UErrorCode *status) unum_toPattern() argument 2417 utrans_clone(const UTransliterator *trans, UErrorCode *status) utrans_clone() argument 2429 utrans_getSourceSet(const UTransliterator *trans, UBool ignoreFilter, USet *fillIn, UErrorCode *status) utrans_getSourceSet() argument 2441 utrans_openInverse(const UTransliterator *trans, UErrorCode *status) utrans_openInverse() argument 2450 utrans_register(UTransliterator *adoptedTrans, UErrorCode *status) utrans_register() argument 2454 utrans_setFilter(UTransliterator *trans, const UChar *filterPattern, int32_t filterPatternLen, UErrorCode *status) utrans_setFilter() argument 2459 utrans_toRules(const UTransliterator *trans, UBool escapeUnprintable, UChar *result, int32_t resultLength, UErrorCode *status) utrans_toRules() argument 2464 utrans_transIncrementalUChars(const UTransliterator *trans, UChar *text, int32_t *textLength, int32_t textCapacity, UTransPosition *pos, UErrorCode *status) utrans_transIncrementalUChars() argument 2469 utrans_transUChars(const UTransliterator *trans, UChar *text, int32_t *textLength, int32_t textCapacity, int32_t start, int32_t *limit, UErrorCode *status) utrans_transUChars() argument [all...] |