Home
last modified time | relevance | path

Searched refs:textIt (Results 1 – 25 of 47) sorted by relevance

12

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/index/
H A Dtest_index_fm_rank_dictionary.cpp224 for (TTextIterator textIt = this->textBegin; textIt != this->textEnd; ++textIt) in SEQAN_TYPED_TEST() local
225 SEQAN_ASSERT_EQ(getValue(dict, (unsigned long)(textIt - this->textBegin)), value(textIt)); in SEQAN_TYPED_TEST()
247 for (TTextIterator textIt = this->textBegin; textIt != this->textEnd; ++textIt) in SEQAN_TYPED_TEST() local
250 prefixSum[ordValue(value(textIt))]++; in SEQAN_TYPED_TEST()
254 … SEQAN_ASSERT_EQ(getRank(dict, (unsigned long)(textIt - this->textBegin), c), prefixSum[c]); in SEQAN_TYPED_TEST()
273 for (TTextIterator textIt = this->textBegin; textIt != this->textEnd; ++textIt) in SEQAN_TYPED_TEST() local
276 prefixSum[ordValue(value(textIt))]++; in SEQAN_TYPED_TEST()
283 …SEQAN_ASSERT_EQ(getRank(dict, (unsigned long)(textIt - this->textBegin), c, smaller), prefixSum[c]… in SEQAN_TYPED_TEST()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dfind2_index.h123 Finder_(TTextIterator const & textIt) :
124 _textIt(textIt),
210 TTextIterator & textIt = _textIterator(finder);
218 if (goDown(textIt, suffix(pattern, position(patternIt))))
223 goUp(textIt);
236 else if (goDown(textIt))
248 if (isRoot(textIt)) break;
253 while (!goRight(textIt) && goUp(textIt));
256 if (isRoot(textIt)) break;
H A Dindex_fm_rank_dictionary_base.h264 for (TTextIterator textIt = textBegin; textIt != textEnd; ++textIt)
265 setValue(dict, textIt - textBegin, *textIt);
H A Dindex_fm_rank_dictionary_wt.h426 for (TTextIterator textIt = textBegin; textIt != textEnd; ++textIt)
433 if (ordGreater(getCharacter(it), *textIt))
H A Dfind_index_lambda.h207 TTextIt textIt(text);
218 approximateTreeSearch(delegator, needleIt, textIt, threshold);
H A Dfind2_backtracking.h380 TTextIterator const & textIt, TPatternIterator const & patternIt)
383 appendValue(finder.textStack, textIt);
541 TTextIterator & textIt = back(finder.textStack);
545 if (goDown(patternIt) && goDown(textIt, parentEdgeLabel(patternIt)))
654 TTextIterator & textIt = back(finder.textStack);
655 if (goDown(textIt, parentEdgeLabel(patternIt)))
1348 TTextIterator textIt(text);
1352 _initState(finder, textIt, patternIt);
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dfind2_index.h123 Finder_(TTextIterator const & textIt) :
124 _textIt(textIt),
210 TTextIterator & textIt = _textIterator(finder);
218 if (goDown(textIt, suffix(pattern, position(patternIt))))
223 goUp(textIt);
236 else if (goDown(textIt))
248 if (isRoot(textIt)) break;
253 while (!goRight(textIt) && goUp(textIt));
256 if (isRoot(textIt)) break;
H A Dindex_fm_rank_dictionary_base.h264 for (TTextIterator textIt = textBegin; textIt != textEnd; ++textIt)
265 setValue(dict, textIt - textBegin, *textIt);
H A Dindex_fm_rank_dictionary_wt.h426 for (TTextIterator textIt = textBegin; textIt != textEnd; ++textIt)
433 if (ordGreater(getCharacter(it), *textIt))
H A Dfind_index_lambda.h207 TTextIt textIt(text);
218 approximateTreeSearch(delegator, needleIt, textIt, threshold);
H A Dfind2_backtracking.h380 TTextIterator const & textIt, TPatternIterator const & patternIt)
383 appendValue(finder.textStack, textIt);
541 TTextIterator & textIt = back(finder.textStack);
545 if (goDown(patternIt) && goDown(textIt, parentEdgeLabel(patternIt)))
654 TTextIterator & textIt = back(finder.textStack);
655 if (goDown(textIt, parentEdgeLabel(patternIt)))
1348 TTextIterator textIt(text);
1352 _initState(finder, textIt, patternIt);
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dfind2_index.h123 Finder_(TTextIterator const & textIt) :
124 _textIt(textIt),
210 TTextIterator & textIt = _textIterator(finder);
218 if (goDown(textIt, suffix(pattern, position(patternIt))))
223 goUp(textIt);
236 else if (goDown(textIt))
248 if (isRoot(textIt)) break;
253 while (!goRight(textIt) && goUp(textIt));
256 if (isRoot(textIt)) break;
H A Dindex_fm_rank_dictionary_base.h239 for (TTextIterator textIt = textBegin; textIt != textEnd; ++textIt)
240 setValue(dict, textIt - textBegin, value(textIt));
H A Dindex_fm_rank_dictionary_wt.h344 for (TTextIterator textIt = textBegin; textIt != textEnd; ++textIt)
351 if (ordGreater(getCharacter(it), value(textIt)))
H A Dfind2_backtracking.h380 TTextIterator const & textIt, TPatternIterator const & patternIt)
383 appendValue(finder.textStack, textIt);
541 TTextIterator & textIt = back(finder.textStack);
545 if (goDown(patternIt) && goDown(textIt, parentEdgeLabel(patternIt)))
654 TTextIterator & textIt = back(finder.textStack);
655 if (goDown(textIt, parentEdgeLabel(patternIt)))
1348 TTextIterator textIt(text);
1352 _initState(finder, textIt, patternIt);
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/searchjoin/
H A Dfinder.h405 TTextIterator const & textIt = back(finder.textStack);
408 TOccurrences textOccurrences = getOccurrences(textIt);
549 TTextIterator textIt(dbFinder.dbIndex.index);
554 _initState(finderExt, textIt, patternIt);
566 TTextIterator textIt(dbFinder.dbIndex.index);
571 _initState(finderApx, textIt, patternIt);
605 TTextIterator textIt(dbFinder.dbIndex.index);
610 _initState(finderExt, textIt, patternIt);
622 TTextIterator textIt(dbFinder.dbIndex.index);
627 _initState(finderApx, textIt, patternIt);
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/extras/
H A Dartist_to_albumartist.cpp57 auto &textIt = dynamic_cast<TextFrame &>(**it); in copy_album_artist() local
59 frame->setText(textIt.fieldList()); in copy_album_artist()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/find/
H A Dfind_lambda.h107 void operator()(TTextIt & textIt, TScore score) in operator()
109 delegate(textIt, needlesIt, score); in operator()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/find/
H A Dfind_lambda.h107 void operator()(TTextIt & textIt, TScore score) in operator()
109 delegate(textIt, needlesIt, score); in operator()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/find/
H A Dfind_lambda.h107 void operator()(TTextIt & textIt, TScore score) in operator()
109 delegate(textIt, needlesIt, score); in operator()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWChart.cxx218 for (auto textIt : m_textZoneMap) { in sendChart() local
219 TextZone const &zone= textIt.second; in sendChart()
293 for (auto textIt : m_textZoneMap) { in sendChart() local
294 TextZone const &zone= textIt.second; in sendChart()
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DLaTeX2Flat.cwp50 "textit" #continue textIt | "textbf" #continue textBf | "samp" #continue samp |
146 textIt ::= compoundText;
/dports/print/libpagemaker/libpagemaker-0.0.4/src/lib/
H A DPMDParser.cpp366 RecordIterator textIt = beginRecordsWithSeqNumber(textBoxText); in parseTextBox() local
367 if (textIt == endRecords()) in parseTextBox()
372 for (; textIt != endRecords(); ++textIt) in parseTextBox()
374 const PMDRecordContainer &textContainer = *textIt; in parseTextBox()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}

12