Searched refs:compareFunction (Results 1 – 3 of 3) sorted by relevance
67 bool SortItems(PFNLVCOMPARE compareFunction, LPARAM dataParam) in SortItems() argument68 { return BOOLToBool(ListView_SortItems(_window, compareFunction, dataParam)); } in SortItems()
24 This tests that a call to array.sort(compareFunction) does not crash from within a sort comparison …
24 This tests that a call to array.sort(compareFunction) works correctly for numeric comparisons (arg1…