OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strindex
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/collationperf/
collperf.cpp
893
int
strindex
= 0;
local
895
while (
strindex
< strlen) {
899
memcpy(str +
strindex
, gFileLines[linecount].name,
901
strindex
+= len;
1057
int
strindex
= 0;
local
[
all
...]
/external/icu4c/test/perf/collperf/
collperf.cpp
216
int
strindex
= 0;
local
217
ucol_setOffset(iter,
strindex
, status);
225
strindex
+= 10;
226
if (
strindex
> strlen) {
229
ucol_setOffset(iter,
strindex
, status);
238
int
strindex
= 5;
local
239
ucol_setOffset(iter,
strindex
, status);
247
strindex
+= 10;
248
if (
strindex
> strlen) {
251
ucol_setOffset(iter,
strindex
, status)
[
all
...]
Completed in 3568 milliseconds