Searched refs:replacementText (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/i18n/
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
1555 uregex_appendReplacement(URegularExpression *regexp2, const UChar *replacementText, int32_t replacementLength, UChar **destBuf, int32_t *destCapacity, UErrorCode *status) argument
[all...]
H A Drematch.cpp288 UText replacementText = UTEXT_INITIALIZER; local
290 utext_openConstUnicodeString(&replacementText, &replacement, &status);
296 appendReplacement(&resultText, &replacementText, status);
299 utext_close(&replacementText);
1752 UText replacementText = UTEXT_INITIALIZER; local
1759 utext_openConstUnicodeString(&replacementText, &replacement, &status);
1762 replaceAll(&replacementText, &resultText, status);
1765 utext_close(&replacementText);
1813 UText replacementText = UTEXT_INITIALIZER; local
1817 utext_openConstUnicodeString(&replacementText,
[all...]
/external/icu4c/i18n/unicode/
H A Duregex.h1047 * @param replacementText A string containing the replacement text.
1061 const UChar *replacementText,
1106 * @param replacementText A string containing the replacement text.
1120 const UChar *replacementText,
1177 * @param replacementText The string that will replace the matched portion of the
1201 const UChar *replacementText,
1220 * @param replacementText The string that will replace the matched portion of the
1231 UText *replacementText,
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp142 StringRef replacementText);
163 StringRef replacementText);
339 StringRef replacementText) {
341 replacementText = getUniqueText(replacementText);
346 data.Text2 = replacementText;
481 StringRef replacementText) {
488 commitInsert(loc, replacementText);
656 StringRef replacementText) {
658 replacementText);
338 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
479 commitReplaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
655 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
[all...]
H A DInternals.h71 StringRef replacementText);
/external/clang/lib/Edit/
H A DCommit.cpp161 StringRef replacementText) {
162 if (text.empty() || replacementText.empty())
167 if (!canReplaceText(loc, replacementText, Offs, Len)) {
160 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
/external/clang/include/clang/Edit/
H A DCommit.h84 StringRef replacementText);
/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.h85 void replaceTextInNode(PassRefPtr<Text>, unsigned offset, unsigned count, const String& replacementText);
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));
/external/icu4c/common/unicode/
H A Dutext.h836 * @param replacementText pointer to the replacement text
849 const UChar *replacementText, int32_t replacementLength,
1093 * @param replacementText pointer to the replacement text
1106 const UChar *replacementText, int32_t replacmentLength,
/external/icu4c/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/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 234 milliseconds