HomeSort by relevance Sort by last modified time
    Searched full:lastoffset (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/i18n/
regextxt.cpp 20 if (offset == context->lastOffset + 1) {
22 context->lastOffset++;
23 } else if (offset == context->lastOffset) {
27 utext_moveIndex32(context->text, offset - context->lastOffset - 1);
29 context->lastOffset = offset;
regextxt.h 37 int32_t lastOffset;
msgfmt.cpp 711 int32_t lastOffset = 0;
714 copyAndFixQuotes(fPattern, lastOffset, subformats[i].offset, appendTo);
715 lastOffset = subformats[i].offset;
852 copyAndFixQuotes(fPattern, lastOffset, fPattern.length(), appendTo);
    [all...]
  /external/icu/icu4c/source/i18n/
regextxt.cpp 21 if (offset == context->lastOffset + 1) {
23 context->lastOffset++;
24 } else if (offset == context->lastOffset) {
28 utext_moveIndex32(context->text, offset - context->lastOffset - 1);
30 context->lastOffset = offset;
regextxt.h 37 int32_t lastOffset;
  /external/chromium_org/third_party/skia/src/svg/
SkSVGGradient.cpp 36 SkString* lastOffset = NULL;
45 if (lastOffset && thisOffset->equals(*lastOffset)) {
62 lastOffset = thisOffset;
  /external/skia/src/svg/
SkSVGGradient.cpp 36 SkString* lastOffset = NULL;
45 if (lastOffset && thisOffset->equals(*lastOffset)) {
62 lastOffset = thisOffset;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
EffectInput.cpp 56 double lastOffset = -std::numeric_limits<double>::infinity();
77 if (offset < lastOffset)
79 lastOffset = offset;
KeyframeEffectModel.cpp 75 double lastOffset = std::numeric_limits<double>::quiet_NaN();
80 if (lastIndex < i && offset < lastOffset) {
96 lastOffset = offset;
114 lastOffset = result[0]->offset();
120 result[lastIndex + j]->setOffset(lastOffset + (offset - lastOffset) * j / (i - lastIndex));
123 lastOffset = offset;
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 75 size_t LastOffset;
87 Infos[Filename].StartOffset = LastOffset;
88 LastOffset += Filename.size() + 1;
93 LastOffset = 1;
WinCodeViewLineTables.cpp 248 Asm->EmitInt32(FileNameRegistry.LastOffset);
259 Asm->OutStreamer.EmitFill((-FileNameRegistry.LastOffset) % 4, 0);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 273 int lastOffset = 0;
282 annotateAndConsumeHandlers(lastList, lastOffset,
283 offset - lastOffset, subPrefix, printTo, annotateTo);
287 lastOffset = offset;
290 annotateAndConsumeHandlers(lastList, lastOffset,
291 encodedHandlers.length - lastOffset,
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 270 int lastOffset = 0;
279 annotateAndConsumeHandlers(lastList, lastOffset,
280 offset - lastOffset, subPrefix, printTo, annotateTo);
284 lastOffset = offset;
287 annotateAndConsumeHandlers(lastList, lastOffset,
288 encodedHandlers.length - lastOffset,
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CatchStructs.java 271 int lastOffset = 0;
280 annotateAndConsumeHandlers(lastList, lastOffset,
281 offset - lastOffset, subPrefix, printTo, annotateTo);
285 lastOffset = offset;
288 annotateAndConsumeHandlers(lastList, lastOffset,
289 encodedHandlers.length - lastOffset,
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 43 float lastOffset;
47 lastOffset = 0;
  /bootable/recovery/applypatch/
bsdiff.c 230 off_t lastscan,lastpos,lastoffset; local
282 lastscan=0;lastpos=0;lastoffset=0;
291 if((scsc+lastoffset<oldsize) &&
292 (old[scsc+lastoffset] == new[scsc]))
298 if((scan+lastoffset<oldsize) &&
299 (old[scan+lastoffset] == new[scan]))
360 lastoffset=pos-scan;
  /external/bsdiff/
bsdiff.c 203 off_t lastscan,lastpos,lastoffset; local
273 lastscan=0;lastpos=0;lastoffset=0;
282 if((scsc+lastoffset<oldsize) &&
283 (old[scsc+lastoffset] == new[scsc]))
289 if((scan+lastoffset<oldsize) &&
290 (old[scan+lastoffset] == new[scan]))
351 lastoffset=pos-scan;
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipherRSA.java 299 final int lastOffset = outputOffset + b.length;
300 if (lastOffset > output.length) {
302 + lastOffset);
  /dalvik/libdex/
DexSwapVerify.cpp 403 u4 lastOffset = 0;
418 } else if (lastOffset >= item->offset) {
420 lastOffset, item->offset);
460 lastOffset = item->offset;
    [all...]
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 339 off_t lastscan,lastpos,lastoffset; local
417 lastscan=0;lastpos=0;lastoffset=0;
426 if((scsc+lastoffset<oldsize) &&
427 (old[scsc+lastoffset] == new[scsc]))
433 if((scan+lastoffset<oldsize) &&
434 (old[scan+lastoffset] == new[scan]))
489 lastoffset=pos-scan;
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 172 int lastOffset = wordIterator->first();
173 if (lastOffset == -1)
179 textRenderer->absoluteQuadsForRange(quads, lastOffset, offset);
182 lastOffset = offset;
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 291 int lastscan = 0, lastpos = 0, lastoffset = 0; local
308 if ((scsc + lastoffset < oldsize) &&
309 (old[scsc + lastoffset] == newbuf[scsc]))
317 if ((scan + lastoffset < oldsize) &&
318 (old[scan + lastoffset] == newbuf[scan]))
416 lastoffset = lastpos - lastscan;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 306 float lastOffset = stops[stops.size() - 1].offset;
307 if (lastOffset < maxExtent) {
308 float currOffset = lastOffset;
332 float lastOffset = stops[numStops - 1].offset;
333 float scale = lastOffset - firstOffset;
341 gradient->setP1(FloatPoint(p1.x() + (lastOffset - 1) * (p1.x() - p0.x()), p1.y() + (lastOffset - 1) * (p1.y() - p0.y())));
345 float lastOffset = stops[numStops - 1].offset;
346 float scale = lastOffset - firstOffset;
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_n_a_m_e.py 57 lastoffset = 0
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java     [all...]

Completed in 970 milliseconds

1 2