OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comments_start
(Results
1 - 1
of
1
) sorted by null
/external/proguard/src/proguard/
WordReader.java
150
int
comments_start
= currentLine.indexOf(COMMENT_CHARACTER);
local
151
if (
comments_start
>= 0)
153
currentLineLength =
comments_start
;
156
String comment = currentLine.substring(
comments_start
+ 1);
Completed in 133 milliseconds