Home | History | Annotate | Download | only in cintltst

Lines Matching refs:matchtext

344     UChar       matchtext[128];
373 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
375 memcmp(matchtext,
415 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
417 memcmp(matchtext,
1312 UChar matchtext[128];
1355 if (usearch_getMatchedText(NULL, matchtext, 128, &status) !=
1365 if (usearch_getMatchedText(strsrch, matchtext, 0, &status) !=
1370 if (usearch_getMatchedText(strsrch, matchtext, matchlength, &status)
1371 != (int32_t)matchlength || matchtext[matchlength - 1] == 0 ||
1376 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=
1378 memcmp(matchtext,
1381 matchtext[matchlength] != 0) {
1394 if (usearch_getMatchedText(strsrch, matchtext, 128, &status) !=