OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caticu
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h
50
static UnicodeString*
catICU
;
73
if (
catICU
) { delete
catICU
;}
79
catICU
= new UnicodeString(to_alloc,'a',0);
80
//
catICU
= new UnicodeString();
86
catICU
= new UnicodeString();
443
*
catICU
+= s0;
449
*
catICU
+= uCatenate_STR;
stringperf.cpp
46
catICU
= new UnicodeString(to_alloc,'a',0);
47
//
catICU
= new UnicodeString();
53
catICU
= new UnicodeString();
63
delete
catICU
;
Completed in 70 milliseconds