Home | History | Annotate | Download | only in strsrchperf

Lines Matching refs:pttrnLen

41     pttrnLen = end - start;
42 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
43 for (int i = 0; i < pttrnLen; i++) {
60 pttrnLen = end - start;
61 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
62 for (int i = 0; i < pttrnLen; i++) {
69 UnicodeString patternString(pttrn, pttrnLen);
77 srch = usearch_open(pttrn, pttrnLen, src, srcLen, locale, NULL, &status);
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);