Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInMemoryCookieStore.java288 int firstDotInHost = host.indexOf('.'); in netscapeDomainMatches() local
289 if (firstDotInHost == -1 && isLocalDomain) { in netscapeDomainMatches()
DHttpCookie.java676 int firstDotInHost = host.indexOf('.'); in domainMatches() local
677 if (firstDotInHost == -1 && in domainMatches()