Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uregex_findNext

565         result = uregex_findNext(re, &status);
571 result = uregex_findNext(re, &status);
580 result = uregex_findNext(re, &status);
586 result = uregex_findNext(re, &status);
694 TEST_ASSERT(uregex_findNext(re, &status));
718 TEST_ASSERT(uregex_findNext(re,&status) == TRUE);
720 TEST_ASSERT(uregex_findNext(re, &status) == TRUE);
722 TEST_ASSERT(uregex_findNext(re, &status) == FALSE);
1725 result = uregex_findNext(re, &status);
1731 result = uregex_findNext(re, &status);
1740 result = uregex_findNext(re, &status);
1746 result = uregex_findNext(re, &status);
2223 TEST_ASSERT(uregex_findNext(re, &status));
2235 TEST_ASSERT(uregex_findNext(re, &status));
2237 TEST_ASSERT(uregex_findNext(re, &status));
2239 TEST_ASSERT(FALSE == uregex_findNext(re, &status));