Home | History | Annotate | Download | only in cintltst

Lines Matching refs:USEARCH_DONE

352     if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
384 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
427 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
1129 if (usearch_getOffset(NULL) != USEARCH_DONE) {
1130 log_err("usearch_getOffset(NULL) expected USEARCH_DONE\n");
1200 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE) {
1320 if (usearch_getMatchedStart(NULL) != USEARCH_DONE ||
1321 usearch_getMatchedLength(NULL) != USEARCH_DONE) {
1323 "Expected start and length of NULL string search should be USEARCH_DONE\n");
1356 USEARCH_DONE || U_SUCCESS(status)){
1389 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
1395 USEARCH_DONE) {
1420 if (usearch_first(NULL, &status) != USEARCH_DONE ||
1421 usearch_last(NULL, &status) != USEARCH_DONE) {
1472 USEARCH_DONE) {
1475 if (usearch_preceding(strsrch, 0, &status) != USEARCH_DONE) {
1520 usearch_getMatchedStart(strsrch) != USEARCH_DONE) {
2243 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE) {
2485 for (pos = usearch_first(search, &ec); pos != USEARCH_DONE; pos