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

  /external/chromium/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.cpp 49 utf8(NULL), utf8Length(0), countInputCodePoints(0) {
58 countInputCodePoints = u_countChar32(buffer, bufferLen);
75 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length,
76 (double)utf8Length/countInputCodePoints);
91 int32_t countInputCodePoints;
106 return testcase.countInputCodePoints;
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 49 utf8(NULL), utf8Length(0), countInputCodePoints(0) {
58 countInputCodePoints = u_countChar32(buffer, bufferLen);
75 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length,
76 (double)utf8Length/countInputCodePoints);
91 int32_t countInputCodePoints;
106 return testcase.countInputCodePoints;
  /external/chromium/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
62 countInputCodePoints = u_countChar32(buffer, bufferLen);
81 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
82 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
83 (double)utf8Length/countInputCodePoints);
125 int32_t countInputCodePoints;
145 return testcase.countInputCodePoints+testcase.spanCount-1;
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
62 countInputCodePoints = u_countChar32(buffer, bufferLen);
81 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
82 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
83 (double)utf8Length/countInputCodePoints);
125 int32_t countInputCodePoints;
145 return testcase.countInputCodePoints+testcase.spanCount-1;
  /external/chromium/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
88 countInputCodePoints = u_countChar32(buffer, bufferLen);
140 return countInputCodePoints;
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
88 countInputCodePoints = u_countChar32(buffer, bufferLen);
140 return countInputCodePoints;

Completed in 256 milliseconds