Lines Matching refs:MATCH
270 errln("Error with the initialization of match start and length");
282 infoln("Error following match found at idx,len %d,%d; expected %d,%d",
308 errln("Error following match found at %d %d",
324 errln("Error following match found at %d %d",
349 errln("Error following match found at %d %d",
685 errln("Error: string search object expected to match itself");
688 errln("Error: string search objects are not expected to match");
1226 errln("Error match found at %d %d",
1249 errln("Error match found at %d %d",
1296 errln("Error setting canonical match to the default");
1301 errln("Error setting canonical match true");
1306 errln("Error setting canonical match false");
1311 errln("Error setting canonical match to illegal value");
1325 SearchData search = MATCH[0];
1356 errln("Error match found at %d %d", strsrch->getMatchedStart(),
1365 errln("Error getting match text");
1373 errln("Error end of match not found");
1386 while (MATCH[count].text != NULL) {
1387 SearchData search = MATCH[count];
1413 errln("Error getting first match");
1417 errln("Error getting last match");
1425 errln("Error getting following match at index %d",
1434 errln("Error getting preceeding match at index %d",
1442 errln("Error expecting out of bounds match");
1445 errln("Error expecting out of bounds match");
2059 errln("Error match found at %d %d",
2082 errln("Error match found at %d %d", strsrch->getMatchedStart(),
2265 int match = m_text_.indexOf(m_pattern_, start);
2266 if (match < 0) {
2272 setMatchStart(match);
2273 m_offset_ = match;
2275 return match;
2284 int match = m_text_.lastIndexOf(m_pattern_, 0, start);
2285 if (match < 0) {
2291 setMatchStart(match);
2292 m_offset_ = match;
2294 return match;
2334 errln("Error getting next match");
2337 errln("Error getting next match length");
2345 errln("Error getting previous match");
2348 errln("Error getting previous match length");