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

1 2 34 5 6 7 8 91011>>

  /external/icu4c/common/
uvector.cpp 289 int32_t UVector::indexOf(void* obj, int32_t startIndex) const {
292 return indexOf(key, startIndex, HINT_KEY_POINTER);
295 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const {
298 return indexOf(key, startIndex, HINT_KEY_INTEGER);
302 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const {
305 for (i=startIndex; i<count; ++i) {
311 for (i=startIndex; i<count; ++i) {
  /external/icu4c/i18n/
reldtfmt.cpp 202 int32_t startIndex = pos.getIndex();
213 text.compare(startIndex, fDates[n].len, fDates[n].string) == 0) {
224 pos.setErrorIndex(startIndex);
226 pos.setIndex(startIndex + fDates[n].len);
245 (relativeStringOffset = modifiedText.indexOf(fDates[n].string, fDates[n].len, startIndex)) >= startIndex) {
254 pos.setErrorIndex(startIndex);
  /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/guava/guava-tests/test/com/google/common/collect/
LinkedListMultimapTest.java 337 for (final int startIndex : new int[] {0, 3, 5}) {
345 ImmutableList.of(SUPPORTS_REMOVE), list, startIndex) {
353 return multimap.entries().listIterator(startIndex);
387 for (final int startIndex : new int[] {0, 3, 5}) {
390 Lists.newArrayList(2, 3, 4, 5, 6), startIndex) {
399 return multimap.values().listIterator(startIndex);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Geometry.java 82 protected int startIndex;
308 * @param startIndex the starting index of this geometry in the batched mesh
310 protected void batch(BatchNode node, int startIndex) {
312 this.startIndex = startIndex;
322 this.startIndex = 0;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 84 - (void) memoize:(id<ANTLRIntStream>)input RuleIndex:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex
86 [((Profiler)dbg) memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex [<grammar.composite.rootGrammar.recognizerName> ruleNames[ruleIndex]];
87 [super memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex];
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 220 * Returns the index of the last letter in the word, starting from position startIndex.
223 final int startIndex) {
226 for (end = startIndex + 1; end < len; end += Character.charCount(cp)) {
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_utils.h 163 const int startIndex = getStartIndexFromCoordinates(x, y, cellHeight, cellWidth, gridWidth);
164 if (startIndex >= 0) {
166 const int c = proximityCharsArray[startIndex + i];
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IToken.cs 64 int StartIndex {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IToken.cs 71 int StartIndex
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 112 public int StartIndex
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRuleStack.h 62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
ANTLRBaseRecognizer.h 168 - (NSInteger) getRuleMemoization:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex;
172 StartIndex:(NSInteger)ruleStartIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRuleStack.h 62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
ANTLRBaseRecognizer.h 168 - (NSInteger) getRuleMemoization:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex;
172 StartIndex:(NSInteger)ruleStartIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRuleStack.h 62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
ANTLRBaseRecognizer.h 168 - (NSInteger) getRuleMemoization:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex;
172 StartIndex:(NSInteger)ruleStartIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuleStack.h 62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
  /external/icu4c/test/intltest/
citrtest.cpp 184 if(test->startIndex() != 0){
185 errln("Failed: startIndex()");
210 if (test1d->startIndex() < 0)
211 errln("Construction failed: startIndex is negative");
214 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
307 if (test8a->startIndex() < 0)
308 errln("Construction failed: startIndex is negative");
311 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex())
396 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
397 errln("startIndex() or endIndex() failed")
    [all...]
  /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/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 155 index = addRange(source, index, iter->m_nameRange.m_start - token.startIndex(), "");
156 index = addRange(source, index, iter->m_nameRange.m_end - token.startIndex(), "webkit-html-attribute-name");
161 index = addRange(source, index, iter->m_valueRange.m_start - token.startIndex(), "");
164 index = addRange(source, index, iter->m_valueRange.m_end - token.startIndex(), "webkit-html-attribute-value", isLink, tagName == aTag);
  /frameworks/native/libs/utils/
Debug.cpp 238 const size_t startIndex = word+(alignment-(alignment?1:0));
241 const size_t startIndex = word;
253 const unsigned char val = *(pos+startIndex+(index*dir));
270 const unsigned char val = *(pos+startIndex+(index*dir));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 184 d.startIndex = startingLookaheadIndex;
192 int numHidden = GetNumberOfHiddenTokens(d.startIndex, lastTokenIndex);
193 int depth = lastTokenIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
221 int numHidden = GetNumberOfHiddenTokens(d.startIndex, thisRefIndex);
222 int depth = thisRefIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
226 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex);
252 d.decision.decision + " start index " + d.startIndex);
723 public int startIndex;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 197 d.startIndex = startingLookaheadIndex;
206 int numHidden = GetNumberOfHiddenTokens(d.startIndex, lastTokenIndex);
207 int depth = lastTokenIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
239 int numHidden = GetNumberOfHiddenTokens(d.startIndex, thisRefIndex);
240 int depth = thisRefIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
245 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex);
277 d.decision.decision + " start index " + d.startIndex);
787 public int startIndex;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 103 public int startIndex;
240 d.startIndex = startingLookaheadIndex;
248 int numHidden = getNumberOfHiddenTokens(d.startIndex, lastTokenIndex);
249 int depth = lastTokenIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
272 int numHidden = getNumberOfHiddenTokens(d.startIndex, thisRefIndex);
273 int depth = thisRefIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
276 d.decision.ruleName+"-"+d.decision.decision+" start index "+d.startIndex);
297 d.decision.decision+" start index "+d.startIndex);

Completed in 1810 milliseconds

1 2 34 5 6 7 8 91011>>