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

  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 14 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
21 const UChar* pttrn; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
38 pttrn = pattern;
48 UChar* pttrn; member in class:StringSearchPerformanceTest
  /external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.h 20 typedef void (*StrSrchFn) (BoyerMooreSearch * bms, const UChar *src, int32_t srcLen, const UChar *pttrn, int32_t pttrnLen, UErrorCode *status);
22 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
30 const UChar* pttrn; member in class:StringSearchPerfFunction
41 (*fn)(bms, src, srcLen, pttrn, pttrnLen, status);
43 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
60 pttrn = pattern;
69 pttrn = pattern;
80 UChar* pttrn; member in class:StringSearchPerformanceTest
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 48 milliseconds