Home | History | Annotate | Download | only in strsrchperf

Lines Matching refs:pttrn

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);
123 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUForwardSearch, srch, src, srcLen, pttrn, pttrnLen);
130 StringSearchPerfFunction *func = new StringSearchPerfFunction(ICUBackwardSearch, bms, src, srcLen, pttrn, pttrnLen);
132 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUBackwardSearch, srch, src, srcLen, pttrn, pttrnLen);