Searched refs:replText (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dregextst.cpp2411 UText replText = UTEXT_INITIALIZER; local
2414 utext_openUTF8(&replText, str_yz, -1, &status);
2415 REGEX_VERBOSE_TEXT(&replText);
2416 result = matcher->replaceFirst(&replText, NULL, status);
2421 result = matcher->replaceFirst(&replText, &destText, status);
2426 result = matcher->replaceAll(&replText, NULL, status);
2433 result = matcher->replaceAll(&replText, &destText, status);
2445 result = matcher->replaceFirst(&replText, NULL, status);
2449 result = matcher->replaceFirst(&replText, &destText, status);
2454 result = matcher->replaceAll(&replText, NUL
5008 UText replText = UTEXT_INITIALIZER; local
5055 UText replText = UTEXT_INITIALIZER; local
[all...]
/external/icu4c/test/cintltst/
H A Dreapits.c779 UChar replText[80]; local
784 u_uastrncpy(replText, "<$1>", sizeof(replText)/2);
792 resultSz = uregex_replaceFirst(re, replText, -1, buf, sizeof(buf)/2, &status);
800 resultSz = uregex_replaceFirst(re, replText, -1, buf, sizeof(buf)/2, &status);
809 resultSz = uregex_replaceFirst(re, replText, -1, buf, strlen("Replace <aa> x1x x...x."), &status);
820 resultSz = uregex_replaceFirst(re, replText, -1, buf, strlen("Replace <aa> x1x x...x."), &status);
828 resultSz = uregex_replaceFirst(re, replText, -1, NULL, 0, &status);
835 resultSz = uregex_replaceFirst(re, replText, -1, buf, strlen("Replace <aa> x1x x...x.")-1, &status);
851 UChar replText[8 local
1797 UText replText = UTEXT_INITIALIZER; local
1845 UText replText = UTEXT_INITIALIZER; local
[all...]
/external/icu4c/i18n/
H A Duregex.cpp1569 UText *replText,
1573 regexp->fMatcher->appendReplacement(dest, replText, *status);
1568 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) argument

Completed in 79 milliseconds