Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeySpecParserTestsBase.java80 private static final String SURROGATE_PAIRS4 = SURROGATE_PAIR1 + SURROGATE_PAIR2; field in KeySpecParserTestsBase
81 private static final String SURROGATE_PAIRS5 = SURROGATE_PAIRS4 + SURROGATE_PAIR3;
112 assertParser("Single letter with surrogate outputText", "a|" + SURROGATE_PAIRS4, in testSingleLetter()
113 "a", SURROGATE_PAIRS4, ICON_UNDEFINED, CODE_OUTPUT_TEXT); in testSingleLetter()
145 assertParser("Simple surrogate label", SURROGATE_PAIRS4, in testLabel()
146 SURROGATE_PAIRS4, SURROGATE_PAIRS4, ICON_UNDEFINED, CODE_OUTPUT_TEXT); in testLabel()
160 assertParser("Surrogate label starts with bang", "!" + SURROGATE_PAIRS4, in testLabel()
161 "!" + SURROGATE_PAIRS4, "!" + SURROGATE_PAIRS4, ICON_UNDEFINED, CODE_OUTPUT_TEXT); in testLabel()