Home
last modified time | relevance | path

Searched refs:totalChars (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DNormalizerPerformanceTest.java40 int totalChars = 0; in TestICU_NFC_NFD_Text()
42 totalChars = totalChars + NFDFileLines[i].length(); in TestICU_NFC_NFD_Text()
44 return totalChars; in TestICU_NFC_NFD_Text()
58 int totalChars = 0; in TestICU_NFC_NFC_Text()
60 totalChars = totalChars + NFCFileLines[i].length(); in TestICU_NFC_NFC_Text()
62 return totalChars; in TestICU_NFC_NFC_Text()
76 int totalChars = 0; in TestICU_NFC_Orig_Text()
78 totalChars in TestICU_NFC_Orig_Text()
[all...]
H A DCollationPerformanceTest.java504 long totalChars = 0; in doKeyGen()
510 totalChars += tests[line].length(); in doKeyGen()
521 totalChars += tests[line].length(); in doKeyGen()
534 System.out.println("Key Length / character = " + nf.format(totalKeyLen / (totalChars + 0.0))); in doKeyGen()
538 System.out.println(nf.format(totalKeyLen / (totalChars + 0.0)) + ", "); in doKeyGen()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethodImpl.java105 // 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 ) field in IndicInputMethodImpl
208 if (totalChars > 0) { in handleKeyTyped()
209 totalChars = committedChars = 0; in handleKeyTyped()
223 // the state must be totalChars = committedChars = 0; in handleKeyTyped()
224 text[totalChars++] = currentChar; in handleKeyTyped()
234 text[totalChars++] = currentChar; in handleKeyTyped()
235 committedChars = totalChars-1; in handleKeyTyped()
240 System.arraycopy(sub, 0, text, totalChars, su in handleKeyTyped()
[all...]
/third_party/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h72 int32_t totalChars=0; in getOperationsPerIteration() local
74 totalChars+= lines[i].len; in getOperationsPerIteration()
76 return totalChars; in getOperationsPerIteration()
141 int32_t totalChars=0; in getOperationsPerIteration() local
143 totalChars+= lines[i].len; in getOperationsPerIteration()
145 return totalChars; in getOperationsPerIteration()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp437 int totalChars = 0; in doKeyGen() local
439 totalChars += u_strlen(gFileLines[line].name); in doKeyGen()
452 printf("Key Length / character = %f\n", (float)totalKeyLen / (float)totalChars); in doKeyGen()
454 printf("%f, ", (float)totalKeyLen / (float)totalChars); in doKeyGen()
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]

Completed in 54 milliseconds