Home
last modified time | relevance | path

Searched refs:lastOffset (Results 1 – 18 of 18) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregextxt.cpp21 if (offset == context->lastOffset + 1) { in uregex_utext_unescape_charAt()
23 context->lastOffset++; in uregex_utext_unescape_charAt()
24 } else if (offset == context->lastOffset) { in uregex_utext_unescape_charAt()
28 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
30 context->lastOffset = offset; in uregex_utext_unescape_charAt()
Dregextxt.h37 int32_t lastOffset; member
Dregexcmp.cpp3802 } else if (context.lastOffset == offset) { in nextChar()
3804 } else if (context.lastOffset != offset-1) { in nextChar()
3805 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1); in nextChar()
Drematch.cpp386 if (context.lastOffset == offset) { in appendReplacement()
388 } else if (context.lastOffset != offset-1) { in appendReplacement()
389 utext_moveIndex32(replacement, offset - context.lastOffset - 1); in appendReplacement()
/external/chromium_org/third_party/icu/source/i18n/
Dregextxt.cpp21 if (offset == context->lastOffset + 1) { in uregex_utext_unescape_charAt()
23 context->lastOffset++; in uregex_utext_unescape_charAt()
24 } else if (offset == context->lastOffset) { in uregex_utext_unescape_charAt()
28 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
30 context->lastOffset = offset; in uregex_utext_unescape_charAt()
Dregextxt.h37 int32_t lastOffset; member
Dregexcmp.cpp3802 } else if (context.lastOffset == offset) { in nextChar()
3804 } else if (context.lastOffset != offset-1) { in nextChar()
3805 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1); in nextChar()
Drematch.cpp386 if (context.lastOffset == offset) { in appendReplacement()
388 } else if (context.lastOffset != offset-1) { in appendReplacement()
389 utext_moveIndex32(replacement, offset - context.lastOffset - 1); in appendReplacement()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframeEffectModel.cpp70 double lastOffset = 0; in normalizedKeyframes() local
79 ASSERT(offset >= lastOffset); in normalizedKeyframes()
80 lastOffset = offset; in normalizedKeyframes()
96 lastOffset = result[0]->offset(); in normalizedKeyframes()
101 … result[lastIndex + j]->setOffset(lastOffset + (offset - lastOffset) * j / (i - lastIndex)); in normalizedKeyframes()
103 lastOffset = offset; in normalizedKeyframes()
DEffectInput.cpp53 double lastOffset = 0; in convert() local
75 if (offset < lastOffset) { in convert()
80 lastOffset = offset; in convert()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DCatchStructs.java271 int lastOffset = 0; in annotateEntries() local
280 annotateAndConsumeHandlers(lastList, lastOffset, in annotateEntries()
281 offset - lastOffset, subPrefix, printTo, annotateTo); in annotateEntries()
285 lastOffset = offset; in annotateEntries()
288 annotateAndConsumeHandlers(lastList, lastOffset, in annotateEntries()
289 encodedHandlers.length - lastOffset, in annotateEntries()
/external/skia/src/svg/
DSkSVGGradient.cpp36 SkString* lastOffset = NULL; in translate() local
45 if (lastOffset && thisOffset->equals(*lastOffset)) { in translate()
62 lastOffset = thisOffset; in translate()
/external/chromium_org/third_party/skia/src/svg/
DSkSVGGradient.cpp36 SkString* lastOffset = NULL; in translate() local
45 if (lastOffset && thisOffset->equals(*lastOffset)) { in translate()
62 lastOffset = thisOffset; in translate()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipherRSA.java299 final int lastOffset = outputOffset + b.length; in engineDoFinal() local
300 if (lastOffset > output.length) { in engineDoFinal()
302 + lastOffset); in engineDoFinal()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.cpp307 float lastOffset = stops[stops.size() - 1].offset; in addStops() local
308 if (lastOffset < maxExtent) { in addStops()
309 float currOffset = lastOffset; in addStops()
333 float lastOffset = stops[numStops - 1].offset; in addStops() local
334 float scale = lastOffset - firstOffset; in addStops()
342 …gradient->setP1(FloatPoint(p1.x() + (lastOffset - 1) * (p1.x() - p0.x()), p1.y() + (lastOffset - 1… in addStops()
346 float lastOffset = stops[numStops - 1].offset; in addStops() local
347 float scale = lastOffset - firstOffset; in addStops()
/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.cpp175 int lastOffset = wordIterator->first(); in appendContextSubtargetsForNode() local
176 if (lastOffset == -1) in appendContextSubtargetsForNode()
182 textRenderer->absoluteQuadsForRange(quads, lastOffset, offset); in appendContextSubtargetsForNode()
185 lastOffset = offset; in appendContextSubtargetsForNode()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DDataGrid.js658 var lastOffset = 0;
663 var width = (offset - lastOffset) + "px";
666 lastOffset = offset;
/external/fonttools/Lib/fontTools/
DcffLib.py198 lastOffset = self.getOffsets()[-1]
199 offSize = calcOffSize(lastOffset)
204 lastOffset - 1 # size of object data