Home
last modified time | relevance | path

Searched refs:oldStart (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/page/
DFrame.cpp1807 VisiblePosition oldStart(oldSelection.visibleStart()); in respondToChangedSelection() local
1808 …Selection oldAdjacentWords = Selection(startOfWord(oldStart, LeftWordIfOnBoundary), endOfWord(oldS… in respondToChangedSelection()
1812 … Selection oldSelectedSentence = Selection(startOfSentence(oldStart), endOfSentence(oldStart)); in respondToChangedSelection()
/external/icu4c/common/
Dunistr.cpp872 int32_t oldStart, in findAndReplace() argument
883 oldText.pinIndices(oldStart, oldLength); in findAndReplace()
891 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length); in findAndReplace()
/external/webkit/WebKit/android/jni/
DWebViewCore.h259 int oldStart, int oldEnd, jstring replace, int start, int end);
DWebViewCore.cpp1476 int oldStart, int oldEnd, jstring replace, int start, int end) in replaceTextfieldText() argument
1481 frame = setSelection(frame, node, x, y, oldStart, oldEnd); in replaceTextfieldText()
2112 jint framePtr, jint nodePtr, jint x, jint y, jint oldStart, jint oldEnd, in ReplaceTextfieldText() argument
2121 …iewImpl->replaceTextfieldText((WebCore::Frame*) framePtr, (WebCore::Node*) nodePtr, x, y, oldStart, in ReplaceTextfieldText()
/external/icu4c/i18n/
Ddecimfmt.cpp1474 int32_t oldStart = position; in subparse() local
1685 parsePosition.setIndex(oldStart); in subparse()
1686 parsePosition.setErrorIndex(oldStart); in subparse()
1728 if(parsePosition.getIndex() == oldStart) in subparse()
/external/icu4c/common/unicode/
Dunistr.h2277 int32_t oldStart,