Lines Matching refs:uregex_group
607 resultSz = uregex_group(re, 0, buf, sizeof(buf)/2, &status);
614 resultSz = uregex_group(re, 1, buf, sizeof(buf)/2, &status);
621 uregex_group(re, 2, buf, sizeof(buf)/2, &status);
626 resultSz = uregex_group(re, 0, NULL, 0, &status);
633 resultSz = uregex_group(re, 0, buf, 5, &status);
641 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
665 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)