HomeSort by relevance Sort by last modified time
    Searched defs:quantityType (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.h 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
    [all...]
RegexPattern.h 97 QuantifierType quantityType;
106 quantityType = QuantifierFixedCount;
115 quantityType = QuantifierFixedCount;
126 quantityType = QuantifierFixedCount;
134 quantityType = QuantifierFixedCount;
143 quantityType = QuantifierFixedCount;
180 quantityType = type;

Completed in 105 milliseconds