Home | History | Annotate | Download | only in yarr

Lines Matching defs:quantityCount

88             unsigned quantityCount;
99 ByteTerm(UChar ch, int inputPos, unsigned frameLocation, unsigned quantityCount, QuantifierType quantityType)
104 type = (quantityCount == 1) ? ByteTerm::TypePatternCharacterOnce : ByteTerm::TypePatternCharacterFixed;
116 atom.quantityCount = quantityCount;
120 ByteTerm(UChar lo, UChar hi, int inputPos, unsigned frameLocation, unsigned quantityCount, QuantifierType quantityType)
125 type = (quantityCount == 1) ? ByteTerm::TypePatternCasedCharacterOnce : ByteTerm::TypePatternCasedCharacterFixed;
138 atom.quantityCount = quantityCount;
148 atom.quantityCount = 1;
159 atom.quantityCount = 1;
168 atom.quantityCount = 1;
177 atom.quantityCount = 1;