Home
last modified time | relevance | path

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

/external/icu4c/common/
Duarrsort.c186 quickSort(char *array, int32_t length, int32_t itemSize, in quickSort() function
234 quickSort((char *)array, length, itemSize, cmp, context, pErrorCode); in uprv_sortArray()