Searched defs:strindex (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp216 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, statu
[all...]
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp891 int strindex = 0; local
893 while (strindex < strlen) {
897 memcpy(str + strindex, gFileLines[linecount].name,
899 strindex += len;
921 strindex = 0;
922 ucol_setOffset(iter, strindex, &error);
930 strindex += 10;
931 if (strindex > strlen) {
934 ucol_setOffset(iter, strindex, &error);
950 strindex
1055 int strindex = 0; local
[all...]

Completed in 15 milliseconds