Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uregex_group

637         resultSz = uregex_group(re, 0, buf, sizeof(buf)/2, &status);
644 resultSz = uregex_group(re, 1, buf, sizeof(buf)/2, &status);
651 uregex_group(re, 2, buf, sizeof(buf)/2, &status);
656 resultSz = uregex_group(re, 0, NULL, 0, &status);
663 resultSz = uregex_group(re, 0, buf, 5, &status);
671 resultSz = uregex_group(re, 0, buf, (int32_t)strlen("abc interior def"), &status);
695 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)