Home
last modified time | relevance | path

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

/external/proguard/src/proguard/obfuscate/
DSimpleNameFactory.java108 int totalCharacterCount = generateMixedCaseNames ? in newName() local
112 int baseIndex = index / totalCharacterCount; in newName()
113 int offset = index % totalCharacterCount; in newName()