Searched refs:gapStart (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/tools/toolutil/
H A Ddenseranges.cpp30 void add(int32_t gapStart, int64_t gapLength) { argument
45 gapStarts[i]=gapStart;
57 int32_t gapStart(int32_t i) const { return gapStarts[i]; } function in class:__anon7005::LargestGaps
152 int32_t gapStart=gaps.gapStart(gapIndex); local
153 ranges[i][1]=gapStart-1;
154 ranges[i+1][0]=minValue=(int32_t)(gapStart+gaps.gapLength(gapIndex));
/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp558 unsigned gapStart = prevBox ? prevBox->start() + prevBox->len() : 0; local
559 if (end < gapStart)
564 bool indicesIntersect = start <= gapEnd && end >= gapStart;
565 int gapLen = gapEnd - gapStart;
567 gapStart = max(gapStart, start);
572 str.remove(gapStart - start - removed, gapLen);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3227 Addr start, endPlusOne, gapStart; local
3245 gapStart = Addr_MIN;
3367 if (record_gap && gapStart < start)
3368 (*record_gap) ( gapStart, start-gapStart );
3380 gapStart = endPlusOne;
3393 if (gapStart < commpage_start) {
3395 (*record_gap)( gapStart, commpage_start - gapStart );
3401 gapStart
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 300 milliseconds