Lines Matching refs:pErrorCode
83 UComparator *cmp, const void *context, UErrorCode *pErrorCode) {
93 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
187 UComparator *cmp, const void *context, UErrorCode *pErrorCode) {
197 *pErrorCode=U_MEMORY_ALLOCATION_ERROR;
219 UBool sortStable, UErrorCode *pErrorCode) {
220 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
224 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
231 insertionSort((char *)array, length, itemSize, cmp, context, pErrorCode);
234 quickSort((char *)array, length, itemSize, cmp, context, pErrorCode);