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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1005 jchar unicodeValue = (jchar) keysym; local
1017 unicodeValue = (jchar) (keysym & 0x007F);
1020 unicodeValue = (jchar) 0x000a; /* the unicode char for Linefeed */
1023 unicodeValue = (jchar) 0x0018; /* the unicode char for Cancel */
1029 if (unicodeValue != (jchar)keysym) {
1031 "In keysymToUnicode:", keysym, unicodeValue);
1034 return unicodeValue;

Completed in 39 milliseconds