Home
last modified time | relevance | path

Searched refs:countInputCodePoints (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/test/perf/utrie2perf/
Dutrie2perf.cpp49 utf8(NULL), utf8Length(0), countInputCodePoints(0) { in UTrie2PerfTest()
58 countInputCodePoints = u_countChar32(buffer, bufferLen); in UTrie2PerfTest()
75 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, in UTrie2PerfTest()
76 (double)utf8Length/countInputCodePoints); in UTrie2PerfTest()
91 int32_t countInputCodePoints; member in UTrie2PerfTest
106 return testcase.countInputCodePoints; in getOperationsPerIteration()
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
Dutrie2perf.cpp49 utf8(NULL), utf8Length(0), countInputCodePoints(0) { in UTrie2PerfTest()
58 countInputCodePoints = u_countChar32(buffer, bufferLen); in UTrie2PerfTest()
75 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, in UTrie2PerfTest()
76 (double)utf8Length/countInputCodePoints); in UTrie2PerfTest()
91 int32_t countInputCodePoints; member in UTrie2PerfTest
106 return testcase.countInputCodePoints; in getOperationsPerIteration()
/external/icu4c/test/perf/unisetperf/
Dunisetperf.cpp50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) { in UnicodeSetPerformanceTest()
62 countInputCodePoints = u_countChar32(buffer, bufferLen); in UnicodeSetPerformanceTest()
81 … (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount, in UnicodeSetPerformanceTest()
82 … (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount, in UnicodeSetPerformanceTest()
83 (double)utf8Length/countInputCodePoints); in UnicodeSetPerformanceTest()
125 int32_t countInputCodePoints; member in UnicodeSetPerformanceTest
145 return testcase.countInputCodePoints+testcase.spanCount-1; in getOperationsPerIteration()
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
Dunisetperf.cpp50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) { in UnicodeSetPerformanceTest()
62 countInputCodePoints = u_countChar32(buffer, bufferLen); in UnicodeSetPerformanceTest()
81 … (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount, in UnicodeSetPerformanceTest()
82 … (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount, in UnicodeSetPerformanceTest()
83 (double)utf8Length/countInputCodePoints); in UnicodeSetPerformanceTest()
125 int32_t countInputCodePoints; member in UnicodeSetPerformanceTest
145 return testcase.countInputCodePoints+testcase.spanCount-1; in getOperationsPerIteration()
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
88 countInputCodePoints = u_countChar32(buffer, bufferLen); in UtfPerformanceTest()
140 return countInputCodePoints; in getOperationsPerIteration()
/external/icu4c/test/perf/utfperf/
Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
88 countInputCodePoints = u_countChar32(buffer, bufferLen); in UtfPerformanceTest()
140 return countInputCodePoints; in getOperationsPerIteration()