OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stlstring
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/ustrperf/
stringperf.h
17
typedef std::wstring
stlstring
;
typedef
29
const
stlstring
sEMPTY;
31
stlstring
stlstr;
38
const
stlstring
sScan_STRING=
stlstring
(L"Dot. 123. Some more data.");
42
const
stlstring
sCatenate_STR=
stlstring
(L"!!");
44
static
stlstring
* catStd;
57
typedef void (*StdStringPerfFn)(const wchar_t* src,int32_t srcLen,
stlstring
s0);
75
catStd = new
stlstring
();
[
all
...]
stringperf.cpp
44
catStd = new
stlstring
();
49
catStd = new
stlstring
();
Completed in 24 milliseconds