Searched refs:intString (Results 1 – 2 of 2) sorted by relevance
591 final String intString; in fetchBody() local593 intString = response.substring(start, end); in fetchBody()595 intString = response.substring(start); in fetchBody()597 message.setSize(Integer.parseInt(intString)); in fetchBody()
2424 private static String convertStringToBoolString(String intString) { in convertStringToBoolString() argument2425 if ("0".equals(intString) || "false".equalsIgnoreCase(intString)) return "false"; in convertStringToBoolString()