Home | History | Annotate | Download | only in intltest

Lines Matching defs:match

271         errln("Error with the initialization of match start and length");
284 errln("Error next match found at %d (len:%d); expected %d (len:%d)",
310 errln("Error next match found at %d (len:%d); expected <NO MATCH>",
327 errln("Error previous match found at %d (len:%d); expected %d (len:%d)",
353 errln("Error previous match found at %d (len:%d); expected <NO MATCH>",
376 errln("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>",
393 errln("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
411 count = -1; // last non-negative offset index, could be -1 if no match
426 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n",
445 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
788 errln("Error: string search object expected to match itself");
791 errln("Error: string search objects are not expected to match");
1319 errln("Error match found at %d %d",
1342 errln("Error match found at %d %d",
1389 errln("Error setting canonical match to the default");
1394 errln("Error setting canonical match true");
1399 errln("Error setting canonical match false");
1404 errln("Error setting canonical match to illegal value");
1418 SearchData search = MATCH[0];
1449 errln("Error match found at %d %d", strsrch->getMatchedStart(),
1458 errln("Error getting match text");
1466 errln("Error end of match not found");
1479 while (MATCH[count].text != NULL) {
1480 SearchData search = MATCH[count];
1506 errln("Error getting first match");
1510 errln("Error getting last match");
1518 errln("Error getting following match at index %d",
1527 errln("Error getting preceeding match at index %d",
1535 errln("Error expecting out of bounds match");
1538 errln("Error expecting out of bounds match");
2152 errln("Error match found at %d %d",
2175 errln("Error match found at %d %d", strsrch->getMatchedStart(),
2358 int match = m_text_.indexOf(m_pattern_, start);
2359 if (match < 0) {
2365 setMatchStart(match);
2366 m_offset_ = match;
2368 return match;
2377 int match = m_text_.lastIndexOf(m_pattern_, 0, start);
2378 if (match < 0) {
2384 setMatchStart(match);
2385 m_offset_ = match;
2387 return match;
2427 errln("Error getting next match");
2430 errln("Error getting next match length");
2438 errln("Error getting previous match");
2441 errln("Error getting previous match length");