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

/openjdk7/jdk/src/share/native/java/lang/
H A DSystem.c116 char *platformDispVal, char *platformFmtVal,
136 if (platformDispVal) {
137 PUTPROP(props, baseKey, platformDispVal);
138 baseVal = platformDispVal;
146 if (platformDispVal && (strcmp(baseVal, platformDispVal) != 0)) {
147 PUTPROP(props, buf, platformDispVal);
115 fillI18nProps(JNIEnv *env, jobject props, char *baseKey, char *platformDispVal, char *platformFmtVal, jmethodID putID, jmethodID getPropID) argument

Completed in 29 milliseconds