Home
last modified time | relevance | path

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

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