Home
last modified time | relevance | path

Searched refs:ctor3 (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/perf/ustrperf/
Dstringperf.cpp188 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3()
190 return new StringPerfFunction(ctor3, StrBuffer, StrBufferLen, uselen); in TestCtor3()
Dstringperf.h399 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3() function