HomeSort by relevance Sort by last modified time
    Searched defs:startPos (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
c2_9pf_tab.cpp 52 This file contains the declaration for startPos[] used by the functions
89 extern const Word16 startPos[2*4*2] = {0, 2, 0, 3,
  /external/webkit/WebCore/platform/text/wince/
TextBoundariesWince.cpp 63 int startPos = (currentPosition < 0) ? 0 : ++currentPosition;
70 *start = startPos;
  /system/media/opensles/libopensles/
ISeek.c 52 SLmillisecond startPos, SLmillisecond endPos)
56 if (!(startPos < endPos)) {
62 if ((startPos != 0) && (endPos != SL_TIME_UNKNOWN)) {
77 this->mStartPos = startPos;
99 SLmillisecond startPos = this->mStartPos;
103 *pStartPos = startPos;
  /external/webkit/WebKit/chromium/src/
WebEntities.cpp 109 const UChar* startPos = value.characters();
110 const UChar* curPos = startPos;
117 if (curPos > startPos)
118 result.append(String(startPos, curPos - startPos));
122 startPos = ++curPos;
127 if (curPos > startPos)
128 result.append(String(startPos, curPos - startPos));
  /external/webkit/WebCore/rendering/
RenderSVGInlineText.cpp 90 // Now calculate startPos and endPos for painting selection.
92 int startPos, endPos;
95 startPos = 0;
98 selectionStartEnd(startPos, endPos);
102 startPos = 0;
105 if (startPos == endPos)
108 return computeRepaintRectForRange(repaintContainer, startPos, endPos);
111 IntRect RenderSVGInlineText::computeRepaintRectForRange(RenderBoxModelObject* repaintContainer, int startPos, int endPos)
113 FloatQuad repaintQuad = computeRepaintQuadForRange(repaintContainer, startPos, endPos);
117 FloatQuad RenderSVGInlineText::computeRepaintQuadForRange(RenderBoxModelObject* repaintContainer, int startPos, int endPos
    [all...]
SVGInlineTextBox.cpp 307 IntRect SVGInlineTextBox::selectionRect(int, int, int startPos, int endPos)
309 if (startPos >= endPos)
312 // TODO: Actually respect startPos/endPos - we're returning the _full_ selectionRect
487 int startPos, endPos;
488 selectionStartEnd(startPos, endPos);
490 if (startPos >= endPos)
505 if ((startPos > boxStartOffset && endPos > boxStartOffset + length) || boxStartOffset >= endPos)
511 if (startPos < boxStartOffset)
512 startPos = boxStartOffset;
514 ASSERT(startPos >= boxStartOffset)
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 68 int startPos = 0;
77 int endPos = (asciiCharsLen - startPos > addCount) ?
78 (startPos + addCount) : asciiCharsLen;
79 sb.append(sAsciiChars, startPos, endPos);
80 startPos = (endPos == asciiCharsLen) ? 0 : endPos;
111 int startPos = 0;
121 int endPos = (unicodeCharsLen - startPos > addCount) ?
122 (startPos + addCount) : unicodeCharsLen;
123 sb.append(sUnicodeChars, startPos, endPos);
124 startPos = (endPos == unicodeCharsLen) ? 0 : endPos
    [all...]
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.cpp 288 CFIndex startPos = 0;
294 CFRange range = CFRangeMake(startPos, charactersLeft);
304 unsigned badChar = CFStringGetCharacterAtIndex(cfs.get(), startPos + charactersConverted);
307 UniChar low = CFStringGetCharacterAtIndex(cfs.get(), startPos + charactersConverted);
322 startPos += charactersConverted;
  /external/webkit/WebCore/plugins/win/
PluginDatabaseWin.cpp 175 unsigned startPos = 0;
178 while (startPos < versionString.length()) {
179 for (endPos = startPos; endPos < versionString.length(); ++endPos)
183 int versionComponent = versionString.substring(startPos, endPos - startPos).toInt();
186 startPos = endPos + 1;
  /external/webkit/WebCore/xml/
XPathParser.cpp 195 int startPos = m_nextPos + 1;
197 for (m_nextPos = startPos; m_nextPos < m_data.length(); ++m_nextPos) {
199 String value = m_data.substring(startPos, m_nextPos - startPos);
213 int startPos = m_nextPos;
229 return Token(NUMBER, m_data.substring(startPos, m_nextPos - startPos));
234 int startPos = m_nextPos;
246 name = m_data.substring(startPos, m_nextPos - startPos);
    [all...]
XPathFunctions.cpp 339 size_t startPos = 0;
342 while (startPos < length && isWhitespace(idList[startPos]))
343 ++startPos;
345 if (startPos == length)
348 size_t endPos = startPos;
354 Node* node = contextDocument->getElementById(String(&idList[startPos], endPos - startPos));
358 startPos = endPos;
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 65 int startPos = data.readInt();
66 CursorWindow window = getWindow(startPos);
206 public CursorWindow getWindow(int startPos) throws RemoteException
213 data.writeInt(startPos);
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeSetTest.java 258 final int startPos = objArray.length / 4;
260 SortedSet aSubSet = ts.subSet(objArray[startPos], objArray[endPos]);
262 aSubSet.size() == (endPos - startPos));
263 for (int counter = startPos; counter < endPos; counter++)
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 106 int startPos = 0;
112 startPos = m.start();
122 snippetString = mFullText.substring(startPos, startPos + searchStringLength);
137 int newstart = Math.max(0, startPos - offset);
138 int newend = Math.min(bodyLength, startPos + searchStringLength + offset);
  /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/webkit/WebCore/platform/text/
String.cpp 614 int startPos = 0;
616 while ((endPos = find(separator, startPos)) != -1) {
617 if (allowEmptyEntries || startPos != endPos)
618 result.append(substring(startPos, endPos - startPos));
619 startPos = endPos + separator.length();
621 if (allowEmptyEntries || startPos != static_cast<int>(length()))
622 result.append(substring(startPos));
634 int startPos = 0;
636 while ((endPos = find(separator, startPos)) != -1)
    [all...]
  /external/chromium/third_party/icu/source/common/
rbbi.cpp 530 int32_t startPos = current();
533 result = checkDictionary(startPos, result, FALSE);
544 int32_t startPos;
566 if (fText == NULL || (startPos = current()) == 0) {
575 result = checkDictionary(result, startPos, TRUE);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 375 int32_t startPos = fMatchEnd;
376 if (startPos==0) {
377 startPos = fActiveStart;
387 if (startPos >= fActiveLimit) {
392 startPos = fInput->moveIndex32(startPos, 1);
410 if (startPos > testLen) {
418 U_ASSERT(startPos >= 0);
425 MatchAt(startPos, FALSE, fDeferredStatus);
432 if (startPos >= testLen)
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ustrtest.cpp 716 int32_t startPos = 0;
718 startPos != -1 && startPos < test1.length();
719 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
724 for ( occurrences = 0, startPos = 10;
725 startPos != -1 && startPos < test1.length();
726 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0
    [all...]
  /external/icu4c/common/
rbbi.cpp 532 int32_t startPos = current();
535 result = checkDictionary(startPos, result, FALSE);
546 int32_t startPos;
568 if (fText == NULL || (startPos = current()) == 0) {
577 result = checkDictionary(result, startPos, TRUE);
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 808 int startPos = 0;
810 while ((endPos = headers.find('\n', startPos)) != -1) {
811 ASSERT(startPos != endPos);
813 parseHeader(headers.characters() + startPos, endPos - startPos, response);
815 startPos = endPos + 1;
818 if (startPos != static_cast<int>(headers.length()))
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
URI.java 412 int startPos = index;
431 if (index > startPos)
433 initializeAuthority(uriSpec.substring(startPos, index));
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
URI.java 432 int startPos = index;
451 if (index > startPos)
453 initializeAuthority(uriSpec.substring(startPos, index));
    [all...]

Completed in 1470 milliseconds

1 2