Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DJDiff.java152 public static int optionLength(String option) { in optionLength() method in JDiff
153 return Options.optionLength(option); in optionLength()
DOptions.java35 public static int optionLength(String option) { in optionLength() method in Options