Searched refs:commentLocation (Results 1 – 1 of 1) sorted by relevance
104 int commentLocation = value.lastIndexOf("//"); in formatln() local106 if (commentLocation > 0) { in formatln()107 comment = value.substring(commentLocation); in formatln()108 value = value.substring(0, commentLocation); in formatln()