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

  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 492 DataIndex * rnd_index; // random by icu key member in class:CollPerfTest
512 delete[] rnd_index;
534 rnd_index = NULL;
674 TEST(testname, CmdKeyGen, col, win_langid, count, rnd_index, &CmdKeyGen::func, 0)
696 TEST(testname, CmdQsort, rnd_index, count, sizeof(DataIndex), CmdQsort::func,0,0)
707 TEST(testname, CmdBinSearch, col, win_langid, count, rnd_index, ord_icu_key, &CmdBinSearch::func)
771 rnd_index = new DataIndex[count];
829 rnd_index[i].icu_key = icu_key->dataOf(i);
830 rnd_index[i].icu_data = icu_data->dataOf(i);
831 rnd_index[i].icu_data_len = icu_data->lengthOf(i)
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 503 DataIndex * rnd_index; // random by icu key member in class:CollPerfTest
523 delete[] rnd_index;
545 rnd_index = NULL;
685 TEST(testname, CmdKeyGen, col, win_langid, count, rnd_index, &CmdKeyGen::func, 0)
709 TEST(testname, CmdQsort, rnd_index, count, sizeof(DataIndex), CmdQsort::func,0,0)
722 TEST(testname, CmdBinSearch, col, win_langid, count, rnd_index, ord_icu_key, &CmdBinSearch::func)
788 rnd_index = new DataIndex[count];
847 rnd_index[i].icu_key = icu_key->dataOf(i);
848 rnd_index[i].icu_data = icu_data->dataOf(i);
849 rnd_index[i].icu_data_len = icu_data->lengthOf(i)
    [all...]

Completed in 1064 milliseconds