Home | History | Annotate | Download | only in net

Lines Matching defs:cachedSsi

490         private volatile int cachedSsi = NOT_CALCULATED;
494 return cachedSsi == NOT_CALCULATED
495 ? cachedSsi = uriString.indexOf(':')
496 : cachedSsi;