Home | History | Annotate | Download | only in net

Lines Matching defs:cachedSsi

436         private volatile int cachedSsi = NOT_CALCULATED;
440 return cachedSsi == NOT_CALCULATED
441 ? cachedSsi = uriString.indexOf(':')
442 : cachedSsi;