Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uregex_find

318         result = uregex_find(clone2, 0, &status);
549 result = uregex_find(re, 0, &status);
555 result = uregex_find(re, 9, &status);
561 result = uregex_find(re, 14, &status);
635 result = uregex_find(re, 0, &status);
705 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE);
713 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
764 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
769 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
775 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
780 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
790 TEST_ASSERT(uregex_find(re, -1, &status) == FALSE);
793 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE);
804 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE); /* No Region */
806 TEST_ASSERT(uregex_find(re, -1, &status) == FALSE); /* with region, opaque bounds */
808 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE); /* with region, transparent bounds */
1012 uregex_find(re, 0, &status);
1021 uregex_find(re, 0, &status);
1032 uregex_find(re, 0, &status);
1486 result = uregex_find(clone2, 0, &status);
1709 result = uregex_find(re, 0, &status);
1715 result = uregex_find(re, 9, &status);
1721 result = uregex_find(re, 14, &status);
1773 result = uregex_find(re, 0, &status);
1916 uregex_find(re, 0, &status);
1925 uregex_find(re, 0, &status);