Home
last modified time | relevance | path

Searched refs:StringSortCompare (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.h65 static double StringSortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &valueX,
Darray_helper.cpp222 double ArrayHelper::StringSortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &valueX, in StringSortCompare() function in panda::ecmascript::base::ArrayHelper
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3376 … double compareResult = ArrayHelper::StringSortCompare(thread, middleString, presentString); in ArrayNumberSort()