Home | History | Annotate | Download | only in cintltst

Lines Matching full:uregex_matches

419         result = uregex_matches(re, 0, &status);
425 result = uregex_matches(re, 0, &status);
431 result = uregex_matches(re, 1, &status);
440 result = uregex_matches(re, len, &status);
447 result = uregex_matches(re, 0, &status);
653 TEST_ASSERT(uregex_matches(re, -1, &status) == TRUE);
661 TEST_ASSERT(uregex_matches(re, 0, &status) == TRUE);
1257 TEST_ASSERT(uregex_matches(re, -1, &status) == FALSE);