Home | History | Annotate | Download | only in common

Lines Matching full:param

29  * @param context Application-specific pointer, passed through by uprv_sortArray().
30 * @param left Pointer to the "left" item.
31 * @param right Pointer to the "right" item.
48 * @param array The array to be sorted.
49 * @param length The number of items in the array.
50 * @param itemSize The size in bytes of each array item.
51 * @param cmp UComparator function used to compare two items each.
52 * @param context Application-specific pointer, passed through to the UComparator.
53 * @param sortStable If true, a stable sorting algorithm must be used.
54 * @param pErrorCode ICU in/out UErrorCode parameter.