Searched defs:cName (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/security/spec/
H A DEllipticCurve.java52 String cName) {
57 throw new IllegalArgumentException(cName + " is too large");
59 throw new IllegalArgumentException(cName + " is negative");
64 throw new IllegalArgumentException(cName + " is too large");
51 checkValidity(ECField field, BigInteger c, String cName) argument
/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeConverter.cpp126 const char* cName = NULL; local
127 if ((cName = ucnv_getStandardName(icuCanonicalName, "MIME", &status)) != NULL) {
128 return env->NewStringUTF(cName);
129 } else if ((cName = ucnv_getStandardName(icuCanonicalName, "IANA", &status)) != NULL) {
130 return env->NewStringUTF(cName);

Completed in 168 milliseconds