Searched refs:parseInternal (Results 1 – 2 of 2) sorted by relevance
235 HttpCookie cookie = parseInternal(header, retainHeader); in parse()244 HttpCookie cookie = parseInternal(cookieStr, retainHeader); in parse()852 private static HttpCookie parseInternal(String header, in parseInternal() method in HttpCookie
1528 return parseInternal(text, pos); in parse()1534 private Date parseInternal(String text, ParsePosition pos) in parseInternal() method