Home | History | Annotate | Download | only in collationperf

Lines Matching refs:totalChars

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);