HomeSort by relevance Sort by last modified time
    Searched full:startindex (Results 101 - 125 of 504) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTree.h 33 NSInteger startIndex;
40 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex) NSInteger startIndex;
ANTLRHashRule.m 187 if ( [aRule.startIndex integerValue] == aStartIndex ) {
210 aMatchIndex = [aRule.startIndex integerValue];
220 aMatchIndex = [((ANTLRRuleMemo *)aRule.fNext).startIndex integerValue];
  /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;
ANTLRCommonTree.h 33 NSInteger startIndex;
40 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex) NSInteger startIndex;
ANTLRHashRule.m 187 if ( [aRule.startIndex integerValue] == aStartIndex ) {
210 aMatchIndex = [aRule.startIndex integerValue];
220 aMatchIndex = [((ANTLRRuleMemo *)aRule.fNext).startIndex integerValue];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/token/
ANTLRCommonTokenTest.m 79 STAssertEquals(newToken.startIndex, token.startIndex, @"Token start positions do not match");
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXInlineTextBox.cpp 114 words[i] = PlainTextRange(wordBoundaries[i].startIndex, wordBoundaries[i].endIndex - wordBoundaries[i].startIndex);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.h 74 bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
82 PassOwnPtr<Vector<String> > createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size);
  /external/chromium_org/third_party/skia/experimental/Intersection/
CurveIntersection.h 68 bool isLinear(const Quadratic& quad, int startIndex, int endIndex);
69 bool isLinear(const Cubic& cubic, int startIndex, int endIndex);
SimplifyFindNext_Test.cpp 21 int contourWinding, int spanWinding, int startIndex, int endIndex,
35 int nextStart = startIndex;
  /external/icu/icu4c/source/i18n/
uitercollationiterator.h 64 FCDUIterCollationIterator(const CollationData *data, UBool numeric, UCharIterator &ui, int32_t startIndex)
66 state(ITER_CHECK_FWD), start(startIndex),
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 18 UInt32 ref2Offset, UInt32 startIndex,
25 _startIndex = startIndex;
  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 84 int startIndex = index;
104 return descriptor.substring(startIndex, index);
  /external/skia/experimental/Intersection/
CurveIntersection.h 68 bool isLinear(const Quadratic& quad, int startIndex, int endIndex);
69 bool isLinear(const Cubic& cubic, int startIndex, int endIndex);
SimplifyFindNext_Test.cpp 21 int contourWinding, int spanWinding, int startIndex, int endIndex,
35 int nextStart = startIndex;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbum.java 98 protected int enumerateMediaItems(ItemConsumer consumer, int startIndex) {
99 mDataManager.mapMediaItems(mPaths, consumer, startIndex);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_text_handler.js 53 startIndex: start,
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base.js 152 var startIndex = jsonp.indexOf('(') + 1;
154 if (startIndex == 0 || endIndex == -1)
156 return JSON.parse(jsonp.substr(startIndex, endIndex - startIndex));
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpointer.h 55 int startindex,
  /external/libxml2/include/libxml/
xpointer.h 55 int startindex,
  /frameworks/av/include/media/
IMediaCodecList.h 37 const char *type, bool encoder, size_t startIndex = 0) const = 0;
  /frameworks/native/libs/binder/
Debug.cpp 224 const size_t startIndex = word+(alignment-(alignment?1:0));
227 const size_t startIndex = word;
239 const unsigned char val = *(pos+startIndex+(index*dir));
256 const unsigned char val = *(pos+startIndex+(index*dir));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 103 private boolean fitInWidth(final int startIndex, final int endIndex, final int width) {
104 for (int index = startIndex; index < endIndex; index++) {
111 private int calcurateMaxRowWidth(final int startIndex, final int endIndex) {
113 int index = startIndex;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 119 const int startIndex = ProximityInfoUtils::getStartIndexFromCoordinates(x, y,
122 AKLOGI("hasSpaceProximity: index %d, %d, %d", startIndex, x, y);
127 AKLOGI("Index: %d", mProximityCharsArray[startIndex + i]);
129 if (proximityCharsArray[startIndex + i] == KEYCODE_SPACE) {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.m 187 if ( [aRule.startIndex integerValue] == aStartIndex ) {
210 aMatchIndex = [aRule.startIndex integerValue];
220 aMatchIndex = [((ANTLRRuleMemo *)aRule.fNext).startIndex integerValue];

Completed in 349 milliseconds

1 2 3 45 6 7 8 91011>>