Searched refs:optionLength (Results 1 – 4 of 4) sorted by relevance
152 public static int optionLength(String option) { in optionLength() method in JDiff153 return Options.optionLength(option); in optionLength()
35 public static int optionLength(String option) { in optionLength() method in Options
357 int optionLength = 0; in readAnswer() local359 optionLength = _messageInputStream.readUnsignedShort(); in readAnswer()365 if (_messageInputStream.available() >= optionLength) { in readAnswer()366 optiondata = _messageInputStream.readBytes(optionLength); in readAnswer()
535 public static int optionLength(String option) { in optionLength() method in Doclava