Home
last modified time | relevance | path

Searched refs:codePos (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DHttpURLConnection.java715 int codePos = statusLine.indexOf(' '); in getResponseCode() local
716 if (codePos > 0) { in getResponseCode()
718 int phrasePos = statusLine.indexOf(' ', codePos+1); in getResponseCode()
730 (statusLine.substring(codePos+1, phrasePos)); in getResponseCode()