Searched refs:CN (Results 1 – 5 of 5) sorted by relevance
160 int CN = mClass.length(); in getShortClassName() local161 if (CN > PN && mClass.charAt(PN) == '.') { in getShortClassName()162 return mClass.substring(PN, CN); in getShortClassName()172 int CN = className.length(); in appendShortClassName() local173 if (CN > PN && className.charAt(PN) == '.') { in appendShortClassName()174 sb.append(className, PN, CN); in appendShortClassName()185 int CN = className.length(); in printShortClassName() local186 if (CN > PN && className.charAt(PN) == '.') { in printShortClassName()187 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'
58 Issuer: CN = Google CryptAuthVault62 Subject: CN = Google CryptAuthVault
399 if (oid.elementAt(i).equals(X509Name.CN)) { in DName()
3125 const size_t CN = cl->getEntries().size(); in flatten() local3126 for (size_t ci=0; ci<CN; ci++) { in flatten()3130 for (size_t cj=ci+1; cj<CN; cj++) { in flatten()