Home
last modified time | relevance | path

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

/external/proguard/src/proguard/retrace/
DReTrace.java116 StringBuffer expressionBuffer = new StringBuffer(regularExpression.length() + 32); in execute() local
130 expressionBuffer.append(regularExpression.substring(index, nextIndex)); in execute()
131 expressionBuffer.append('('); in execute()
137 expressionBuffer.append(REGEX_CLASS); in execute()
141 expressionBuffer.append(REGEX_CLASS_SLASH); in execute()
145 expressionBuffer.append(REGEX_LINE_NUMBER); in execute()
149 expressionBuffer.append(REGEX_TYPE); in execute()
153 expressionBuffer.append(REGEX_MEMBER); in execute()
157 expressionBuffer.append(REGEX_MEMBER); in execute()
161 expressionBuffer.append(REGEX_ARGUMENTS); in execute()
[all …]