Searched refs:uregex_group (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.cpp81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
H A Duregex.cpp660 // uregex_group
664 uregex_group(URegularExpression *regexp2, function
1525 destIdx += uregex_group((URegularExpression*)regexp, groupNum,
1877 int32_t t = uregex_group((URegularExpression*)regexp,
/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c640 resultSz = uregex_group(re, 0, buf, UPRV_LENGTHOF(buf), &status);
647 resultSz = uregex_group(re, 1, buf, UPRV_LENGTHOF(buf), &status);
654 uregex_group(re, 2, buf, UPRV_LENGTHOF(buf), &status);
659 resultSz = uregex_group(re, 0, NULL, 0, &status);
666 resultSz = uregex_group(re, 0, buf, 5, &status);
674 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
698 TEST_ASSERT(uregex_group(re, 0, resultString, UPRV_LENGTHOF(resultString), &status) == 3)
/external/icu/icu4c/source/i18n/unicode/
H A Duregex.h490 * and <code>uregex_group()</code> functions.</p>
519 * and <code>uregex_group()</code> functions.</p>
543 * <code>uregex_group()</code> will provide more information regarding the match.
568 * <code>uregex_group()</code> will provide more information regarding the match.
587 * <code>uregex_group()</code> will provide more information regarding the match.
675 uregex_group(URegularExpression *regexp,
789 * uregex_start(), uregex_end() and uregex_group() to return an error
808 * uregex_start(), uregex_end() and uregex_group() to return an error
/external/icu/icu4c/source/common/unicode/
H A Durename.h1389 #define uregex_group U_ICU_ENTRY_POINT_RENAME(uregex_group) macro
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp5634 // The bug was that calling uregex_group() before doing a matching operation
5639 int32_t len = uregex_group(icu_re, 0, buf, UPRV_LENGTHOF(buf), &status);
5796 int32_t length = uregex_group(re, 2, buf+1, UPRV_LENGTHOF(buf)-1, &status);

Completed in 59 milliseconds