Searched refs:CN (Results 1 – 4 of 4) sorted by relevance
159 int CN = mClass.length(); in getShortClassName() local160 if (CN > PN && mClass.charAt(PN) == '.') { in getShortClassName()161 return mClass.substring(PN, CN); in getShortClassName()171 int CN = className.length(); in appendShortClassName() local172 if (CN > PN && className.charAt(PN) == '.') { in appendShortClassName()173 sb.append(className, PN, CN); in appendShortClassName()184 int CN = className.length(); in printShortClassName() local185 if (CN > PN && className.charAt(PN) == '.') { in printShortClassName()186 pw.write(className, PN, CN-PN); in printShortClassName()
3 development/tools/make_key unit_test '/CN=unit_test'4 development/tools/make_key unit_test_diff '/CN=unit_test_diff'
387 if (oid.elementAt(i).equals(X509Name.CN)) { in DName()
3128 const size_t CN = cl->getEntries().size(); in flatten() local3129 for (size_t ci=0; ci<CN; ci++) { in flatten()3133 for (size_t cj=ci+1; cj<CN; cj++) { in flatten()