Home | History | Annotate | Download | only in yarr

Lines Matching defs:quantityType

87             QuantifierType quantityType;
99 ByteTerm(UChar ch, int inputPos, unsigned frameLocation, unsigned quantityCount, QuantifierType quantityType)
102 switch (quantityType) {
115 atom.quantityType = quantityType;
120 ByteTerm(UChar lo, UChar hi, int inputPos, unsigned frameLocation, unsigned quantityCount, QuantifierType quantityType)
123 switch (quantityType) {
137 atom.quantityType = quantityType;
147 atom.quantityType = QuantifierFixedCount;
158 atom.quantityType = QuantifierFixedCount;
167 atom.quantityType = QuantifierFixedCount;
176 atom.quantityType = QuantifierFixedCount;