Home
last modified time | relevance | path

Searched refs:addCodePoint (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTestsDeadKeys.java30 public EventList addCodePoint(final int codePoint, final boolean isDead) { in addCodePoint() method in InputLogicTestsDeadKeys.EventList
55 .addCodePoint('a', false) in testDeadCircumflexSimple()
56 .addCodePoint(MODIFIER_LETTER_CIRCUMFLEX_ACCENT, true) in testDeadCircumflexSimple()
57 .addCodePoint('e', false); in testDeadCircumflexSimple()
68 .addCodePoint('a', false) in testDeadCircumflexBackspace()
69 .addCodePoint(MODIFIER_LETTER_CIRCUMFLEX_ACCENT, true) in testDeadCircumflexBackspace()
71 .addCodePoint('e', false); in testDeadCircumflexBackspace()
82 .addCodePoint('a', false) in testDeadCircumflexFeedback()
83 .addCodePoint(MODIFIER_LETTER_CIRCUMFLEX_ACCENT, true); in testDeadCircumflexFeedback()
95 .addCodePoint('a', false) in testDeadDiaeresisSpace()
[all …]