Home | History | Annotate | Download | only in keyboard

Lines Matching refs:CODE_SPACE

77     public static final int CODE_SPACE = ' ';
413 if (code < CODE_SPACE) return String.format("'\\u%02x'", code);