Home | History | Annotate | Download | only in openwnn

Lines Matching refs:Character

116      *  Private area character code got by {@link KeyEvent#getUnicodeChar()}.
922 * Create a {@link StrSegment} from a character code.
924 * @param charCode A character code
931 return new StrSegment(Character.toChars(charCode));
945 /* do nothing if the character is not able to display or the character is dead key */
978 /* get the key character */
983 /* handling auto caps for a alphabet character */
1017 /* append the character to the composing text if the character is not TAB */
1242 * Handle the character code from the hardware keyboard except the space key.
1244 * @param str The input character
1602 * Commit the composing text except the alphabet character at the tail.
2008 if (Character.isLowerCase(top)) {
2009 str = Character.toString(Character.toUpperCase(top));
2021 * Handle character input from the software keyboard without listing candidates.
2023 * @param chars The input character(s)
2034 /* commit if the input character is not alphabet */
2048 * Handle character input from the software keyboard.
2050 * @param chars The input character(s)
2180 * Insert a white space if the previous character is not a white space.