Home
last modified time | relevance | path

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

/external/icu4c/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()
Dmsgfmt.cpp715 int32_t lastOffset = 0; in toPattern() local
718 copyAndFixQuotes(fPattern, lastOffset, subformats[i].offset, appendTo); in toPattern()
719 lastOffset = subformats[i].offset; in toPattern()
860 copyAndFixQuotes(fPattern, lastOffset, fPattern.length(), appendTo); in toPattern()
1192 int32_t lastOffset = 0; in format() local
1207 appendTo.append(fPattern, lastOffset, subformats[i].offset - lastOffset); in format()
1208 lastOffset = subformats[i].offset; in format()
1304 appendTo.append(fPattern, lastOffset, 0x7fffffff); in format()
Dregextxt.h37 int32_t lastOffset; member
Dregexcmp.cpp3784 } else if (context.lastOffset == offset) { in nextChar()
3786 } else if (context.lastOffset != offset-1) { in nextChar()
3787 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1); in nextChar()
Drematch.cpp366 if (context.lastOffset == offset) { in appendReplacement()
368 } else if (context.lastOffset != offset-1) { in appendReplacement()
369 utext_moveIndex32(replacement, offset - context.lastOffset - 1); in appendReplacement()
/external/skia/src/svg/
DSkSVGGradient.cpp44 SkString* lastOffset = NULL; in translate() local
53 if (lastOffset && thisOffset->equals(*lastOffset)) { in translate()
70 lastOffset = thisOffset; in translate()
/external/chromium/third_party/icu/source/i18n/
Dmsgfmt.cpp705 int32_t lastOffset = 0; in toPattern() local
708 copyAndFixQuotes(fPattern, lastOffset, subformats[i].offset, appendTo); in toPattern()
709 lastOffset = subformats[i].offset; in toPattern()
846 copyAndFixQuotes(fPattern, lastOffset, fPattern.length(), appendTo); in toPattern()
1178 int32_t lastOffset = 0; in format() local
1193 appendTo.append(fPattern, lastOffset, subformats[i].offset - lastOffset); in format()
1194 lastOffset = subformats[i].offset; in format()
1287 appendTo.append(fPattern, lastOffset, 0x7fffffff); in format()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1705 int lastOffset = firstOffset; in drawText() local
1723 *curSpace++ = offsetInt - lastOffset; in drawText()
1724 lastOffset = offsetInt; in drawText()
1735 *curSpace++ = offsetInt - lastOffset; in drawText()
1736 lastOffset = offsetInt; in drawText()