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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c1296 jint *tmpstyle; local
1311 tmpstyle = (jint *)malloc(sizeof(jint)*(text->length));
1312 if (tmpstyle == (jint *) NULL) {
1317 tmpstyle[cnt] = text->feedback[cnt];
1319 text->length, (jint *)tmpstyle);

Completed in 48 milliseconds