/external/cronet/stable/third_party/icu/source/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 51 utf8(nullptr), utf8Length(0), countInputCodePoints(0) { in UTrie2PerfTest() 60 countInputCodePoints = u_countChar32(buffer, bufferLen); in UTrie2PerfTest() 77 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, in UTrie2PerfTest() 78 (double)utf8Length/countInputCodePoints); in UTrie2PerfTest() 93 int32_t countInputCodePoints; member in UTrie2PerfTest 108 return testcase.countInputCodePoints; in getOperationsPerIteration()
|
/external/icu/icu4c/source/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 51 utf8(nullptr), utf8Length(0), countInputCodePoints(0) { in UTrie2PerfTest() 60 countInputCodePoints = u_countChar32(buffer, bufferLen); in UTrie2PerfTest() 77 …static_cast<long>(countInputCodePoints), static_cast<long>(bufferLen), static_cast<long>(utf8Lengt… in UTrie2PerfTest() 78 static_cast<double>(utf8Length) / countInputCodePoints); in UTrie2PerfTest() 93 int32_t countInputCodePoints; member in UTrie2PerfTest 108 return testcase.countInputCodePoints; in getOperationsPerIteration()
|
/external/cronet/tot/third_party/icu/source/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 51 utf8(nullptr), utf8Length(0), countInputCodePoints(0) { in UTrie2PerfTest() 60 countInputCodePoints = u_countChar32(buffer, bufferLen); in UTrie2PerfTest() 77 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, in UTrie2PerfTest() 78 (double)utf8Length/countInputCodePoints); in UTrie2PerfTest() 93 int32_t countInputCodePoints; member in UTrie2PerfTest 108 return testcase.countInputCodePoints; in getOperationsPerIteration()
|
/external/cronet/tot/third_party/icu/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 53 utf8(nullptr), utf8Length(0), countInputCodePoints(0), spanCount(0) { in UnicodeSetPerformanceTest() 65 countInputCodePoints = u_countChar32(buffer, bufferLen); in UnicodeSetPerformanceTest() 84 … (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount, in UnicodeSetPerformanceTest() 85 … (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount, in UnicodeSetPerformanceTest() 86 (double)utf8Length/countInputCodePoints); in UnicodeSetPerformanceTest() 128 int32_t countInputCodePoints; member in UnicodeSetPerformanceTest 148 return testcase.countInputCodePoints+testcase.spanCount-1; in getOperationsPerIteration()
|
/external/cronet/stable/third_party/icu/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 53 utf8(nullptr), utf8Length(0), countInputCodePoints(0), spanCount(0) { in UnicodeSetPerformanceTest() 65 countInputCodePoints = u_countChar32(buffer, bufferLen); in UnicodeSetPerformanceTest() 84 … (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount, in UnicodeSetPerformanceTest() 85 … (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount, in UnicodeSetPerformanceTest() 86 (double)utf8Length/countInputCodePoints); in UnicodeSetPerformanceTest() 128 int32_t countInputCodePoints; member in UnicodeSetPerformanceTest 148 return testcase.countInputCodePoints+testcase.spanCount-1; in getOperationsPerIteration()
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 53 utf8(nullptr), utf8Length(0), countInputCodePoints(0), spanCount(0) { in UnicodeSetPerformanceTest() 65 countInputCodePoints = u_countChar32(buffer, bufferLen); in UnicodeSetPerformanceTest() 84 …static_cast<long>(countInputCodePoints), static_cast<long>(bufferLen), static_cast<long>(utf8Lengt… in UnicodeSetPerformanceTest() 85 …static_cast<double>(countInputCodePoints) / spanCount, static_cast<double>(bufferLen) / spanCount,… in UnicodeSetPerformanceTest() 86 static_cast<double>(utf8Length) / countInputCodePoints); in UnicodeSetPerformanceTest() 128 int32_t countInputCodePoints; member in UnicodeSetPerformanceTest 148 return testcase.countInputCodePoints+testcase.spanCount-1; in getOperationsPerIteration()
|
/external/icu/icu4c/source/test/perf/utfperf/ |
D | utfperf.cpp | 42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable 91 countInputCodePoints = u_countChar32(buffer, bufferLen); in UtfPerformanceTest() 143 return countInputCodePoints; in getOperationsPerIteration()
|
/external/cronet/stable/third_party/icu/source/test/perf/utfperf/ |
D | utfperf.cpp | 42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable 91 countInputCodePoints = u_countChar32(buffer, bufferLen); in UtfPerformanceTest() 143 return countInputCodePoints; in getOperationsPerIteration()
|
/external/cronet/tot/third_party/icu/source/test/perf/utfperf/ |
D | utfperf.cpp | 42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable 91 countInputCodePoints = u_countChar32(buffer, bufferLen); in UtfPerformanceTest() 143 return countInputCodePoints; in getOperationsPerIteration()
|