Lines Matching refs:shortPattern
1234 BoyerMooreSearch *shortPattern = NULL;
1265 shortPattern = new BoyerMooreSearch(data, sp.unescape(), NULL, status);
1272 shortPattern->getBadCharacterTable();
1279 shortPattern->getGoodSuffixTable();
1286 shortPattern->getDynamicClassID();
1293 shortPattern->getStaticClassID();
1300 shortPattern->getData();
1307 ce1 = shortPattern->getPatternCEs();
1347 shortPattern->setTargetString(&target, status);
1348 if (shortPattern->search(0, start, end)) {
1358 if(shortPattern->empty()){
1364 delete shortPattern;
1382 BMS *shortPattern = NULL;
1401 shortPattern = bms_open(data, spu.getBuffer(), spu.length(), NULL, 0, &status);
1417 bms_setTargetString(shortPattern, target.getBuffer(), target.length(), &status);
1418 if (bms_search(shortPattern, 0, &start, &end)) {
1439 bms_close(shortPattern);