Home | History | Annotate | Download | only in cintltst

Lines Matching full:matchtext

343     UChar       matchtext[128];
375 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
377 memcmp(matchtext,
416 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
418 memcmp(matchtext,
1411 UChar matchtext[128];
1454 if (usearch_getMatchedText(NULL, matchtext, 128, &status) !=
1464 if (usearch_getMatchedText(strsrch, matchtext, 0, &status) !=
1469 if (usearch_getMatchedText(strsrch, matchtext, matchlength, &status)
1470 != (int32_t)matchlength || matchtext[matchlength - 1] == 0 ||
1475 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
1477 memcmp(matchtext,
1480 matchtext[matchlength] != 0) {
1493 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=