Searched refs:stateAttrRe (Results 1 – 1 of 1) sorted by relevance
117 final Matcher stateAttrRe = STATE_ATTR_RE.matcher(""); in parse() local163 if (Utils.matches(stateAttrRe, text)) { in parse()