OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringSearchPerfFunction
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/strsrchperf/
strsrchperf.h
16
class
StringSearchPerfFunction
: public UPerfFunction {
34
StringSearchPerfFunction
(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.h
25
class
StringSearchPerfFunction
: public UPerfFunction {
56
StringSearchPerfFunction
(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) {
65
StringSearchPerfFunction
(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
Completed in 62 milliseconds