Searched refs:possibleLengthString (Results 1 – 1 of 1) sorted by relevance
536 private static Set<Integer> parsePossibleLengthStringToSet(String possibleLengthString) { in parsePossibleLengthStringToSet() argument537 if (possibleLengthString.length() == 0) { in parsePossibleLengthStringToSet()540 String[] lengths = possibleLengthString.split(","); in parsePossibleLengthStringToSet()547 possibleLengthString)); in parsePossibleLengthStringToSet()551 + "length string %s.", possibleLengthString)); in parsePossibleLengthStringToSet()557 + "missing for %s.", possibleLengthString)); in parsePossibleLengthStringToSet()566 possibleLengthString)); in parsePossibleLengthStringToSet()571 + "possibleLength string %s", j, possibleLengthString)); in parsePossibleLengthStringToSet()578 + "possibleLength string %s", length, possibleLengthString)); in parsePossibleLengthStringToSet()