OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gapStart
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
denseranges.cpp
30
void add(int32_t
gapStart
, int64_t gapLength) {
45
gapStarts[i]=
gapStart
;
57
int32_t
gapStart
(int32_t i) const { return gapStarts[i]; }
152
int32_t
gapStart
=gaps.
gapStart
(gapIndex);
153
ranges[i][1]=
gapStart
-1;
154
ranges[i+1][0]=minValue=(int32_t)(
gapStart
+gaps.gapLength(gapIndex));
/external/icu/icu4c/source/tools/toolutil/
denseranges.cpp
30
void add(int32_t
gapStart
, int64_t gapLength) {
45
gapStarts[i]=
gapStart
;
57
int32_t
gapStart
(int32_t i) const { return gapStarts[i]; }
152
int32_t
gapStart
=gaps.
gapStart
(gapIndex);
153
ranges[i][1]=
gapStart
-1;
154
ranges[i+1][0]=minValue=(int32_t)(
gapStart
+gaps.gapLength(gapIndex));
/art/runtime/jdwp/
jdwp_expand_buf.cc
107
uint8_t*
gapStart
;
110
gapStart
= pBuf->storage + pBuf->curLen;
114
return
gapStart
;
/external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.cpp
765
unsigned
gapStart
= prevBox ? prevBox->start() + prevBox->len() : 0;
766
if (end <
gapStart
)
771
bool indicesIntersect = start <= gapEnd && end >=
gapStart
;
772
int gapLen = gapEnd -
gapStart
;
774
gapStart
= std::max(
gapStart
, start);
778
str.remove(
gapStart
- start - removed, gapLen);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 1390 milliseconds