HomeSort by relevance Sort by last modified time
    Searched refs:cnLen (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java 190 int cnLen = cn.length();
191 if(cnLen >= 7 && cnLen <= 9) {
193 if(cn.charAt(cnLen - 3) == '.') {
195 String s = cn.substring(2, cnLen - 3);
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 465 milliseconds