Home
last modified time | relevance | path

Searched refs:totalChars (Results 1 – 2 of 2) sorted by relevance

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