OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pttrnLen
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.cpp
35
pttrnLen
= end - start;
36
UChar* temp = (UChar*)malloc(sizeof(UChar)*(
pttrnLen
));
37
for (int i = 0; i <
pttrnLen
; i++) {
54
pttrnLen
= end - start;
55
UChar* temp = (UChar*)malloc(sizeof(UChar)*(
pttrnLen
));
56
for (int i = 0; i <
pttrnLen
; i++) {
63
srch = usearch_open(pttrn,
pttrnLen
, src, srcLen, locale, NULL, &status);
94
StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUForwardSearch, srch, src, srcLen, pttrn,
pttrnLen
);
99
StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUBackwardSearch, srch, src, srcLen, pttrn,
pttrnLen
);
strsrchperf.h
14
typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t
pttrnLen
, UErrorCode* status);
22
int32_t
pttrnLen
;
27
(*fn)(srch, src, srcLen, pttrn,
pttrnLen
, status);
39
pttrnLen
= patternLen;
49
int32_t
pttrnLen
;
Completed in 490 milliseconds