HomeSort by relevance Sort by last modified time
    Searched full:startindex (Results 176 - 200 of 587) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
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++) {
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
test-picker.html 305 * Updates all subtest menus starting at 'startIndex'.
307 updateSubtestMenus: function(startIndex) {
308 var subtestDict = this.getSubtestAtIndex(startIndex);
311 for (var i = startIndex; i < this.selectionModels.length; i++) {
  /external/libxml2/os400/libxmlrpg/
xpointer.rpgle 57 d startindex 10i 0 value
  /external/mesa3d/src/gallium/state_trackers/vega/
path.h 90 VGint startIndex,
  /external/skia/src/pathops/
SkPathOpsQuad.h 75 bool isLinear(int startIndex, int endIndex) const;
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 43 const char *type, bool encoder, size_t startIndex = 0) const;
  /frameworks/base/tools/aapt2/
StringPool.cpp 298 const size_t startIndex = out->size();
316 header->stringsStart = beforeStringsIndex - startIndex;
360 header->stylesStart = beforeStylesIndex - startIndex;
395 header->header.size = out->size() - startIndex;
  /frameworks/support/v4/api21/android/support/v4/app/
FragmentTransitionCompat21.java 285 final int startIndex = views.size();
286 if (containedBeforeIndex(views, startView, startIndex)) {
290 for (int index = startIndex; index < views.size(); index++) {
297 if (!containedBeforeIndex(views, child, startIndex)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java 220 int startIndex = sb.length();
225 startIndex, sb.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
228 startIndex = sb.length();
230 sb.setSpan(span, startIndex, sb.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
  /development/tools/idegen/src/com/android/idegen/
MakeFileParser.java 201 private int findClosingParen(String value, int startIndex) {
203 for (int i = startIndex; i < value.length(); i++) {
  /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/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
FractionFormat.java 239 final int startIndex = pos.getIndex();
254 pos.setErrorIndex(startIndex);
ProperBigFractionFormat.java 177 final int startIndex = pos.getIndex();
192 pos.setErrorIndex(startIndex);
ProperFractionFormat.java 177 int startIndex = pos.getIndex();
192 pos.setErrorIndex(startIndex);
  /external/icu/icu4c/source/common/
uvectr32.cpp 187 int32_t UVector32::indexOf(int32_t key, int32_t startIndex) const {
189 for (i=startIndex; i<count; ++i) {
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 112 int startIndex =
136 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++)
  /frameworks/base/libs/hwui/
PathParser.cpp 31 static size_t nextStart(const char* s, size_t length, size_t startIndex) {
32 size_t index = startIndex;
  /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/js/
regexp.js 320 var startIndex = 0;
326 if (startIndex === length) {
331 var matchInfo = DoRegExpExec(separator, subject, startIndex);
339 if (startIndex === endIndex && endIndex === currentIndex) {
340 startIndex++;
360 startIndex = currentIndex = endIndex;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 287 CharSequence left, CharSequence right, int startIndex) {
296 int leftIndex = startIndex, rightIndex = startIndex;
399 leftIndex = rightIndex = startIndex;
483 leftIndex = rightIndex = startIndex;
546 leftIndex = rightIndex = startIndex;
612 leftIndex = rightIndex = startIndex;
    [all...]

Completed in 1292 milliseconds

1 2 3 4 5 6 78 91011>>