Searched refs:codeStart (Results 1 – 3 of 3) sorted by relevance
34 int codeStart; in parse() local41 codeStart = 9; in parse()52 codeStart = 4; in parse()58 if (statusLine.length() < codeStart + 3) { in parse()63 code = Integer.parseInt(statusLine.substring(codeStart, codeStart + 3)); in parse()71 if (statusLine.length() > codeStart + 3) { in parse()72 if (statusLine.charAt(codeStart + 3) != ' ') { in parse()75 message = statusLine.substring(codeStart + 4); in parse()
36 int codeStart; in parse() local43 codeStart = 9; in parse()54 codeStart = 4; in parse()60 if (statusLine.length() < codeStart + 3) { in parse()65 code = Integer.parseInt(statusLine.substring(codeStart, codeStart + 3)); in parse()73 if (statusLine.length() > codeStart + 3) { in parse()74 if (statusLine.charAt(codeStart + 3) != ' ') { in parse()77 message = statusLine.substring(codeStart + 4); in parse()
947 int codeStart, in generalize() argument952 for (int offset = codeStart; offset < codeEnd; offset++) in generalize()