Home | History | Annotate | Download | only in openwnn

Lines Matching defs:SPACE

46     /** A space character */
47 private static final char[] SPACE = {' '};
217 if (chars[0] == SPACE[0] || chars[0] == '\u0009') {
218 /* if the character is a space, commit the composing text */
223 /* if the character is a separator, remove an auto-inserted space and commit the composing text. */
681 insertCharToComposingText(SPACE);
880 * @param withSpace Append a space after the word if {@code true}.