HomeSort by relevance Sort by last modified time
    Searched refs:startIndex (Results 51 - 75 of 335) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.h 47 UInt32 ref2Offset, UInt32 startIndex,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTree.h 33 NSInteger startIndex;
80 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex:) NSInteger startIndex;
87 @property (assign) NSInteger startIndex;
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LocaleICU.h 76 bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
86 PassOwnPtr<Vector<String> > createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size);
PlatformLocale.cpp 255 bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex)
257 startIndex = 0;
262 startIndex = m_positivePrefix.length();
269 startIndex = m_negativePrefix.length();
274 startIndex = m_positivePrefix.length();
302 unsigned startIndex;
304 if (!detectSignAndGetDigitRange(input, isNegative, startIndex, endIndex))
311 for (unsigned i = startIndex; i < endIndex;) {
  /external/chromium_org/third_party/icu/source/common/unicode/
chariter.h 510 * (toward startIndex()), and returns that code unit. If there are
519 * (toward startIndex()), and returns that code point. If there are
547 inline int32_t startIndex(void) const;
696 CharacterIterator::startIndex(void) const {
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 310 * buffer at the offset indicated by startIndex. Until that time they may be
315 * @param startIndex returns the offset into buffer of the first index.
320 int* startIndex);
328 int* startIndex);
  /external/icu4c/common/unicode/
chariter.h 516 * (toward startIndex()), and returns that code unit. If there are
525 * (toward startIndex()), and returns that code point. If there are
553 inline int32_t startIndex(void) const;
702 CharacterIterator::startIndex(void) const {
  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 84 int startIndex = index;
104 return descriptor.substring(startIndex, index);
  /external/skia/src/gpu/
GrBufferAllocPool.h 310 * buffer at the offset indicated by startIndex. Until that time they may be
315 * @param startIndex returns the offset into buffer of the first index.
320 int* startIndex);
328 int* startIndex);
  /external/markdown/markdown/
treeprocessors.py 91 startIndex = 0
93 data, matched, startIndex = self.__applyPattern(
95 data, patternIndex, startIndex)
198 def __applyPattern(self, pattern, data, patternIndex, startIndex=0):
208 * startIndex: string index, from which we starting search
213 match = pattern.getCompiledRegExp().match(data[startIndex:])
214 leftData = data[:startIndex]
  /libcore/luni/src/main/java/java/util/
Arrays.java 179 * @param startIndex the inclusive start index.
184 * @throws IllegalArgumentException if {@code startIndex > endIndex}
185 * @throws ArrayIndexOutOfBoundsException if {@code startIndex < 0 || endIndex > array.length}
188 public static int binarySearch(byte[] array, int startIndex, int endIndex, byte value) {
189 checkBinarySearchBounds(startIndex, endIndex, array.length);
190 int lo = startIndex;
229 * @param startIndex the inclusive start index.
234 * @throws IllegalArgumentException if {@code startIndex > endIndex}
235 * @throws ArrayIndexOutOfBoundsException if {@code startIndex < 0 || endIndex > array.length}
238 public static int binarySearch(char[] array, int startIndex, int endIndex, char value)
    [all...]
Formatter.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java 469 * @param startIndex the array storing the index of the grey square where
475 private void runMultipleAreaTest(int[] startIndex, int[] endIndex, int[] weight) {
476 int numAreas = startIndex.length;
481 meteringAreas.add(makeArea(startIndex[i], endIndex[i], weight[i]));
483 startIndex[i], endIndex[i], weight[i]));
493 * @param startIndex the index of the grey square where the metering area
499 private void runSingleTest(int startIndex, int endIndex, int weight) {
503 Log.v(TAG, String.format("Single test for %d, %d, %d", startIndex, endIndex, weight));
504 meteringAreas.add(makeArea(startIndex, endIndex, weight));
541 * @param startIndex the index of the grey square where the metering are
    [all...]
  /external/proguard/src/proguard/retrace/
ReTrace.java 214 int startIndex = matcher.start(expressionTypeIndex + 1);
215 if (startIndex >= 0)
253 int startIndex = matcher.start(expressionTypeIndex + 1);
254 if (startIndex >= 0)
260 outLine.append(line.substring(lineIndex, startIndex));
518 int startIndex = 0;
521 int endIndex = obfuscatedArguments.indexOf(',', startIndex);
527 originalArguments.append(originalType(obfuscatedArguments.substring(startIndex, endIndex).trim())).append(',');
529 startIndex = endIndex + 1;
532 originalArguments.append(originalType(obfuscatedArguments.substring(startIndex).trim()))
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h 403 * If startIndex >= zero the match operation starts at the specified
407 * If startIndex == -1 the match must cover the input region, or the entire
412 * @param startIndex The input string (native) index at which to begin matching, or -1
420 int32_t startIndex,
429 int64_t startIndex,
437 * <p>If startIndex is >= 0 any input region that was set for this
449 * @param startIndex The input string (native) index at which to begin matching, or
457 int32_t startIndex,
466 int64_t startIndex,
471 * If startIndex is >= zero the search for a match begins at the specified index
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 430 * If startIndex >= zero the match operation starts at the specified
434 * If startIndex == -1 the match must cover the input region, or the entire
439 * @param startIndex The input string (native) index at which to begin matching, or -1
447 int32_t startIndex,
456 * If startIndex >= zero the match operation starts at the specified
460 * If startIndex == -1 the match must cover the input region, or the entire
465 * @param startIndex The input string (native) index at which to begin matching, or -1
473 int64_t startIndex,
481 * <p>If startIndex is >= 0 any input region that was set for this
493 * @param startIndex The input string (native) index at which to begin matching, o
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java 868 int startIndex = arraySize / 4;
876 Arrays.sort(reversedArray, startIndex, endIndex);
877 for (int counter = 0; counter < startIndex; counter++)
880 for (int counter = startIndex; counter < endIndex - 1; counter++)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 202 protected int enumerateMediaItems(ItemConsumer consumer, int startIndex) {
210 consumer.consume(startIndex + start + i, item);
220 ItemConsumer consumer, int startIndex) {
222 start += enumerateMediaItems(consumer, startIndex);
226 consumer, startIndex + start);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.h 180 int nextSelectableListIndex(int startIndex) const;
181 int previousSelectableListIndex(int startIndex) const;
184 int nextSelectableListIndexPageAway(int startIndex, SkipDirection) const;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 84 int startIndex = indexForVisiblePosition(startOfSelection, startScope);
93 ASSERT(startIndex >= 0);
94 ASSERT(startIndex <= endIndex);
95 if (startScope == endScope && startIndex >= 0 && startIndex <= endIndex) {
96 VisiblePosition start(visiblePositionForIndex(startIndex, startScope.get()));
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonToken.h 44 NSUInteger startIndex;
56 @property (assign, getter=getStart, setter=setStart:) NSUInteger startIndex;
ANTLRCommonTree.h 33 NSInteger startIndex;
40 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex) NSInteger startIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonToken.h 44 NSUInteger startIndex;
56 @property (assign, getter=getStart, setter=setStart:) NSUInteger startIndex;
ANTLRCommonTree.h 33 NSInteger startIndex;
40 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex) NSInteger startIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonToken.h 44 NSUInteger startIndex;
56 @property (assign, getter=getStart, setter=setStart:) NSUInteger startIndex;

Completed in 2719 milliseconds

1 23 4 5 6 7 8 91011>>