HomeSort by relevance Sort by last modified time
    Searched full:startpos (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/icu4c/common/
rbbi.cpp 534 int32_t startPos = current();
537 result = checkDictionary(startPos, result, FALSE);
548 int32_t startPos;
570 if (fText == NULL || (startPos = current()) == 0) {
579 result = checkDictionary(result, startPos, TRUE);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 380 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos,
384 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
387 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos,
390 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
  /external/icu4c/i18n/
dtptngen_impl.h 160 virtual TokenStatus setTokens(const UnicodeString& pattern, int32_t startPos, int32_t *len);
dtptngen.cpp     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
TextUtilities.java 341 * @param startPos the start position in the HTML text where the tag starts
344 /*package*/ static int findTagEnd(String htmlText, String tag, int startPos) {
350 for (int i = startPos; i < length; i++) {
361 return htmlText.indexOf("/" + tag, startPos);
    [all...]
  /packages/inputmethods/LatinIME/native/src/
binary_format.h 329 const int startPos = pos;
332 if (address == startPos) {
376 lastCandidateGroupPos = startPos;
427 if (hasChildren) lastCandidateGroupPos = startPos;
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp     [all...]
  /external/icu4c/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);
  /frameworks/base/core/java/android/widget/
GridView.java 296 private View makeRow(int startPos, int y, boolean flow) {
305 last = Math.min(startPos + mNumColumns, mItemCount);
307 last = startPos + 1;
308 startPos = Math.max(0, startPos - mNumColumns + 1);
310 if (last - startPos < mNumColumns) {
311 nextLeft += (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
322 for (int pos = startPos; pos < last; pos++) {
327 final int where = flow ? -1 : pos - startPos;
    [all...]
ListView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 743 final int startPos = Math.max(0, mCurItem - pageLimit);
747 if (DEBUG) Log.v(TAG, "populating: startPos=" + startPos + " endPos=" + endPos);
753 if ((ii.position < startPos || ii.position > endPos) && !ii.scrolling) {
758 } else if (lastPos < endPos && ii.position > startPos) {
763 if (lastPos < startPos) {
764 lastPos = startPos;
780 lastPos = lastPos > startPos ? lastPos : startPos;
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 555 virtual void HandleInvalidPosition(const char *startPos, unsigned posLen,
558 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {}
  /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,
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 292 endPos > startPos && endPos%mbsInOneRow > startPos%mbsInOneRow*/
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 177 VisiblePosition startPos;
190 startPos = visiblePos1;
193 startPos = visiblePos2;
197 return VisiblePositionRange(startPos, endPos);
    [all...]
  /external/icu4c/samples/ugrep/
ugrep.cpp 374 void nextLine(int startPos) {
375 if (startPos == 0) {
380 lineStart = lineEnd = startPos;
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 465 int startPos = cursor.getPosition();
471 cursor.moveToPosition(startPos);
486 int startPos = cursor.getPosition();
492 cursor.moveToPosition(startPos);
    [all...]
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 318 unsigned startpos = ARFile.tellp(); local
340 assert(endpos - startpos == symTabSize && "Invalid symTabSize computation");
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 124 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos + pState->loopLocation))) != EAS_SUCCESS)
129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
eas_pcm.c 301 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, pState->startPos)) != EAS_SUCCESS)
361 pState->startPos = filePos;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 124 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos + pState->loopLocation))) != EAS_SUCCESS)
129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
eas_pcm.c 301 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, pState->startPos)) != EAS_SUCCESS)
361 pState->startPos = filePos;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 124 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos + pState->loopLocation))) != EAS_SUCCESS)
129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }

Completed in 3698 milliseconds

1 23 4 5 6 7