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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTEvent.h38 unichar NsCharToJavaChar(unichar nsChar, NSUInteger modifiers);
H A DAWTEvent.m40 * We use the incoming unichar (ignoring all modifiers) and try to figure out
48 * that's no problem, we just say pass the unichar. But for the
324 unichar nsChar;
325 unichar javaChar;
344 unichar NsCharToJavaChar(unichar nsChar, NSUInteger modifiers)
381 static unichar NsGetDeadKeyChar(unsigned short keyCode)
426 NsCharToJavaVirtualKeyCode(unichar ch, BOOL isDeadChar,
428 jint *keyCode, jint *keyLocation, BOOL *postsTyped, unichar *deadChar)
434 unichar testDeadCha
[all...]
H A DCMenuItem.m85 unichar ch = NsCharToJavaChar([eventKey characterAtIndex:0], 0);
229 static unichar AWTKeyToMacShortcut(jint awtKey, BOOL doShift) {
230 unichar macKey = 0;
327 unichar macKey = shortcutKey;
334 unichar equivalent[1] = {macKey};

Completed in 23 milliseconds