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

/openjdk7/jdk/src/share/native/java/lang/
H A DSystem.c63 jobject r = (*env)->CallObjectMethod(env, props, putID, jkey, jval); \
77 jobject r = (*env)->CallObjectMethod(env, props, putID, jkey, jval); \
117 jmethodID putID, jmethodID getPropID) {
173 jmethodID putID = (*env)->GetMethodID(env, local
188 if (sprops == NULL || putID == NULL ) return NULL;
376 sprops->format_language, putID, getPropID);
378 sprops->display_script, sprops->format_script, putID, getPropID);
380 sprops->display_country, sprops->format_country, putID, getPropID);
382 sprops->display_variant, sprops->format_variant, putID, getPropID);
115 fillI18nProps(JNIEnv *env, jobject props, char *baseKey, char *platformDispVal, char *platformFmtVal, jmethodID putID, jmethodID getPropID) argument

Completed in 32 milliseconds