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

1 2 34 5 6 7

  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java 459 int endIndex = str.indexOf("/");
460 if (endIndex > 0) {
461 str = str.substring(0, endIndex);
541 int endIndex = str.indexOf("/");
542 if (endIndex > 0) {
543 str = str.substring(0, endIndex);
    [all...]
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 221 * {@code endIndex} members will be updated with the position of the first
254 * {@code endIndex} members will be updated with the position of the first
278 * a format field, then its {@code beginIndex} and {@code endIndex} members
DateFormat.java 270 * a format field, then its {@code beginIndex} and {@code endIndex} members
315 * a format field, then its {@code beginIndex} and {@code endIndex} members
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 179 (*subString) (struct ANTLR3_STRING_struct * string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex);
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 108 unsigned EndIndex;
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 809 SlotIndex EndIndex = Indexes->getMBBEndIdx(NMBB);
827 LI.addRange(LiveRange(StartIndex, EndIndex, VNI));
846 LI.addRange(LiveRange(StartIndex, EndIndex, VNI));
848 LI.removeRange(StartIndex, EndIndex);
    [all...]
PostRASchedulerList.cpp 372 EndIndex, DbgValues);
402 AntiDepBreak->Observe(MI, Count, EndIndex);
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 219 void applyDeclarations(bool important, int startIndex, int endIndex);
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp     [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLToken.h 79 int endIndex() const { return m_range.m_end; }
XSSFilter.cpp 275 int end = token.endIndex() - token.startIndex();
  /external/webkit/Source/WebCore/inspector/front-end/
TimelinePanel.js 558 var endIndex = Math.min(recordsInWindow.length, Math.ceil(visibleBottom / rowHeight));
565 this._bottomGapElement.style.height = (recordsInWindow.length - endIndex) * rowHeight + "px";
576 for (var i = 0; i < endIndex; ++i) {
582 if (lastChildIndex >= startIndex && lastChildIndex < endIndex) {
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 454 int endIndex = temp.indexOf(']');
458 if (index != -1 && endIndex < index) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /libcore/luni/src/main/java/java/lang/
StringBuffer.java 360 public synchronized int codePointCount(int beginIndex, int endIndex) {
361 return super.codePointCount(beginIndex, endIndex);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 380 final int endIndex = cursor.getColumnIndex(Instances.END);
404 final long endTime = cursor.getLong(endIndex);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java     [all...]
  /external/icu4c/i18n/
coleitr.cpp 334 if ( sourceText.endIndex() != 0 )
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 118 assertTrue("Incorrect endIndex of filed position",
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 427 * item in a bucket as needed. The individual IndexBUckets have a startIndex and endIndex
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list.js 788 var endIndex = this.getIndexForListOffset_(endOffset);
789 return endIndex - startIndex + 1;
  /external/icu4c/common/
uiter.cpp 369 return ((CharacterIterator *)(iter->context))->endIndex();
450 } else if((int32_t)state<((CharacterIterator *)(iter->context))->startIndex() || ((CharacterIterator *)(iter->context))->endIndex()<(int32_t)state) {
  /external/icu4c/test/cintltst/
cnmdptst.c 733 if (pos.beginIndex != 0 && pos.endIndex != 12) {
734 log_err("Fail: Formatting \"#,##,###\" pattern pos = (%d, %d) expected pos = (0, 12)\n", pos.beginIndex, pos.endIndex);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 670 int endIndex = Math.min(endRow * mColumns, mCount);
675 for (int i = startIndex; i < endIndex; i++) {
    [all...]

Completed in 1495 milliseconds

1 2 34 5 6 7