Searched defs:totalChars (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.h68 int32_t totalChars=0; local
70 totalChars+= lines[i].len;
72 return totalChars;
137 int32_t totalChars=0; local
139 totalChars+= lines[i].len;
141 return totalChars;
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h68 int32_t totalChars=0; local
70 totalChars+= lines[i].len;
72 return totalChars;
137 int32_t totalChars=0; local
139 totalChars+= lines[i].len;
141 return totalChars;
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp434 int totalChars = 0; local
436 totalChars += u_strlen(gFileLines[line].name);
449 printf("Key Length / character = %f\n", (float)totalKeyLen / (float)totalChars);
451 printf("%f, ", (float)totalKeyLen / (float)totalChars);
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp434 int totalChars = 0; local
436 totalChars += u_strlen(gFileLines[line].name);
449 printf("Key Length / character = %f\n", (float)totalKeyLen / (float)totalChars);
451 printf("%f, ", (float)totalKeyLen / (float)totalChars);

Completed in 157 milliseconds