OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countInputCodePoints
(Results
1 - 3
of
3
) sorted by null
/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/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/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 49 milliseconds