Home
last modified time | relevance | path

Searched refs:LocaleCompare (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h61 V("localeCompare", LocaleCompare, 1, StringLocaleCompare) \
169 static JSTaggedValue LocaleCompare(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_string.cpp518 JSTaggedValue BuiltinsString::LocaleCompare(EcmaRuntimeCallInfo *argv) in LocaleCompare() function in panda::ecmascript::builtins::BuiltinsString
521 BUILTINS_API_TRACE(argv->GetThread(), String, LocaleCompare); in LocaleCompare()
556 ARK_SUPPORT_INTL_RETURN_JSVALUE(thread, "LocaleCompare"); in DoLocaleCompare()
562 LOG_ECMA(ERROR) << "BuiltinsString::LocaleCompare:collator is nullptr"; in DoLocaleCompare()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_string_test.cpp565 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
583 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
601 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
623 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
646 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
657 JSTaggedValue result1 = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.cpp100 result = LowerCallRuntime(glue, gate, RTSTUB_ID(LocaleCompare), in TypedLocaleCompare()
230 result = LowerCallRuntime(glue, gate, RTSTUB_ID(LocaleCompare), args); in LowerTypedLocaleCompare()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.h42 void LocaleCompare(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *res, Label *exit, Label *slowPath);
H A Dbuiltins_stubs.cpp369 V(StringLocaleCompare, LocaleCompare, String, Undefined()) \
H A Dbuiltins_string_stub_builder.cpp2416 void BuiltinsStringStubBuilder::LocaleCompare([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, in LocaleCompare() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h450 V(LocaleCompare) \
H A Druntime_stubs.cpp3632 DEF_RUNTIME_STUBS(LocaleCompare) in DEF_RUNTIME_STUBS()
3634 RUNTIME_STUBS_HEADER(LocaleCompare); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h806 V(String, LocaleCompare) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp464 reinterpret_cast<uintptr_t>(BuiltinsString::LocaleCompare),

Completed in 28 milliseconds