Home
last modified time | relevance | path

Searched refs:uregex_groupUText (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Duregex.h704 uregex_groupUText(URegularExpression *regexp,
/external/icu/icu4c/source/test/cintltst/
Dreapits.c1778 actual = uregex_groupUText(re, 0, NULL, &groupLen, &status); in TestUTextAPI()
1791 actual = uregex_groupUText(re, 1, NULL, &groupLen, &status); in TestUTextAPI()
1803 actual = uregex_groupUText(re, 2, NULL, &groupLen, &status); in TestUTextAPI()
/external/icu/icu4c/source/common/unicode/
Durename.h1393 #define uregex_groupUText U_ICU_ENTRY_POINT_RENAME(uregex_groupUText) macro
/external/icu/icu4c/source/i18n/
Duregex.cpp734 uregex_groupUText(URegularExpression *regexp2, in uregex_groupUText() function
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5099 actual = uregex_groupUText(re, 0, &bufferText, &length, &status); in PreAllocatedUTextCAPI()
5108 actual = uregex_groupUText(re, 1, &bufferText, &length, &status); in PreAllocatedUTextCAPI()
5117 actual = uregex_groupUText(re, 2, &bufferText, &length, &status); in PreAllocatedUTextCAPI()