Home | History | Annotate | Download | only in cintltst

Lines Matching full:uregex_matches

495         result = uregex_matches(re, 0, &status);
501 result = uregex_matches(re, 0, &status);
507 result = uregex_matches(re, 1, &status);
516 uregex_matches(re, len, &status);
523 result = uregex_matches(re, 0, &status);
729 TEST_ASSERT(uregex_matches(re, -1, &status) == TRUE);
737 TEST_ASSERT(uregex_matches(re, 0, &status) == TRUE);
1334 TEST_ASSERT(uregex_matches(re, -1, &status) == FALSE);
1663 result = uregex_matches(re, 0, &status);
1671 result = uregex_matches(re, 7, &status);
1679 result = uregex_matches(re, 0, &status);