Searched refs:endPos (Results 26 - 40 of 40) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java352 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, argument
360 for (int i = beginPos; i < endPos; i = i2) {
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.cpp178 VisiblePosition endPos; local
191 endPos = visiblePos2;
194 endPos = visiblePos1;
197 return VisiblePositionRange(startPos, endPos);
H A DAccessibilityRenderObject.cpp2421 VisiblePosition endPos = lastPositionInOrAfterNode(node); local
2427 if (startPos == endPos) {
2428 endPos = endPos.next();
2429 if (endPos.isNull())
2430 endPos = startPos;
2433 return VisiblePositionRange(startPos, endPos);
/external/icu4c/test/intltest/
H A Dustrtest.cpp736 int32_t endPos = 28; local
739 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
774 for ( occurrences = 0, startPos = 5, endPos = 28;
776 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
800 endPos=test3.length();
803 (startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
841 for ( occurrences = 0, endPos = test3.length(); endPos > 0; endPos -= 1){
843 subString.append(test3, 0, endPos);
[all...]
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp1042 size_t endPos; local
1043 while ((endPos = headers.find('\n', startPos)) != notFound) {
1044 ASSERT(startPos != endPos);
1046 parseHeader(headers.characters() + startPos, endPos - startPos, response);
1048 startPos = endPos + 1;
/external/webkit/Source/WebCore/editing/
H A DSelectionController.cpp1614 Position endPos = selection.end(); local
1615 candidate = endPos.upstream();
1617 endPos = candidate;
1621 if (startPos.isNotNull() && endPos.isNotNull() && selection.visibleStart() != selection.visibleEnd()) {
1623 RenderObject* endRenderer = endPos.deprecatedNode()->renderer();
1624 view->setSelection(startRenderer, startPos.deprecatedEditingOffset(), endRenderer, endPos.deprecatedEditingOffset());
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm1108 Position endPos(endContainer, [rangeToReplace endOffset]);
1111 VisiblePosition endVisiblePos = VisiblePosition(endPos, VP_DEFAULT_AFFINITY);
1113 // this check also ensures startContainer, startPos, endContainer, and endPos are non-null
1122 bool addTrailingSpace = endPos.trailingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNull() && !isEndOfParagraph(endVisiblePos);
/external/icu4c/test/cintltst/
H A Dcnumtst.c1131 int32_t endPos; member in struct:__anon6023
1174 if ( value != testPtr->value || position != testPtr->endPos || status != testPtr->status ) {
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",
1177 testPtr->value, testPtr->endPos, myErrorName(testPtr->status),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 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.apache.jasper_5.5.17.v201004212143.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.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.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 338 milliseconds

12