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

  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 161 return new StringPerfFunction(ctor, filelines_, numLines, uselen);
163 return new StringPerfFunction(ctor, StrBuffer, StrBufferLen, uselen);
170 return new StringPerfFunction(ctor1, filelines_, numLines, uselen);
172 return new StringPerfFunction(ctor1, StrBuffer, StrBufferLen, uselen);
179 return new StringPerfFunction(ctor2, filelines_, numLines, uselen);
181 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen);
188 return new StringPerfFunction(ctor3, filelines_, numLines, uselen);
190 return new StringPerfFunction(ctor3, StrBuffer, StrBufferLen, uselen);
197 return new StringPerfFunction(assign, filelines_, numLines, uselen);
199 return new StringPerfFunction(assign, StrBuffer, StrBufferLen, uselen)
    [all...]
stringperf.h 60 class StringPerfFunction : public UPerfFunction
132 StringPerfFunction(ICUStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen)
156 StringPerfFunction(StdStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen)
179 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen)
201 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen)
224 ~StringPerfFunction()

Completed in 17 milliseconds