HomeSort by relevance Sort by last modified time
    Searched full:startindex (Results 126 - 150 of 289) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRuleStack.m 126 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex
ANTLRStringStream.h 99 - (NSString *) substring:(NSInteger)startIndex To:(NSInteger)stopIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTokenStream.h 90 - (NSString *) toStringFromStart:(NSInteger)startIndex ToEnd:(NSInteger)stopIndex;
ANTLRRuleStack.m 131 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex
ANTLRStringStream.h 86 - (NSString *) substring:(NSInteger)startIndex To:(NSInteger)stopIndex;
ANTLRCommonToken.h 44 NSInteger startIndex;
125 @property (assign, getter=getStart, setter=setStart:) NSInteger startIndex;
ANTLRCommonTokenStream.m 244 unsigned int startIndex = aRange.location;
254 for (i = startIndex; i<=stopIndex; i++) {
ANTLRStringStream.m 317 - (NSString *) substring:(NSInteger)startIndex To:(NSInteger)stopIndex
319 NSRange theRange = NSMakeRange(startIndex, stopIndex-startIndex);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 82 static pANTLR3_STRING subString8 (pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex);
83 static pANTLR3_STRING subStringUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex);
    [all...]
  /external/icu4c/common/
uvectr32.cpp 187 int32_t UVector32::indexOf(int32_t key, int32_t startIndex) const {
189 for (i=startIndex; i<count; ++i) {
uvector.h 149 int32_t indexOf(void* obj, int32_t startIndex = 0) const;
151 int32_t indexOf(int32_t obj, int32_t startIndex = 0) const;
266 int32_t indexOf(UElement key, int32_t startIndex = 0, int8_t hint = 0) const;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
ANTLRCommonTreeTest.m 78 STAssertEquals(newTree.startIndex, tree.startIndex, @"Token start index did not match %d:%d", newTree.startIndex, tree.startIndex);
98 STAssertEquals(newTree.startIndex, tree.startIndex, @"Token start index did not match");
  /external/v8/src/
string.js 629 var startIndex = 0;
636 if (startIndex === length) {
641 var matchInfo = DoRegExpExec(separator, subject, startIndex);
649 if (startIndex === endIndex && endIndex === currentIndex) {
650 startIndex++;
678 startIndex = currentIndex = endIndex;
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 666 int startIndex = 1;
674 startIndex = 2;
678 for (int i = startIndex; i <= mTypedTimes.size(); i++) {
680 if (i == startIndex) {
682 } else if (i == startIndex+1) {
687 } else if (i == startIndex+2) {
689 } else if (i == startIndex+3) {
    [all...]
  /external/aac/libSBRenc/src/
invf_est.cpp 194 INT startIndex, /*!< Start index. */
210 invIndex = GetInvInt(stopIndex-startIndex);
221 for(j=startIndex; j<stopIndex; j++) {
424 INT startIndex, /*!< Start index. */
446 startIndex,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 101 private final int startIndex;
203 for (int i = 0; i < startIndex; i++) {
325 Iterable<E> expectedElements, KnownOrder knownOrder, int startIndex) {
336 this.startIndex = startIndex;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 157 doTransformsTangents(posBuf, normBuf, tanBuf, bg.startIndex, bg.startIndex + bg.getVertexCount(), bg.cachedOffsetMat);
160 doTransforms(posBuf, normBuf, bg.startIndex, bg.startIndex + bg.getVertexCount(), bg.cachedOffsetMat);
652 return batchedGeometry.startIndex;
  /external/skia/src/gpu/
GrDrawTarget.cpp 343 int startIndex, int vertexCount,
365 int maxIndex = startIndex + indexCount;
403 int startIndex,
407 if (indexCount > 0 && this->checkDraw(type, startVertex, startIndex, vertexCount, indexCount)) {
411 info.fStartIndex = startIndex;
  /external/webkit/Source/WebCore/html/parser/
XSSFilter.cpp 275 int end = token.endIndex() - token.startIndex();
446 int start = attribute.m_nameRange.m_start - token.startIndex();
448 int end = attribute.m_valueRange.m_end - token.startIndex();
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.cpp 371 int startIndex = familyIndex;
373 for (int i = 0; startFamily && i < startIndex; i++)
398 if (!result && startIndex == 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 480 int startIndex = endIndex;
481 while (startIndex >= 0
482 && aString.charAt(startIndex) != '('
483 && aString.charAt(startIndex) != ',') {
484 startIndex--;
487 String count = aString.substring(startIndex + 1, endIndex).trim();
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 421 string text = input.Substring( t.StartIndex, t.StopIndex - t.StartIndex + 1 );
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octnode.java 180 int startIndex = globalGeomList.size();
183 fastNode.setOffset(startIndex);
  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 82 int startIndex = indexForVisiblePosition(startOfSelection);
89 RefPtr<Range> startRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, 0, true);
  /external/icu4c/i18n/
uregex.cpp 510 int32_t startIndex,
512 return uregex_matches64( regexp2, (int64_t)startIndex, status);
517 int64_t startIndex,
524 if (startIndex == -1) {
527 result = regexp->fMatcher->matches(startIndex, *status);
540 int32_t startIndex,
542 return uregex_lookingAt64( regexp2, (int64_t)startIndex, status);
547 int64_t startIndex,
554 if (startIndex == -1) {
557 result = regexp->fMatcher->lookingAt(startIndex, *status)
    [all...]

Completed in 936 milliseconds

1 2 3 4 56 7 8 91011>>