Home
last modified time | relevance | path

Searched refs:dashIndex (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/gui/
DProGuardGUI.java774 int dashIndex = comments.indexOf('-'); in addClassSpecifications() local
775 int periodIndex = comments.indexOf('.', dashIndex); in addClassSpecifications()
776 String panelName = comments.substring(0, dashIndex).trim(); in addClassSpecifications()
777 … String optionName = comments.substring(dashIndex + 1, periodIndex).replace('_', '.').trim(); in addClassSpecifications()