Searched refs:SPACE (Results 1 – 2 of 2) sorted by relevance
78 private static final String SPACE = " "; field in PostalSplitter123 if (hasCountry) builder.append(SPACE); in joinJaJp()136 if (hasRegion) builder.append(SPACE); in joinJaJp()140 if (hasRegion || hasCity) builder.append(SPACE); in joinJaJp()153 if (hasStreet) builder.append(SPACE); in joinJaJp()206 if (hasCity) builder.append(COMMA + SPACE); in joinEnUs()210 if (hasCity || hasRegion) builder.append(SPACE); in joinEnUs()
47 private static final char[] SPACE = {' '}; field in OpenWnnEN217 if (chars[0] == SPACE[0] || chars[0] == '\u0009') { in insertCharToComposingText()681 insertCharToComposingText(SPACE); in processKeyEvent()