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

1 23 4 5 6 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 143 bool InlineTextBox::isSelected(int startPos, int endPos) const
145 int sPos = max(startPos - m_start, 0);
156 int startPos, endPos;
157 renderer().selectionStartEnd(startPos, endPos);
164 bool start = (state != RenderObject::SelectionEnd && startPos >= m_start && startPos <= m_start + m_len + endOfLineAdjustmentForCSSLineBreak);
172 else if ((state == RenderObject::SelectionEnd || startPos < m_start) &&
198 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos)
200 int sPos = max(startPos - m_start, 0);
    [all...]
RenderText.cpp 389 static IntRect ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos)
400 int ellipsisStartPosition = max<int>(startPos - box->start(), 0);
    [all...]
RenderView.h 87 void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode = RepaintNewXOROld);
93 void selectionStartEnd(int& startPos, int& endPos) const;
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 188 int startPos, endPos;
191 startPos = 0;
195 textRenderer->selectionStartEnd(startPos, endPos);
199 textRenderer->selectionStartEnd(startPos, endPos);
200 startPos = 0;
203 textRenderer->selectionStartEnd(startPos, endPos);
210 textRenderer->absoluteQuadsForRange(quads, startPos, endPos);
  /external/icu/icu4c/source/i18n/
rbnf.cpp 1068 int32_t startPos = toAppendTo.length();
1070 adjustForCapitalizationContext(startPos, toAppendTo);
1082 int32_t startPos = toAppendTo.length();
1084 adjustForCapitalizationContext(startPos, toAppendTo);
1095 int32_t startPos = toAppendTo.length();
1105 return adjustForCapitalizationContext(startPos, toAppendTo);
1124 int32_t startPos = toAppendTo.length();
1126 adjustForCapitalizationContext(startPos, toAppendTo);
    [all...]
nfrule.h 84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.cc 703 char* startPos = strstr((char*) devicePath, "\\\\?\\");
704 if (!startPos)
711 startPos += 4;
713 char* pos = strchr(startPos, '&');
723 uint32_t bytesToCopy = (uint32_t)(pos - startPos);
728 (char*) startPos, bytesToCopy);
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 92 UInt64 startPos,
120 lockedStreamImpSpec->Init(&lockedInStream, startPos);
121 startPos += packSizes[j];
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
SettingsDialog.java 76 int startPos = intent.getIntExtra(EXTRA_START_POS, -1);
78 Log.d(TAG, "startPos=" + startPos);
127 mPanelList.setSelectedPosition(startPos);
  /external/chromium_org/third_party/icu/source/common/unicode/
rbbi.h 677 * breaking. Covering at least the range from startPos to endPos,
681 * the range startPos to endPos.
683 * if goind in reverse, startPos is the normal Unicode break result
684 * @param startPos The start position of a range of text
689 int32_t checkDictionary(int32_t startPos, int32_t endPos, UBool reverse);
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.h 84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
  /external/icu/icu4c/source/common/
dictbe.h 85 * @param startPos The start of the run within the supplied text.
94 int32_t startPos,
brkeng.cpp 79 int32_t startPos,
87 while((int32_t)utext_getNativeIndex(text) > startPos && fHandled[breakType]->contains(c)) {
  /external/icu/icu4c/source/common/unicode/
rbbi.h 736 * breaking. Covering at least the range from startPos to endPos,
740 * the range startPos to endPos.
742 * if goind in reverse, startPos is the normal Unicode break result
743 * @param startPos The start position of a range of text
748 int32_t checkDictionary(int32_t startPos, int32_t endPos, UBool reverse);
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 82 EAS_I32 startPos; /* start of PCM stream */
85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 82 EAS_I32 startPos; /* start of PCM stream */
85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 82 EAS_I32 startPos; /* start of PCM stream */
85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.cpp 255 MarkerList::iterator startPos = std::lower_bound(list->begin(), list->end(), startOffset, doesNotInclude);
256 for (MarkerList::iterator i = startPos; i != list->end(); ++i) {
306 MarkerList::iterator startPos = std::upper_bound(list->begin(), list->end(), startOffset, endsBefore);
307 for (MarkerList::iterator i = startPos; i != list->end(); ) {
617 MarkerList::iterator startPos = std::lower_bound(list->begin(), list->end(), startOffset, startsAfter);
618 for (MarkerList::iterator marker = startPos; marker != list->end(); ++marker) {
661 MarkerList::iterator startPos = std::upper_bound(list->begin(), list->end(), startOffset, endsBefore);
662 for (MarkerList::iterator marker = startPos; marker != list->end(); ++marker) {
  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 76 int32_t startPos,
84 while((int32_t)utext_getNativeIndex(text) > startPos && fHandled[breakType]->contains(c)) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js 110 var startPos = DragSelector.getScrolledPosition(list, event);
111 if (!startPos)
113 this.startX_ = startPos.x;
114 this.startY_ = startPos.y;
  /external/pdfium/core/src/fpdftext/
text_int.h 144 virtual FX_BOOL FindFirst(CFX_WideString findwhat, int flags, int startPos = 0);
153 FX_BOOL IsMatchWholeWord(CFX_WideString csPageText, int startPos, int endPos);
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 63 int startPos = data.readInt();
64 CursorWindow window = getWindow(startPos);
  /external/chromium_org/third_party/lzma_sdk/
7zDec.c 336 ILookInStream *inStream, UInt64 startPos,
387 RINOK(LookInStream_SeekTo(inStream, startPos + offset));
419 RINOK(LookInStream_SeekTo(inStream, startPos + offset));
460 ILookInStream *inStream, UInt64 startPos,
465 SRes res = SzFolder_Decode2(folder, packSizes, inStream, startPos,

Completed in 1101 milliseconds

1 23 4 5 6 7 8 91011>>