Searched refs:String_getBytes_ID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Djni_util.c615 static jmethodID String_getBytes_ID; /* String.getBytes(enc) */ variable
686 String_getBytes_ID = (*env)->GetMethodID(env, JNU_ClassString(env),
792 hab = (*env)->CallObjectMethod(env, jstr, String_getBytes_ID, jnuEncoding);

Completed in 252 milliseconds