OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ICUForwardSearch
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/strsrchperf/
strsrchperf.h
61
void
ICUForwardSearch
(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
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 222 milliseconds