/external/icu4c/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; 860 copyAndFixQuotes(fPattern, lastOffset, fPattern.length(), appendTo); [all...] |
regexcmp.cpp | [all...] |
rematch.cpp | 380 if (context.lastOffset == offset) { 382 } else if (context.lastOffset != offset-1) { 383 utext_moveIndex32(replacement, offset - context.lastOffset - 1); [all...] |
/external/skia/src/svg/ |
SkSVGGradient.cpp | 44 SkString* lastOffset = NULL; 53 if (lastOffset && thisOffset->equals(*lastOffset)) { 70 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 | 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;
|
/external/llvm/lib/DebugInfo/ |
DWARFContext.cpp | 50 uint32_t lastOffset = 0; 52 OS << format("0x%8.8x: \"%s\"\n", lastOffset, s); 53 lastOffset = offset;
|
/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;
|
/dalvik/libdex/ |
DexSwapVerify.cpp | 403 u4 lastOffset = 0; 418 } else if (lastOffset >= item->offset) { 420 lastOffset, item->offset); 460 lastOffset = item->offset; [all...] |
/external/webkit/Source/WebCore/css/ |
CSSGradientValue.cpp | 281 float lastOffset = stops[stops.size() - 1].offset; 282 if (lastOffset < maxExtent) { 283 float currOffset = lastOffset; 306 float lastOffset = stops[numStops - 1].offset; 307 float scale = lastOffset - firstOffset; 315 gradient->setP1(FloatPoint(p1.x() + (lastOffset - 1) * (p1.x() - p0.x()), p1.y() + (lastOffset - 1) * (p1.y() - p0.y()))); 319 float lastOffset = stops[numStops - 1].offset; 320 float scale = lastOffset - firstOffset; [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BytecodeArray.java | [all...] |
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GraphicsContextWinCE.cpp | [all...] |
/external/elfutils/src/ |
strip.c | 1059 GElf_Off lastoffset = 0; local [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringChecker.cpp | 352 NonLoc LastOffset = cast<NonLoc>(svalBuilder.evalBinOpNN(state, BO_Sub, 361 LastOffset, PtrTy); 381 LastOffset, PtrTy); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMLoadStoreOptimizer.cpp | [all...] |