Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Duregex.h630 uregex_groupUTextDeep(URegularExpression *regexp,
/external/icu4c/i18n/
Duregex.cpp683 UText *groupText = uregex_groupUTextDeep(regexp2, groupNum, NULL, status); in uregex_group()
717 uregex_groupUTextDeep(URegularExpression *regexp2, in uregex_groupUTextDeep() function
/external/icu4c/test/cintltst/
Dreapits.c1745 actual = uregex_groupUTextDeep(re, 0, NULL, &status); in TestUTextAPI()
1781 actual = uregex_groupUTextDeep(re, 1, NULL, &status); in TestUTextAPI()
1788 actual = uregex_groupUTextDeep(re, 2, NULL, &status); in TestUTextAPI()
/external/icu4c/test/intltest/
Dregextst.cpp4839 actual = uregex_groupUTextDeep(re, 0, &bufferText, &status); in PreAllocatedUTextCAPI()
4846 actual = uregex_groupUTextDeep(re, 1, &bufferText, &status); in PreAllocatedUTextCAPI()
4853 actual = uregex_groupUTextDeep(re, 2, &bufferText, &status); in PreAllocatedUTextCAPI()
/external/icu4c/common/unicode/
Durename.h1376 #define uregex_groupUTextDeep U_ICU_ENTRY_POINT_RENAME(uregex_groupUTextDeep) macro