Searched refs:oldStart (Results 1 – 9 of 9) sorted by relevance
/external/webkit/WebCore/page/ |
D | Frame.cpp | 1725 VisiblePosition oldStart(oldSelection.visibleStart()); in respondToChangedSelection() local 1726 …on oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), endOfWord(oldS… in respondToChangedSelection() 1729 …lection oldSelectedSentence = VisibleSelection(startOfSentence(oldStart), endOfSentence(oldStart)); in respondToChangedSelection()
|
/external/chromium/third_party/icu/source/common/ |
D | unistr.cpp | 1019 int32_t oldStart, in findAndReplace() argument 1030 oldText.pinIndices(oldStart, oldLength); in findAndReplace() 1038 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length); in findAndReplace()
|
/external/icu4c/common/ |
D | unistr.cpp | 1031 int32_t oldStart, in findAndReplace() argument 1042 oldText.pinIndices(oldStart, oldLength); in findAndReplace() 1050 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length); in findAndReplace()
|
/external/webkit/WebKit/android/jni/ |
D | WebViewCore.h | 333 void replaceTextfieldText(int oldStart,
|
D | WebViewCore.cpp | 1717 void WebViewCore::replaceTextfieldText(int oldStart, in replaceTextfieldText() argument 1724 setSelection(oldStart, oldEnd); in replaceTextfieldText() 2669 jint oldStart, jint oldEnd, jstring replace, jint start, jint end, in ReplaceTextfieldText() argument 2677 viewImpl->replaceTextfieldText(oldStart, in ReplaceTextfieldText()
|
/external/chromium/third_party/icu/source/i18n/ |
D | decimfmt.cpp | 1852 int32_t oldStart = position; in subparse() local 2063 parsePosition.setIndex(oldStart); in subparse() 2064 parsePosition.setErrorIndex(oldStart); in subparse() 2106 if(parsePosition.getIndex() == oldStart) in subparse()
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 1805 int32_t oldStart = position; in subparse() local 1995 parsePosition.setIndex(oldStart); in subparse() 1996 parsePosition.setErrorIndex(oldStart); in subparse() 2038 if(parsePosition.getIndex() == oldStart) in subparse()
|
/external/icu4c/common/unicode/ |
D | unistr.h | 2389 int32_t oldStart,
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | unistr.h | 2361 int32_t oldStart,
|