Searched refs:constantPattern (Results 1 – 1 of 1) sorted by relevance
289 type.toString() == "int" && constantPattern.matcher(getDocumentation(item, tag)).find() in checkVariable()327 val constantPattern: Pattern = Pattern.compile("[A-Z]{3,}_([A-Z]{3,}|\\*)") constant