Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dregextxt.cpp20 if (offset == context->lastOffset + 1) { in uregex_utext_unescape_charAt()
22 context->lastOffset++; in uregex_utext_unescape_charAt()
23 } else if (offset == context->lastOffset) { in uregex_utext_unescape_charAt()
27 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
29 context->lastOffset = offset; in uregex_utext_unescape_charAt()
Dregextxt.h37 int32_t lastOffset; member
Dmsgfmt.cpp711 int32_t lastOffset = 0; in toPattern() local
714 copyAndFixQuotes(fPattern, lastOffset, subformats[i].offset, appendTo); in toPattern()
715 lastOffset = subformats[i].offset; in toPattern()
852 copyAndFixQuotes(fPattern, lastOffset, fPattern.length(), appendTo); in toPattern()
1184 int32_t lastOffset = 0; in format() local
1199 appendTo.append(fPattern, lastOffset, subformats[i].offset - lastOffset); in format()
1200 lastOffset = subformats[i].offset; in format()
1296 appendTo.append(fPattern, lastOffset, 0x7fffffff); in format()
Dregexcmp.cpp3786 } else if (context.lastOffset == offset) { in nextChar()
3788 } else if (context.lastOffset != offset-1) { in nextChar()
3789 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1); in nextChar()
Drematch.cpp380 if (context.lastOffset == offset) { in appendReplacement()
382 } else if (context.lastOffset != offset-1) { in appendReplacement()
383 utext_moveIndex32(replacement, offset - context.lastOffset - 1); in appendReplacement()
/external/icu4c/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.cpp3762 } else if (context.lastOffset == offset) { in nextChar()
3764 } else if (context.lastOffset != offset-1) { in nextChar()
3765 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/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/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.cpp305 float lastOffset = stops[stops.size() - 1].offset; in addStops() local
306 if (lastOffset < maxExtent) { in addStops()
307 float currOffset = lastOffset; in addStops()
331 float lastOffset = stops[numStops - 1].offset; in addStops() local
332 float scale = lastOffset - firstOffset; in addStops()
340 …gradient->setP1(FloatPoint(p1.x() + (lastOffset - 1) * (p1.x() - p0.x()), p1.y() + (lastOffset - 1… in addStops()
344 float lastOffset = stops[numStops - 1].offset; in addStops() local
345 float scale = lastOffset - firstOffset; in addStops()
/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.cpp160 int lastOffset = wordIterator->first(); in appendContextSubtargetsForNode() local
161 if (lastOffset == -1) in appendContextSubtargetsForNode()
167 textRenderer->absoluteQuadsForRange(quads, lastOffset, offset); in appendContextSubtargetsForNode()
170 lastOffset = offset; in appendContextSubtargetsForNode()