OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spanCount
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp
50
utf8(NULL), utf8Length(0), countInputCodePoints(0),
spanCount
(0) {
81
(long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)
spanCount
,
82
(double)countInputCodePoints/
spanCount
, (double)bufferLen/
spanCount
, (double)utf8Length/
spanCount
,
103
++
spanCount
;
126
int32_t
spanCount
;
145
return testcase.countInputCodePoints+testcase.
spanCount
-1;
149
return testcase.
spanCount
;
187
if(count!=testcase.
spanCount
) {
[
all
...]
/external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp
50
utf8(NULL), utf8Length(0), countInputCodePoints(0),
spanCount
(0) {
81
(long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)
spanCount
,
82
(double)countInputCodePoints/
spanCount
, (double)bufferLen/
spanCount
, (double)utf8Length/
spanCount
,
103
++
spanCount
;
126
int32_t
spanCount
;
145
return testcase.countInputCodePoints+testcase.
spanCount
-1;
149
return testcase.
spanCount
;
187
if(count!=testcase.
spanCount
) {
[
all
...]
/cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java
211
int
spanCount
= 0;
219
spanStarts[
spanCount
] = startIndex;
220
spanEnds[
spanCount
] = endIndex - 2;
221
spanCount
++;
227
for (int i = 0; i <
spanCount
; i++) {
/external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp
412
int
spanCount
= fTs.count();
420
angle.set(this,
spanCount
- 1, startIndex);
422
debugCheckPointsEqualish(endIndex,
spanCount
);
428
int
spanCount
= fTs.count();
431
} while (++endIndex <
spanCount
);
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 563 milliseconds