3009301030113012301330143015301630173018
/** * Allocate the free regexp */ public RegexpState allocateRegexpState() { RegexpState state = _freeRegexpState; _freeRegexpState = null; return state; }
2704270527062707270827092710271127122713
2975297629772978297929802981298229832984