OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICUForwardSearch
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp
121
StringSearchPerfFunction *func = new StringSearchPerfFunction(
ICUForwardSearch
, bms, src, srcLen, pttrn, pttrnLen);
123
StringSearchPerfFunction* func = new StringSearchPerfFunction(
ICUForwardSearch
, srch, src, srcLen, pttrn, pttrnLen);
strsrchperf.h
101
void
ICUForwardSearch
(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
118
void
ICUForwardSearch
(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
Completed in 123 milliseconds