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);
1724 result = uregex_findNext(re, &status);
1730 result = uregex_findNext(re, &status);
1739 result = uregex_findNext(re, &status);
1745 result = uregex_findNext(re, &status);
2222 TEST_ASSERT(uregex_findNext(re, &status));
2234 TEST_ASSERT(uregex_findNext(re, &status));
2236 TEST_ASSERT(uregex_findNext(re, &status));
2238 TEST_ASSERT(FALSE == uregex_findNext(re, &status));