Searched refs:uregex_groupUText (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 704 uregex_groupUText(URegularExpression *regexp,
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 1778 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/ |
D | urename.h | 1393 #define uregex_groupUText U_ICU_ENTRY_POINT_RENAME(uregex_groupUText) macro
|
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 734 uregex_groupUText(URegularExpression *regexp2, in uregex_groupUText() function
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5099 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()
|