Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLog.java104 int commentLocation = value.lastIndexOf("//"); in formatln() local
106 if (commentLocation > 0) { in formatln()
107 comment = value.substring(commentLocation); in formatln()
108 value = value.substring(0, commentLocation); in formatln()