/external/chromium_org/third_party/icu/source/test/perf/collperf/ |
collperf.cpp | 481 UChar * icu_data_all; member in class:CollPerfTest 505 delete [] icu_data_all; 526 icu_data_all = NULL; 689 TEST(testname, CmdIterAll, col, icu_data_all_len, icu_data_all, CmdIterAll::func,0,0) 763 icu_data_all = new UChar[icu_data_all_len]; 764 icu_data_all[icu_data_all_len - 1] = 0; //the terminal NULL 776 UChar * p = icu_data_all;
|
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 492 UChar * icu_data_all; member in class:CollPerfTest 516 delete [] icu_data_all; 537 icu_data_all = NULL; 702 TEST(testname, CmdIterAll, col, icu_data_all_len, icu_data_all, CmdIterAll::func,0,0) 780 icu_data_all = new UChar[icu_data_all_len]; 781 icu_data_all[icu_data_all_len - 1] = 0; //the terminal NULL 793 UChar * p = icu_data_all;
|