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

  /external/icu4c/test/perf/ustrperf/
stringperf.h 19 typedef std::wstring stlstring; typedef
31 const stlstring sEMPTY;
33 stlstring stlstr;
40 const stlstring sScan_STRING=stlstring(L"Dot. 123. Some more data.");
44 const stlstring sCatenate_STR=stlstring(L"!!");
46 static stlstring* catStd;
59 typedef void (*StdStringPerfFn)(const wchar_t* src,int32_t srcLen, stlstring s0);
77 catStd = new stlstring();
    [all...]
stringperf.cpp 44 catStd = new stlstring();
49 catStd = new stlstring();

Completed in 106 milliseconds