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

  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 24 typedef std::wstring stlstring; typedef
36 const stlstring sEMPTY;
38 stlstring stlstr;
45 const stlstring sScan_STRING=stlstring(L"Dot. 123. Some more data.");
49 const stlstring sCatenate_STR=stlstring(L"!!");
51 static stlstring* catStd;
64 typedef void (*StdStringPerfFn)(const wchar_t* src,int32_t srcLen, stlstring s0);
82 catStd = new stlstring();
    [all...]
stringperf.cpp 49 catStd = new stlstring();
54 catStd = new stlstring();

Completed in 1501 milliseconds