Searched refs:parseInternal (Results 1 – 3 of 3) sorted by relevance
227 HttpCookie cookie = parseInternal(header, retainHeader); in parse()236 HttpCookie cookie = parseInternal(cookieStr, retainHeader); in parse()843 private static HttpCookie parseInternal(String header, in parseInternal() method in HttpCookie
175 private static java.net.HttpCookie parseInternal( in parseInternal() method in HttpCookie
1725 return parseInternal(text, pos); in parse()1731 private Date parseInternal(String text, ParsePosition pos) in parseInternal() method