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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duregex.h543 * <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.
627 uregex_group(URegularExpression *regexp,
766 * uregex_start(), uregex_end() and uregex_group() to return an error
785 * uregex_start(), uregex_end() and uregex_group() to return an error
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.cpp81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
H A Duregex.cpp630 // uregex_group
634 uregex_group(URegularExpression *regexp2, function
1500 destIdx += uregex_group((URegularExpression*)regexp, groupNum,
1850 int32_t t = uregex_group((URegularExpression*)regexp,
/external/icu/icu4c/source/i18n/unicode/
H A Duregex.h543 * <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.
627 uregex_group(URegularExpression *regexp,
766 * uregex_start(), uregex_end() and uregex_group() to return an error
785 * uregex_start(), uregex_end() and uregex_group() to return an error
/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.cpp81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
H A Duregex.cpp630 // uregex_group
634 uregex_group(URegularExpression *regexp2, function
1503 destIdx += uregex_group((URegularExpression*)regexp, groupNum,
1853 int32_t t = uregex_group((URegularExpression*)regexp,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c637 resultSz = uregex_group(re, 0, buf, sizeof(buf)/2, &status);
644 resultSz = uregex_group(re, 1, buf, sizeof(buf)/2, &status);
651 uregex_group(re, 2, buf, sizeof(buf)/2, &status);
656 resultSz = uregex_group(re, 0, NULL, 0, &status);
663 resultSz = uregex_group(re, 0, buf, 5, &status);
671 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
695 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c637 resultSz = uregex_group(re, 0, buf, sizeof(buf)/2, &status);
644 resultSz = uregex_group(re, 1, buf, sizeof(buf)/2, &status);
651 uregex_group(re, 2, buf, sizeof(buf)/2, &status);
656 resultSz = uregex_group(re, 0, NULL, 0, &status);
663 resultSz = uregex_group(re, 0, buf, 5, &status);
671 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
695 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
/external/icu/icu4c/source/common/unicode/
H A Durename.h1352 #define uregex_group U_ICU_ENTRY_POINT_RENAME(uregex_group) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1431 #define uregex_group U_ICU_ENTRY_POINT_RENAME(uregex_group) macro
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp5256 // The bug was that calling uregex_group() before doing a matching operation
5261 int32_t len = uregex_group(icu_re, 0, buf, LENGTHOF(buf), &status);

Completed in 397 milliseconds