OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spanLength
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/common/
unisetspan.cpp
195
makeSpanLengthByte(int32_t
spanLength
) {
197
return
spanLength
<0xfe ? (uint8_t)
spanLength
: (uint8_t)0xfe;
226
int32_t i,
spanLength
;
233
spanLength
=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
234
if(
spanLength
<length16) { // Relevant string.
312
spanLength
=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
313
if(
spanLength
<length16) { // Relevant string.
317
spanLengths[i]=makeSpanLengthByte(
spanLength
);
320
spanLength
=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED)
[
all
...]
filterednormalizer2.cpp
63
int32_t
spanLength
=spanLimit-prevSpanLimit;
65
if(
spanLength
!=0) {
66
dest.append(src, prevSpanLimit,
spanLength
);
70
if(
spanLength
!=0) {
/external/icu/icu4c/source/common/
unisetspan.cpp
195
makeSpanLengthByte(int32_t
spanLength
) {
197
return
spanLength
<0xfe ? (uint8_t)
spanLength
: (uint8_t)0xfe;
226
int32_t i,
spanLength
;
233
spanLength
=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
234
if(
spanLength
<length16) { // Relevant string.
312
spanLength
=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
313
if(
spanLength
<length16) { // Relevant string.
317
spanLengths[i]=makeSpanLengthByte(
spanLength
);
320
spanLength
=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED)
[
all
...]
filterednormalizer2.cpp
63
int32_t
spanLength
=spanLimit-prevSpanLimit;
65
if(
spanLength
!=0) {
66
dest.append(src, prevSpanLimit,
spanLength
);
70
if(
spanLength
!=0) {
/external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp
188
int
spanLength
= (targetWidth - x);
198
spanLength
= deMin32(
spanLength
, op.m_rect.x() + op.m_rect.z() - x);
213
spanLength
= deMin32(
spanLength
, op.m_rect.x() - x);
221
for (int ndx = 0; ndx <
spanLength
; ndx++)
227
x +=
spanLength
;
/external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp
188
int
spanLength
= (targetWidth - x);
198
spanLength
= deMin32(
spanLength
, op.m_rect.x() + op.m_rect.z() - x);
213
spanLength
= deMin32(
spanLength
, op.m_rect.x() - x);
221
for (int ndx = 0; ndx <
spanLength
; ndx++)
227
x +=
spanLength
;
/external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp
[
all
...]
/external/icu/icu4c/source/test/intltest/
usettest.cpp
[
all
...]
Completed in 886 milliseconds