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/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.h
61
void
ICUForwardSearch
(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
strsrchperf.cpp
94
StringSearchPerfFunction* func = new StringSearchPerfFunction(
ICUForwardSearch
, srch, src, srcLen, pttrn, pttrnLen);
Completed in 120 milliseconds