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

/external/webkit/WebKit/android/jni/
H A DWebViewCore.h329 * In the currently focused textfield, replace the characters from oldStart to oldEnd
330 * (if oldStart == oldEnd, this will be an insert at that position) with replace,
333 void replaceTextfieldText(int oldStart,
H A DWebViewCore.cpp1717 void WebViewCore::replaceTextfieldText(int oldStart, argument
1724 setSelection(oldStart, oldEnd);
2669 jint oldStart, jint oldEnd, jstring replace, jint start, jint end,
2677 viewImpl->replaceTextfieldText(oldStart,
2668 ReplaceTextfieldText(JNIEnv *env, jobject obj, jint oldStart, jint oldEnd, jstring replace, jint start, jint end, jint textGeneration) argument
/external/webkit/WebCore/page/
H A DFrame.cpp1725 VisiblePosition oldStart(oldSelection.visibleStart());
1726 VisibleSelection oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), endOfWord(oldStart, RightWordIfOnBoundary));
1729 VisibleSelection oldSelectedSentence = VisibleSelection(startOfSentence(oldStart), endOfSentence(oldStart));
/external/chromium/third_party/icu/source/common/
H A Dunistr.cpp1019 int32_t oldStart,
1030 oldText.pinIndices(oldStart, oldLength);
1038 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1016 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) argument
/external/icu4c/common/
H A Dunistr.cpp1031 int32_t oldStart,
1042 oldText.pinIndices(oldStart, oldLength);
1050 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1028 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) argument
/external/chromium/third_party/icu/source/i18n/
H A Ddecimfmt.cpp1852 int32_t oldStart = position; local
2063 parsePosition.setIndex(oldStart);
2064 parsePosition.setErrorIndex(oldStart);
2106 if(parsePosition.getIndex() == oldStart)
/external/icu4c/i18n/
H A Ddecimfmt.cpp1805 int32_t oldStart = position; local
1995 parsePosition.setIndex(oldStart);
1996 parsePosition.setErrorIndex(oldStart);
2038 if(parsePosition.getIndex() == oldStart)
/external/chromium/third_party/icu/public/common/unicode/
H A Dunistr.h2343 * [<TT>oldStart</TT>, <TT>oldStart + oldLength</TT>) with the characters
2350 * @param oldStart the start of the search range in <TT>oldText</TT>
2361 int32_t oldStart,
/external/icu4c/common/unicode/
H A Dunistr.h2371 * [<TT>oldStart</TT>, <TT>oldStart + oldLength</TT>) with the characters
2378 * @param oldStart the start of the search range in <TT>oldText</TT>
2389 int32_t oldStart,

Completed in 117 milliseconds