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

  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 45 static UnicodeString* catICU;
68 if (catICU) { delete catICU;}
74 catICU = new UnicodeString(to_alloc,'a',0);
75 //catICU = new UnicodeString();
81 catICU = new UnicodeString();
438 *catICU += s0;
444 *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 720 milliseconds