Searched refs:counterDepth (Results 1 – 2 of 2) sorted by relevance
26 maxCounterDepth = g.counterDepth; in makeRegex()179 uint counterDepth = 0; // current depth of nested counted repetitions member378 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1); in fixRepetition()396 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1); in fixRepetition()
22 maxCounterDepth = g.counterDepth; in makeRegex()260 uint counterDepth = 0; // current depth of nested counted repetitions member459 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1); in fixRepetition()477 counterDepth = std.algorithm.comparison.max(counterDepth, nesting+1); in fixRepetition()