/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | TextCodecUserDefined.cpp | 81 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); in encodeComplexUserDefined() local 82 result.grow(resultLength + replacementLength + length - i); in encodeComplexUserDefined() 84 memcpy(bytes + resultLength, replacement, replacementLength); in encodeComplexUserDefined() 85 resultLength += replacementLength; in encodeComplexUserDefined()
|
D | TextCodecLatin1.cpp | 234 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); in encodeComplexWindowsLatin1() local 235 result.grow(resultLength + replacementLength + length - i); in encodeComplexWindowsLatin1() 237 memcpy(bytes + resultLength, replacement, replacementLength); in encodeComplexWindowsLatin1() 238 resultLength += replacementLength; in encodeComplexWindowsLatin1()
|
D | StringImpl.h | 419 … replacement, unsigned replacementLength) { return replace(pattern, reinterpret_cast<const LChar*>… in replace() argument 420 PassRefPtr<StringImpl> replace(UChar, const LChar*, unsigned replacementLength); 421 PassRefPtr<StringImpl> replace(UChar, const UChar*, unsigned replacementLength);
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uregex.cpp | 1139 int32_t replacementLength, in uregex_replaceAll() argument 1147 if (replacementText == NULL || replacementLength < -1 || in uregex_replaceAll() 1165 len += uregex_appendReplacement(regexp2, replacementText, replacementLength, in uregex_replaceAll() 1213 int32_t replacementLength, in uregex_replaceFirst() argument 1221 if (replacementText == NULL || replacementLength < -1 || in uregex_replaceFirst() 1233 len = uregex_appendReplacement(regexp2, replacementText, replacementLength, in uregex_replaceFirst() 1281 int32_t replacementLength, 1325 int32_t replacementLength, in appendReplacement() argument 1345 if (replacementText == NULL || replacementLength < -1 || in appendReplacement() 1367 if (replacementLength == -1) { in appendReplacement() [all …]
|
/external/icu4c/i18n/ |
D | uregex.cpp | 1157 int32_t replacementLength, in uregex_replaceAll() argument 1165 if (replacementText == NULL || replacementLength < -1 || in uregex_replaceAll() 1183 len += uregex_appendReplacement(regexp2, replacementText, replacementLength, in uregex_replaceAll() 1231 int32_t replacementLength, in uregex_replaceFirst() argument 1239 if (replacementText == NULL || replacementLength < -1 || in uregex_replaceFirst() 1251 len = uregex_appendReplacement(regexp2, replacementText, replacementLength, in uregex_replaceFirst() 1299 int32_t replacementLength, 1343 int32_t replacementLength, in appendReplacement() argument 1363 if (replacementText == NULL || replacementLength < -1 || in appendReplacement() 1385 if (replacementLength == -1) { in appendReplacement() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTextFormControlElement.cpp | 222 unsigned replacementLength = replacement.length(); in setRangeText() local 244 newSelectionEnd = start + replacementLength; in setRangeText() 248 newSelectionStart = newSelectionEnd = start + replacementLength; in setRangeText() 251 long delta = replacementLength - (end - start); in setRangeText() 261 newSelectionEnd = start + replacementLength; in setRangeText()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | uregex.h | 911 int32_t replacementLength, 970 int32_t replacementLength, 1052 int32_t replacementLength,
|
/external/icu4c/i18n/unicode/ |
D | uregex.h | 1062 int32_t replacementLength, 1121 int32_t replacementLength, 1202 int32_t replacementLength,
|
/external/icu4c/common/unicode/ |
D | utext.h | 849 const UChar *replacementText, int32_t replacementLength,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | utext.h | 988 const UChar *replacementText, int32_t replacementLength,
|
/external/icu4c/common/ |
D | utext.cpp | 484 const UChar *replacementText, int32_t replacementLength, in utext_replace() argument 494 … i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status); in utext_replace()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 2142 const size_t replacementLength = replacement.length(); in replaceCharacterInString() local 2146 index += replacementLength; in replaceCharacterInString()
|
/external/chromium_org/third_party/icu/source/common/ |
D | utext.cpp | 830 const UChar *replacementText, int32_t replacementLength, in utext_replace() argument 840 … i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status); in utext_replace()
|