HomeSort by relevance Sort by last modified time
    Searched refs:icu_cmpkey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 287 static int icu_cmpkey (const void *a, const void *b){ function in struct:CmdQsort
439 int icu_cmpkey(int32_t i, int32_t j) { function in class:CmdBinSearch
699 TEST_QSORT(TestIcu_qsort_usekey, icu_cmpkey);
710 TEST_BIN(TestIcu_BinarySearch_usekey, icu_cmpkey);
849 SORT(ord_icu_key, icu_cmpkey);
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 292 static int icu_cmpkey (const void *a, const void *b){ function in struct:CmdQsort
448 int icu_cmpkey(int32_t i, int32_t j) { function in class:CmdBinSearch
712 TEST_QSORT(TestIcu_qsort_usekey, icu_cmpkey);
725 TEST_BIN(TestIcu_BinarySearch_usekey, icu_cmpkey);
869 SORT(ord_icu_key, icu_cmpkey);

Completed in 117 milliseconds