Searched refs:replacementLength (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DTextCodecUserDefined.cpp80 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); local
81 result.grow(resultLength + replacementLength + length - i);
83 memcpy(bytes + resultLength, replacement, replacementLength);
84 resultLength += replacementLength;
H A DTextCodecLatin1.cpp178 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); local
179 result.grow(resultLength + replacementLength + length - i);
181 memcpy(bytes + resultLength, replacement, replacementLength);
182 resultLength += replacementLength;
/external/icu4c/i18n/
H A Duregex.cpp1156 int32_t replacementLength,
1164 if (replacementText == NULL || replacementLength < -1 ||
1182 len += uregex_appendReplacement(regexp2, replacementText, replacementLength,
1230 int32_t replacementLength,
1238 if (replacementText == NULL || replacementLength < -1 ||
1250 len = uregex_appendReplacement(regexp2, replacementText, replacementLength,
1298 int32_t replacementLength,
1342 int32_t replacementLength,
1362 if (replacementText == NULL || replacementLength < -1 ||
1384 if (replacementLength
1154 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1228 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1340 appendReplacement(RegularExpression *regexp, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1552 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
[all...]
/external/icu4c/i18n/unicode/
H A Duregex.h1051 * @param replacementLength The length of the replacement string, or
1065 int32_t replacementLength,
1110 * @param replacementLength The length of the replacement string, or
1124 int32_t replacementLength,
1185 * @param replacementLength The length of the replacement text string,
1206 int32_t replacementLength,
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextCodecGtk.cpp555 int replacementLength = TextCodec::getUnencodableReplacement(codePoint, handling, replacement); local
562 result.grow(size + replacementLength);
563 memcpy(result.data() + size, replacement, replacementLength);
564 size += replacementLength;
/external/icu4c/common/unicode/
H A Dutext.h976 * @param replacementLength length of the replacement text, or -1 if the text is NUL terminated.
988 const UChar *replacementText, int32_t replacementLength,
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp2221 int replacementLength = result->replacement.length(); local
2227 bool doReplacement = replacementLength > 0 && !resultEndsAtAmbiguousBoundary;
2288 offsetDueToReplacement += replacementLength - resultLength;
2290 selectionOffset += replacementLength - resultLength;
2297 m_spellingCorrector->markCorrection(spellingParagraph.subrange(resultLocation, replacementLength), replacedString);
/external/icu4c/common/
H A Dutext.cpp830 const UChar *replacementText, int32_t replacementLength,
840 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
828 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp1109 if (node && ev->replacementLength() > 0) {
1112 setSelectionRange(node, start, start + ev->replacementLength());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5769 milliseconds