Home | History | Annotate | Download | only in yarr

Lines Matching full:quantitycount

91             unsigned quantityCount;
105 ByteTerm(UChar ch, int inputPos, unsigned frameLocation, unsigned quantityCount, QuantifierType quantityType)
112 type = (quantityCount == 1) ? ByteTerm::TypePatternCharacterOnce : ByteTerm::TypePatternCharacterFixed;
124 atom.quantityCount = quantityCount;
128 ByteTerm(UChar lo, UChar hi, int inputPos, unsigned frameLocation, unsigned quantityCount, QuantifierType quantityType)
135 type = (quantityCount == 1) ? ByteTerm::TypePatternCasedCharacterOnce : ByteTerm::TypePatternCasedCharacterFixed;
148 atom.quantityCount = quantityCount;
159 atom.quantityCount = 1;
171 atom.quantityCount = 1;
181 atom.quantityCount = 1;
191 atom.quantityCount = 1;