Searched defs:CmdQsort (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 270 struct CmdQsort : public UPerfFunction{ struct 272 static int q_random(const void * a, const void * b){ in q_random() 288 static int icu_strcoll_null(const void *a, const void *b){ in icu_strcoll_null() 293 static int icu_strcoll_len(const void *a, const void *b){ in icu_strcoll_len() 298 static int icu_cmpkey (const void *a, const void *b){ in icu_cmpkey() 304 static int win_cmp_null(const void *a, const void *b) { in win_cmp_null() 318 static int win_cmp_len(const void *a, const void *b) { in win_cmp_len() 357 … CmdQsort(UErrorCode & status,void *theBase, int32_t num, int32_t width, Func fn, int32_t,int32_t) in CmdQsort() argument 363 ~CmdQsort(){ in ~CmdQsort() argument 367 void empty_call(){ in empty_call() [all …]
|