Searched refs:countStr (Results 1 – 1 of 1) sorted by relevance
920 String countStr = nextArg(); in processOptions() local921 if (countStr == null) { in processOptions()928 mCount = Integer.parseInt(countStr); in processOptions()930 Logger.err.println("** Error: Count is not a number: \"" + countStr + "\""); in processOptions()