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

  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.h 70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
strsrchperf.cpp 99 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUBackwardSearch, srch, src, srcLen, pttrn, pttrnLen);

Completed in 969 milliseconds