Home | History | Annotate | Download | only in view

Lines Matching refs:getDeadChar

1213      * For example, getDeadChar('`', 'e') returns è.
1215 public static int getDeadChar(int accent, int c) {
1216 return KeyCharacterMap.getDeadChar(accent, c);
2415 * actually produce a character -- see {@link KeyCharacterMap#getDeadChar} --
2438 * actually produce a character -- see {@link KeyCharacterMap#getDeadChar} --