HomeSort by relevance Sort by last modified time
    Searched refs:startIndex (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /external/skia/gpu/src/
GrGpuGLFixed.cpp 246 int* startIndex,
262 bool indexed = NULL != startIndex;
278 *startIndex += extraIndexOffset;
GrGpuGL.h 96 uint32_t startIndex,
GrInOrderDrawBuffer.cpp 184 int startIndex,
197 draw.fStartIndex = startIndex;
235 size_t indexBytes = (indexCount + startIndex) * sizeof(uint16_t);
  /frameworks/opt/calendar/src/com/android/calendarcommon/
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/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;
normlzr.cpp 346 int32_t Normalizer::startIndex() const {
347 return text->startIndex();
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 184 } else if (VirtReg->beginIndex() < LiveUnion->startIndex()) {
186 IR.VirtRegI = VirtReg->find(LiveUnion->startIndex());
LiveIntervalUnion.h 80 SlotIndex startIndex() const { return Segments.start(); }
  /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());
  /libcore/xml/src/main/java/org/kxml2/kdom/
Node.java 186 startIndex).
188 public int indexOf(String name, int startIndex) {
189 return indexOf(getNamespace(), name, startIndex);
198 public int indexOf(String namespace, String name, int startIndex) {
202 for (int i = startIndex; i < len; i++) {
  /external/icu4c/i18n/unicode/
regex.h 770 * at the specified startIndex, and extending to the end of the input.
773 * @param startIndex The input string (native) index at which to begin matching.
778 virtual UBool matches(int64_t startIndex, UErrorCode &status);
    [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/webkit/Source/JavaScriptCore/runtime/
ArgList.h 237 void getSlice(int startIndex, ArgList& result) const;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 198 * @param startIndex Index where to start the search
202 String entryName, int entryKind, int startIndex) {
203 if (startIndex < 0) {
204 startIndex = 0;
206 for (int i = startIndex ; i < entries.length ; i++) {
    [all...]
  /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...]
  /frameworks/base/libs/hwui/
FontRenderer.h 187 bool renderText(SkPaint* paint, const Rect* clip, const char *text, uint32_t startIndex,
208 DropShadow renderDropShadow(SkPaint* paint, const char *text, uint32_t startIndex,
FontRenderer.cpp 713 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius) {
727 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds);
738 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
752 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, Rect* bounds) {
768 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 195 // startIndex).
197 int startIndex) {
211 group.add(new PathId(path, i + startIndex));
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
CookieManager.java 928 int startIndex = 0;
932 startIndex = nextIndex + 1
    [all...]
  /external/v8/src/
string.js 559 var startIndex = 0;
566 if (startIndex === length) {
571 var matchInfo = DoRegExpExec(separator, subject, startIndex);
579 if (startIndex === endIndex && endIndex === currentIndex) {
580 startIndex++;
608 startIndex = currentIndex = endIndex;

Completed in 1291 milliseconds

1 23 4 5 6