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

  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 72 int32_t totalChars=0;
74 totalChars+= lines[i].len;
76 return totalChars;
141 int32_t totalChars=0;
143 totalChars+= lines[i].len;
145 return totalChars;
  /libcore/metrictests/memory/host/src/libcore/heapmetrics/
HeapCategorization.java 242 int totalChars = string.length();
243 for (int i = 0; i < totalChars; i++) {
255 if (nonAsciiChars >= 0.5 * totalChars && alphabeticChars >= 0.5 * totalChars) {
259 } else if (alphabeticChars >= 0.75 * totalChars && whitespaceChars >= 0.05 * totalChars) {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 105 // The variable totalChars give an indication of whether the last
107 // a call to dispatchEvent ) totalChars is not equal to 0 ( it can
116 private int totalChars = 0;//number of total characters ( committed + composed )
208 if (totalChars > 0) {
209 totalChars = committedChars = 0;
223 // the state must be totalChars = committedChars = 0;
224 text[totalChars++] = currentChar;
234 text[totalChars++] = currentChar;
235 committedChars = totalChars-1;
240 System.arraycopy(sub, 0, text, totalChars, sub.length)
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 438 int totalChars = 0;
440 totalChars += u_strlen(gFileLines[line].name);
453 printf("Key Length / character = %f\n", (float)totalKeyLen / (float)totalChars);
455 printf("%f, ", (float)totalKeyLen / (float)totalChars);
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 495 long totalChars = 0;
501 totalChars += tests[line].length();
512 totalChars += tests[line].length();
525 System.out.println("Key Length / character = " + nf.format(totalKeyLen / (totalChars + 0.0)));
529 System.out.println(nf.format(totalKeyLen / (totalChars + 0.0)) + ", ");
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar 
  /prebuilts/tools/common/offline-m2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 212 milliseconds