Lines Matching refs:USEARCH_DONE
354 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
386 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
428 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
452 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE || usearch_getMatchedLength(strsrch) != 0) {
503 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE || usearch_getMatchedLength(strsrch) != 0) {
1228 if (usearch_getOffset(NULL) != USEARCH_DONE) {
1229 log_err("usearch_getOffset(NULL) expected USEARCH_DONE\n");
1299 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE) {
1419 if (usearch_getMatchedStart(NULL) != USEARCH_DONE ||
1420 usearch_getMatchedLength(NULL) != USEARCH_DONE) {
1422 "Expected start and length of NULL string search should be USEARCH_DONE\n");
1455 USEARCH_DONE || U_SUCCESS(status)){
1488 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE ||
1494 USEARCH_DONE) {
1519 if (usearch_first(NULL, &status) != USEARCH_DONE ||
1520 usearch_last(NULL, &status) != USEARCH_DONE) {
1571 USEARCH_DONE) {
1574 if (usearch_preceding(strsrch, 0, &status) != USEARCH_DONE) {
1619 usearch_getMatchedStart(strsrch) != USEARCH_DONE) {
2342 if (usearch_getMatchedStart(strsrch) != USEARCH_DONE) {
2584 for (pos = usearch_first(search, &ec); pos != USEARCH_DONE; pos
2757 if ( U_FAILURE(status) || offset == USEARCH_DONE ) {
2783 if ( U_FAILURE(status) || offset == USEARCH_DONE ) {