HomeSort by relevance Sort by last modified time
    Searched defs:ICUBackwardSearch (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 70 void ICUBackwardSearch(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 109 void ICUBackwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
127 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {

Completed in 38 milliseconds