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

  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
NormalizerPerformanceTest.java 38 int totalChars = 0;
40 totalChars = totalChars + NFDFileLines[i].length();
42 return totalChars;
56 int totalChars = 0;
58 totalChars = totalChars + NFCFileLines[i].length();
60 return totalChars;
74 int totalChars = 0;
76 totalChars = totalChars + fileLines[i].length()
    [all...]
CollationPerformanceTest.java 493 long totalChars = 0;
499 totalChars += tests[line].length();
510 totalChars += tests[line].length();
523 System.out.println("Key Length / character = " + nf.format(totalKeyLen / (totalChars + 0.0)));
527 System.out.println(nf.format(totalKeyLen / (totalChars + 0.0)) + ", ");
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 103 // The variable totalChars give an indication of whether the last
105 // a call to dispatchEvent ) totalChars is not equal to 0 ( it can
114 private int totalChars = 0;//number of total characters ( committed + composed )
206 if (totalChars > 0) {
207 totalChars = committedChars = 0;
221 // the state must be totalChars = committedChars = 0;
222 text[totalChars++] = currentChar;
232 text[totalChars++] = currentChar;
233 committedChars = totalChars-1;
238 System.arraycopy(sub, 0, text, totalChars, sub.length)
    [all...]
  /external/icu/icu4c/source/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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
BuildDictionaryFile.java 85 int totalChars = 0;
87 ++totalChars; if (totalChars > 0 && totalChars % 5000 == 0) System.out.println("Read " + totalChars + " characters...");
    [all...]
  /external/icu/icu4c/source/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...]
  /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/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.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 207 milliseconds