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

  /external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp 24 pttrn = NULL;
46 pttrn = temp; /* store word in pttrn */
65 pttrn = temp; /* store word in pttrn */
69 UnicodeString patternString(pttrn, pttrnLen);
77 srch = usearch_open(pttrn, pttrnLen, src, srcLen, locale, NULL, &status);
96 if (pttrn != NULL) {
97 free(pttrn);
121 StringSearchPerfFunction *func = new StringSearchPerfFunction(ICUForwardSearch, bms, src, srcLen, pttrn, pttrnLen)
    [all...]
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 

Completed in 164 milliseconds