Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/util/
DIPAddressUtil.java138 int colonp; in textToNumericFormatV6() local
155 colonp = -1; in textToNumericFormatV6()
178 if (colonp != -1) in textToNumericFormatV6()
180 colonp = j; in textToNumericFormatV6()
223 if (colonp != -1) { in textToNumericFormatV6()
224 int n = j - colonp; in textToNumericFormatV6()
229 dst[INADDR16SZ - i] = dst[colonp + n - i]; in textToNumericFormatV6()
230 dst[colonp + n - i] = 0; in textToNumericFormatV6()