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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUserDefined.cpp81 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); local
82 result.grow(resultLength + replacementLength + length - i);
84 memcpy(bytes + resultLength, replacement, replacementLength);
85 resultLength += replacementLength;
H A DTextCodecLatin1.cpp234 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); local
235 result.grow(resultLength + replacementLength + length - i);
237 memcpy(bytes + resultLength, replacement, replacementLength);
238 resultLength += replacementLength;
H A DStringImpl.h409 ALWAYS_INLINE PassRefPtr<StringImpl> replace(UChar pattern, const char* replacement, unsigned replacementLength) { return replace(pattern, reinterpret_cast<const LChar*>(replacement), replacementLength); }
410 PassRefPtr<StringImpl> replace(UChar, const LChar*, unsigned replacementLength);
411 PassRefPtr<StringImpl> replace(UChar, const UChar*, unsigned replacementLength);
/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp1157 int32_t replacementLength,
1165 if (replacementText == NULL || replacementLength < -1 ||
1183 len += uregex_appendReplacement(regexp2, replacementText, replacementLength,
1231 int32_t replacementLength,
1239 if (replacementText == NULL || replacementLength < -1 ||
1251 len = uregex_appendReplacement(regexp2, replacementText, replacementLength,
1299 int32_t replacementLength,
1343 int32_t replacementLength,
1363 if (replacementText == NULL || replacementLength < -1 ||
1385 if (replacementLength
1155 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1229 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1341 appendReplacement(RegularExpression *regexp, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1555 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Duregex.cpp1160 int32_t replacementLength,
1168 if (replacementText == NULL || replacementLength < -1 ||
1186 len += uregex_appendReplacement(regexp2, replacementText, replacementLength,
1234 int32_t replacementLength,
1242 if (replacementText == NULL || replacementLength < -1 ||
1254 len = uregex_appendReplacement(regexp2, replacementText, replacementLength,
1302 int32_t replacementLength,
1346 int32_t replacementLength,
1366 if (replacementText == NULL || replacementLength < -1 ||
1388 if (replacementLength
1158 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1232 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1344 appendReplacement(RegularExpression *regexp, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1558 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duregex.h1048 * @param replacementLength The length of the replacement string, or
1062 int32_t replacementLength,
1107 * @param replacementLength The length of the replacement string, or
1121 int32_t replacementLength,
1181 * @param replacementLength The length of the replacement text string,
1202 int32_t replacementLength,
/external/icu/icu4c/source/i18n/unicode/
H A Duregex.h1048 * @param replacementLength The length of the replacement string, or
1062 int32_t replacementLength,
1107 * @param replacementLength The length of the replacement string, or
1121 int32_t replacementLength,
1181 * @param replacementLength The length of the replacement text string,
1202 int32_t replacementLength,
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.cpp223 unsigned replacementLength = replacement.length(); local
245 newSelectionEnd = start + replacementLength;
249 newSelectionStart = newSelectionEnd = start + replacementLength;
252 long delta = replacementLength - (end - start);
262 newSelectionEnd = start + replacementLength;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutext.h837 * @param replacementLength length of the replacement text, or -1 if the text is NUL terminated.
849 const UChar *replacementText, int32_t replacementLength,
/external/icu/icu4c/source/common/unicode/
H A Dutext.h837 * @param replacementLength length of the replacement text, or -1 if the text is NUL terminated.
849 const UChar *replacementText, int32_t replacementLength,
/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp484 const UChar *replacementText, int32_t replacementLength,
494 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
482 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
/external/icu/icu4c/source/common/
H A Dutext.cpp484 const UChar *replacementText, int32_t replacementLength,
494 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
482 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
/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 ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 8659 milliseconds