Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DApproximateWidth.java30 public void handleComment(String line, int commentCharPosition) {
DFileProcessor.java36 public void handleComment(String line, int commentCharPosition) { in handleComment() argument
/external/cldr/tools/java/org/unicode/cldr/tool/
DMakeTransliterator.java130 int commentCharPosition = line.indexOf('#'); in main() local
131 if (commentCharPosition >= 0) { in main()
132 line = line.substring(0, commentCharPosition); in main()
/external/cldr/tools/java/org/unicode/cldr/draft/
DFileUtilities.java143 public void handleComment(String line, int commentCharPosition) { in handleComment() argument