Searched refs:OPT_VALUE_SEPARATORS (Results 1 – 1 of 1) sorted by relevance
476 for (int s = 0; s < OPT_VALUE_SEPARATORS.length; ++ s) in getOptNameAndValue()478 final int index = name.indexOf (OPT_VALUE_SEPARATORS [s]); in getOptNameAndValue()481 separator = OPT_VALUE_SEPARATORS [s]; in getOptNameAndValue()1593 private static final char [] OPT_VALUE_SEPARATORS = new char [] {':', '='}; field in OptsParser