Searched refs:startPos (Results 51 - 75 of 75) sorted by relevance

123

/external/webkit/Source/WebCore/editing/
H A DSelectionController.cpp1610 Position startPos = selection.start(); local
1611 Position candidate = startPos.downstream();
1613 startPos = candidate;
1621 if (startPos.isNotNull() && endPos.isNotNull() && selection.visibleStart() != selection.visibleEnd()) {
1622 RenderObject* startRenderer = startPos.deprecatedNode()->renderer();
1624 view->setSelection(startRenderer, startPos.deprecatedEditingOffset(), endRenderer, endPos.deprecatedEditingOffset());
H A DTextIterator.cpp907 // The startPos.isNotNull() check is needed because the start could be before the body,
911 VisiblePosition startPos = VisiblePosition(Position(m_startContainer, m_startOffset, Position::PositionIsOffsetInAnchor), DOWNSTREAM);
913 return startPos.isNotNull() && currPos.isNotNull() && !inSameLine(startPos, currPos);
/external/icu4c/i18n/
H A Ddtptngen_impl.h160 virtual TokenStatus setTokens(const UnicodeString& pattern, int32_t startPos, int32_t *len);
H A Dnfrule.cpp974 * @param startPos The position in "text" where we should start looking
999 int32_t startPos,
1023 int32_t dPos = findText(text, delimiter, startPos, &dLen);
998 matchToDelimiter(const UnicodeString& text, int32_t startPos, double _baseValue, const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub, double upperBound) const argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java412 int startPos = index;
431 if (index > startPos)
433 initializeAuthority(uriSpec.substring(startPos, index));
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java432 int startPos = index;
451 if (index > startPos)
453 initializeAuthority(uriSpec.substring(startPos, index));
/external/icu4c/common/
H A Drbbiscan.cpp1139 int startPos;
1147 startPos = fScanIndex;
1194 n->fFirstPos = startPos;
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp2420 VisiblePosition startPos = firstPositionInOrBeforeNode(node);
2427 if (startPos == endPos) {
2430 endPos = startPos;
2433 return VisiblePositionRange(startPos, endPos);
/external/clang/lib/Sema/
H A DSemaChecking.cpp1954 virtual void HandlePosition(const char *startPos, unsigned posLen);
1960 virtual void HandleZeroPosition(const char *startPos, unsigned posLen);
2105 void CheckFormatHandler::HandlePosition(const char *startPos, argument
2108 getLocationOfByte(startPos),
2110 getSpecifierRange(startPos, posLen));
2114 CheckFormatHandler::HandleInvalidPosition(const char *startPos, unsigned posLen, argument
2118 getLocationOfByte(startPos), /*IsStringLocation*/true,
2119 getSpecifierRange(startPos, posLen));
2122 void CheckFormatHandler::HandleZeroPosition(const char *startPos, argument
2125 getLocationOfByte(startPos),
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm1107 Position startPos(startContainer, [rangeToReplace startOffset]);
1110 VisiblePosition startVisiblePos = VisiblePosition(startPos, VP_DEFAULT_AFFINITY);
1113 // this check also ensures startContainer, startPos, endContainer, and endPos are non-null
1117 bool addLeadingSpace = startPos.leadingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNull() && !isStartOfParagraph(startVisiblePos);
/external/icu4c/test/cintltst/
H A Dcnumtst.c1129 int32_t startPos; member in struct:__anon6023
1167 int32_t value, position = testPtr->startPos;
1175 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1176 testPtr->locale, testPtr->testname, testPtr->startPos,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/platform/
H A DKURL.cpp264 static int findFirstOf(const UChar* s, int sLen, int startPos, const char* toFind) argument
266 for (int i = startPos; i < sLen; i++) {
/external/icu4c/test/intltest/
H A Drbbitst.cpp3434 int32_t RBBILineMonkey::next(int32_t startPos) { argument
3455 if (startPos >= fText->length()) {
3465 nextPos = nextCPPos = startPos;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 430 milliseconds

123