Home | History | Annotate | Download | only in header

Lines Matching refs:zoneStart

1087                 int zoneStart = host.indexOf('%');
1088 if(zoneStart != -1)
1089 host = host.substring(0, zoneStart);