Home
last modified time | relevance | path

Searched refs:groupLen (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dreapits.c1775 int64_t groupLen = 0; in TestUTextAPI() local
1790 actual = uregex_groupUText(re, 0, NULL, &groupLen, &status); in TestUTextAPI()
1794 TEST_ASSERT(groupLen == 16); /* length of "abc interior def" */ in TestUTextAPI()
1803 actual = uregex_groupUText(re, 1, NULL, &groupLen, &status); in TestUTextAPI()
1807 TEST_ASSERT(10 == groupLen); /* length of " interior " */ in TestUTextAPI()
1815 actual = uregex_groupUText(re, 2, NULL, &groupLen, &status); in TestUTextAPI()
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp5697 int64_t groupLen = -666; in TestBug11480() local
5699 matcher.group(1, &group, groupLen, status); in TestBug11480()
5701 REGEX_ASSERT(groupLen == 1); in TestBug11480()
5705 matcher.group(2, &group, groupLen, status); in TestBug11480()
5707 REGEX_ASSERT(groupLen == 0); in TestBug11480()

Completed in 11 milliseconds