HomeSort by relevance Sort by last modified time
    Searched refs:startIndex (Results 101 - 125 of 234) sorted by null

1 2 3 45 6 7 8 910

  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 546 int startIndex = -1;
571 startIndex = state.index;
575 if ((parameter == null) || (startIndex == -1)) {
579 parameter.name = text.substring(startIndex + 1, equalIndex);
  /external/icu4c/test/intltest/
citrtest.cpp 183 if(test->startIndex() != 0){
184 errln("Failed: startIndex()");
209 if (test1d->startIndex() < 0)
210 errln("Construction failed: startIndex is negative");
213 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
306 if (test8a->startIndex() < 0)
307 errln("Construction failed: startIndex is negative");
310 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex())
395 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
396 errln("startIndex() or endIndex() failed")
    [all...]
  /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) {
uvectr32.h 110 int32_t indexOf(int32_t elem, int32_t startIndex = 0) const;
  /external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 239 * @param startIndex
243 private int findFirstKey(int startIndex, int key) {
246 final int actualIndex = (startIndex + x) % mTextureHash.length;
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 123 static jint Matcher_findImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jint startIndex, jintArray offsets) {
125 UBool result = matcher->find(startIndex, matcher.status());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 189 * Returns the index of the last letter in the word, starting from position startIndex.
191 private static int getWordEndPosition(String string, int len, int startIndex) {
194 for (end = startIndex + 1; end < len; end += Character.charCount(cp)) {
  /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/icu4c/i18n/unicode/
regex.h 766 * at the specified startIndex, and extending to the end of the input.
769 * @param startIndex The input string (native) index at which to begin matching.
    [all...]
  /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/icu4c/common/unicode/
normlzr.h 461 * This is equivalent to setIndexOnly(startIndex()) followed by next().
501 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change
524 * This is equivalent to setIndexOnly(startIndex)).
553 int32_t startIndex(void) const;
  /external/skia/src/gpu/gl/
GrGpuGL.h 137 uint32_t startIndex,
  /external/webkit/Source/JavaScriptCore/runtime/
ArgList.h 237 void getSlice(int startIndex, ArgList& result) const;
  /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);
CompositeEditCommand.cpp 305 unsigned startIndex = TextIterator::rangeLength(startRange.get());
322 RefPtr<Range> selectedRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, length);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 218 // startIndex).
220 int startIndex) {
234 group.add(new PathId(path, i + startIndex));
  /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...]
  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.cpp 109 const int startIndex = static_cast<int>(codesDest - codesBuffer);
112 xCoordinatesBuffer[startIndex + i] = xcoordinates[codesBufferSize - codesRemain + i];
113 yCoordinatesBuffer[startIndex + i] = ycoordinates[codesBufferSize - codesRemain + i];
159 memcpy(&xCoordinatesBuffer[startIndex], &xcoordinates[codesBufferSize - codesRemain],
161 memcpy(&yCoordinatesBuffer[startIndex], &ycoordinates[codesBufferSize - codesRemain],
166 startIndex + codesRemain, bigramMap, bigramFilter, useFullEditDistance, correction,
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 706 int startIndex, int vertexCount,
728 int maxIndex = startIndex + indexCount;
774 int startIndex, int vertexCount,
777 this->checkDraw(type, startVertex, startIndex,
779 this->onDrawIndexed(type, startVertex, startIndex,
    [all...]
GrInOrderDrawBuffer.cpp 190 int startIndex,
205 draw.fStartIndex = startIndex;
245 size_t indexBytes = (indexCount + startIndex) * sizeof(uint16_t);
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractListMultimapTest.java 410 for (final int startIndex : new int[] {0, 3, 5}) {
412 Lists.newArrayList(2, 3, 4, 7, 8), startIndex) {
421 return multimap.get("foo").listIterator(startIndex);
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]

Completed in 793 milliseconds

1 2 3 45 6 7 8 910