Searched defs:replText (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp1552 UText *replText,
1556 regexp->fMatcher->appendReplacement(dest, replText, *status);
1551 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c775 UChar replText[80]; local
780 u_uastrncpy(replText, "<$1>", sizeof(replText)/2);
788 resultSz = uregex_replaceFirst(re, replText, -1, buf, sizeof(buf)/2, &status);
796 resultSz = uregex_replaceFirst(re, replText, -1, buf, sizeof(buf)/2, &status);
805 resultSz = uregex_replaceFirst(re, replText, -1, buf, strlen("Replace <aa> x1x x...x."), &status);
816 resultSz = uregex_replaceFirst(re, replText, -1, buf, strlen("Replace <aa> x1x x...x."), &status);
824 resultSz = uregex_replaceFirst(re, replText, -1, NULL, 0, &status);
831 resultSz = uregex_replaceFirst(re, replText, -1, buf, strlen("Replace <aa> x1x x...x.")-1, &status);
847 UChar replText[8 local
1792 UText replText = UTEXT_INITIALIZER; local
1840 UText replText = UTEXT_INITIALIZER; local
[all...]
/external/icu4c/test/cintltst/
H A Dreapits.c816 UChar replText[80]; local
821 u_uastrncpy(replText, "<$1>", sizeof(replText)/2);
829 resultSz = uregex_replaceFirst(re, replText, -1, buf, sizeof(buf)/2, &status);
837 resultSz = uregex_replaceFirst(re, replText, -1, buf, sizeof(buf)/2, &status);
846 resultSz = uregex_replaceFirst(re, replText, -1, buf, strlen("Replace <aa> x1x x...x."), &status);
857 resultSz = uregex_replaceFirst(re, replText, -1, buf, strlen("Replace <aa> x1x x...x."), &status);
865 resultSz = uregex_replaceFirst(re, replText, -1, NULL, 0, &status);
872 resultSz = uregex_replaceFirst(re, replText, -1, buf, strlen("Replace <aa> x1x x...x.")-1, &status);
888 UChar replText[8 local
1834 UText replText = UTEXT_INITIALIZER; local
1882 UText replText = UTEXT_INITIALIZER; local
[all...]
/external/icu4c/i18n/
H A Duregex.cpp1572 UText *replText,
1576 regexp->fMatcher->appendReplacement(dest, replText, *status);
1571 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp2280 UText replText = UTEXT_INITIALIZER; local
2283 utext_openUTF8(&replText, str_yz, -1, &status);
2284 REGEX_VERBOSE_TEXT(&replText);
2285 result = matcher->replaceFirst(&replText, NULL, status);
2290 result = matcher->replaceFirst(&replText, &destText, status);
2295 result = matcher->replaceAll(&replText, NULL, status);
2302 result = matcher->replaceAll(&replText, &destText, status);
2314 result = matcher->replaceFirst(&replText, NULL, status);
2318 result = matcher->replaceFirst(&replText, &destText, status);
2323 result = matcher->replaceAll(&replText, NUL
4867 UText replText = UTEXT_INITIALIZER; local
4914 UText replText = UTEXT_INITIALIZER; local
[all...]
/external/icu4c/test/intltest/
H A Dregextst.cpp2417 UText replText = UTEXT_INITIALIZER; local
2420 utext_openUTF8(&replText, str_yz, -1, &status);
2421 REGEX_VERBOSE_TEXT(&replText);
2422 result = matcher->replaceFirst(&replText, NULL, status);
2427 result = matcher->replaceFirst(&replText, &destText, status);
2432 result = matcher->replaceAll(&replText, NULL, status);
2439 result = matcher->replaceAll(&replText, &destText, status);
2451 result = matcher->replaceFirst(&replText, NULL, status);
2455 result = matcher->replaceFirst(&replText, &destText, status);
2460 result = matcher->replaceAll(&replText, NUL
5017 UText replText = UTEXT_INITIALIZER; local
5064 UText replText = UTEXT_INITIALIZER; local
[all...]

Completed in 107 milliseconds