Home
last modified time | relevance | path

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

/external/icu4c/common/
Duarrsort.h61 UBool sortStable, UErrorCode *pErrorCode);
Duarrsort.c219 UBool sortStable, UErrorCode *pErrorCode) { in uprv_sortArray() argument
230 } else if(length<MIN_QSORT || sortStable) { in uprv_sortArray()