Home | History | Annotate | Download | only in strsrchperf

Lines Matching defs:srcLen

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);
29 int32_t srcLen;
41 (*fn)(bms, src, srcLen, pttrn, pttrnLen, status);
43 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
49 return (long)(srcLen/pttrnLen);
51 return (long) srcLen;
59 srcLen = sourceLen;
68 srcLen = sourceLen;
79 int32_t srcLen;