Home | History | Annotate | Download | only in yarr

Lines Matching full:quantitycount

243     void addBeginChar(BeginChar beginChar, Vector<TermChain>* hotTerms, QuantifierType quantityType, unsigned quantityCount)
245 if (quantityType == QuantifierFixedCount && quantityCount > 1) {
250 } else if (quantityType == QuantifierFixedCount && quantityCount == 1 && hotTerms->size())
618 ASSERT((term.quantityCount == 1) && (term.quantityType == QuantifierFixedCount));
682 currentInputPosition += term.quantityCount;
692 currentInputPosition += term.quantityCount;
698 if (term.quantityCount == 1 && !term.parentheses.isCopy) {
783 && term.quantityCount == quantifyInfinite
858 if (depth < 2 && termIndex < numTerms - 1 && term.quantityCount == 1)
924 m_beginCharHelper.addBeginChar(BeginChar(character, mask), &beginTerms[i].hotTerms, term.quantityType, term.quantityCount);
928 m_beginCharHelper.addBeginChar(BeginChar(upper, mask), &beginTerms[i].hotTerms, term.quantityType, term.quantityCount);
929 m_beginCharHelper.addBeginChar(BeginChar(lower, mask), &beginTerms[i].hotTerms, term.quantityType, term.quantityCount);
931 m_beginCharHelper.addBeginChar(BeginChar(character, mask), &beginTerms[i].hotTerms, term.quantityType, term.quantityCount);