Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Duregex.h704 uregex_groupUText(URegularExpression *regexp,
/external/icu/libandroidicu/include/unicode/
Duregex.h704 uregex_groupUText(URegularExpression *regexp,
Durename.h1445 #define uregex_groupUText U_ICU_ENTRY_POINT_RENAME(uregex_groupUText) macro
/external/icu/icu4c/source/test/cintltst/
Dreapits.c1781 actual = uregex_groupUText(re, 0, NULL, &groupLen, &status); in TestUTextAPI()
1794 actual = uregex_groupUText(re, 1, NULL, &groupLen, &status); in TestUTextAPI()
1806 actual = uregex_groupUText(re, 2, NULL, &groupLen, &status); in TestUTextAPI()
/external/icu/icu4c/source/common/unicode/
Durename.h1445 #define uregex_groupUText U_ICU_ENTRY_POINT_RENAME(uregex_groupUText) macro
/external/icu/icu4c/source/i18n/
Duregex.cpp736 uregex_groupUText(URegularExpression *regexp2, in uregex_groupUText() function
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5047 actual = uregex_groupUText(re, 0, &bufferText, &length, &status); in PreAllocatedUTextCAPI()
5056 actual = uregex_groupUText(re, 1, &bufferText, &length, &status); in PreAllocatedUTextCAPI()
5065 actual = uregex_groupUText(re, 2, &bufferText, &length, &status); in PreAllocatedUTextCAPI()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2203 return uregex_groupUText(regexp, groupNum, dest, groupLength, status); in uregex_groupUText_android()