HomeSort by relevance Sort by last modified time
    Searched refs:totalChars (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/perf/normperf/
normperf.h 68 int32_t totalChars=0;
70 totalChars+= lines[i].len;
72 return totalChars;
137 int32_t totalChars=0;
139 totalChars+= lines[i].len;
141 return totalChars;
  /external/icu4c/test/perf/collationperf/
collperf.cpp 434 int totalChars = 0;
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);
    [all...]

Completed in 44 milliseconds