Searched defs:helperTestComposing (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputLogicTests.java462 private void helperTestComposing(final String wordToType, final boolean shouldBeComposing) { method in class:InputLogicTests
473 helperTestComposing("a", true);
476 helperTestComposing("'", false);
478 helperTestComposing("'-", false);
481 helperTestComposing("-", false);
483 helperTestComposing("-'", false);
485 helperTestComposing("a-", true);
487 helperTestComposing("a'", true);

Completed in 55 milliseconds