Searched defs:replacementText (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp139 StringRef replacementText);
160 StringRef replacementText);
336 StringRef replacementText) {
338 replacementText = getUniqueText(replacementText);
343 data.Text2 = replacementText;
478 StringRef replacementText) {
485 commitInsert(loc, replacementText);
653 StringRef replacementText) {
655 replacementText);
335 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
476 commitReplaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
652 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
[all...]
/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/icu4c/i18n/
H A Drematch.cpp282 UText replacementText = UTEXT_INITIALIZER; local
284 utext_openConstUnicodeString(&replacementText, &replacement, &status);
290 appendReplacement(&resultText, &replacementText, status);
293 utext_close(&replacementText);
1746 UText replacementText = UTEXT_INITIALIZER; local
1753 utext_openConstUnicodeString(&replacementText, &replacement, &status);
1756 replaceAll(&replacementText, &resultText, status);
1759 utext_close(&replacementText);
1807 UText replacementText = UTEXT_INITIALIZER; local
1811 utext_openConstUnicodeString(&replacementText,
[all...]
H A Duregex.cpp1156 const UChar *replacementText,
1165 if (replacementText == NULL || replacementLength < -1 ||
1183 len += uregex_appendReplacement(regexp2, replacementText, replacementLength,
1206 UText *replacementText,
1213 if (replacementText == NULL) {
1218 dest = regexp->fMatcher->replaceAll(replacementText, dest, *status);
1230 const UChar *replacementText,
1239 if (replacementText == NULL || replacementLength < -1 ||
1251 len = uregex_appendReplacement(regexp2, replacementText, replacementLength,
1267 UText *replacementText,
1155 uregex_replaceAll(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1205 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) argument
1229 uregex_replaceFirst(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar *destBuf, int32_t destCapacity, UErrorCode *status) argument
1266 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) argument
1341 appendReplacement(RegularExpression *regexp, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
1553 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
[all...]
/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp337 void CompositeEditCommand::replaceTextInNode(PassRefPtr<Text> node, unsigned offset, unsigned count, const String& replacementText) argument
340 applyCommandToComposite(InsertIntoTextNodeCommand::create(node, offset, replacementText));

Completed in 4441 milliseconds