Searched refs:oldStart (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebCore/page/ |
D | Frame.cpp | 1807 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/ |
D | unistr.cpp | 872 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/ |
D | WebViewCore.h | 259 int oldStart, int oldEnd, jstring replace, int start, int end);
|
D | WebViewCore.cpp | 1476 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/ |
D | decimfmt.cpp | 1474 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/ |
D | unistr.h | 2277 int32_t oldStart,
|