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

  /external/icu4c/test/perf/ustrperf/
stringperf.h 43 static UnicodeString* catICU;
66 if (catICU) { delete catICU;}
72 catICU = new UnicodeString(to_alloc,'a',0);
73 //catICU = new UnicodeString();
79 catICU = new UnicodeString();
436 *catICU += s0;
442 *catICU += uCatenate_STR;
stringperf.cpp 41 catICU = new UnicodeString(to_alloc,'a',0);
42 //catICU = new UnicodeString();
48 catICU = new UnicodeString();
58 delete catICU;

Completed in 189 milliseconds