HomeSort by relevance Sort by last modified time
    Searched full:lastoffset (Results 1 - 25 of 33) 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/icu4c/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;
  /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;
  /libcore/crypto/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/css/
CSSGradientValue.cpp 305 float lastOffset = stops[stops.size() - 1].offset;
306 if (lastOffset < maxExtent) {
307 float currOffset = lastOffset;
331 float lastOffset = stops[numStops - 1].offset;
332 float scale = lastOffset - firstOffset;
340 gradient->setP1(FloatPoint(p1.x() + (lastOffset - 1) * (p1.x() - p0.x()), p1.y() + (lastOffset - 1) * (p1.y() - p0.y())));
344 float lastOffset = stops[numStops - 1].offset;
345 float scale = lastOffset - firstOffset;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 160 int lastOffset = wordIterator->first();
161 if (lastOffset == -1)
167 textRenderer->absoluteQuadsForRange(quads, lastOffset, offset);
170 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;
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java     [all...]
  /external/elfutils/src/
strip.c 1065 GElf_Off lastoffset = 0; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 370 NonLoc LastOffset = svalBuilder
379 LastOffset, PtrTy);
399 LastOffset, PtrTy);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]

Completed in 2515 milliseconds

1 2