Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DFrame.cpp1725 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/
Dunistr.cpp1019 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/
Dunistr.cpp1031 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/
DWebViewCore.h333 void replaceTextfieldText(int oldStart,
DWebViewCore.cpp1717 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/
Ddecimfmt.cpp1852 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/
Ddecimfmt.cpp1805 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/
Dunistr.h2389 int32_t oldStart,
/external/chromium/third_party/icu/public/common/unicode/
Dunistr.h2361 int32_t oldStart,