Searched defs:PARENS (Results 1 – 3 of 3) sorted by relevance
72 public static final TextAttributesKey PARENS = createTextAttributesKey( field in SmaliHighlightingColors
179 static final Pattern PARENS = Pattern.compile("\\s*\\(.*\\)"); field in ShowStarredCoverage
197 #define PARENS "([ -~])*(A)(B)(C)(D)(E)(F)(G)(H)(I)(J)(K)(L)(M)" \ macro