Searched refs:PAIR1 (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParserCsvTests.java90 private static final String PAIR1 = "\ud834\udd1e"; field in class:KeySpecParserCsvTests
95 private static final String SURROGATE1 = PAIR1 + PAIR2;
96 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3;
109 assertTextArray("Surrogate pair", PAIR1, PAIR1);
120 " " + PAIR1 + " ",
121 " " + PAIR1 + " ");
138 assertTextArray("Escaped surrogate pair", "\\" + PAIR1, "\\" + PAIR1);
143 assertTextArray("Escaped surrogate", "a\\" + PAIR1
[all...]
H A DKeySpecParserTests.java88 private static final String PAIR1 = "\ud834\udd1e"; field in class:KeySpecParserTests
89 private static final int CODE1 = PAIR1.codePointAt(0);
95 private static final String SURROGATE1 = PAIR1 + PAIR2;
96 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3;
101 assertParser("Single surrogate", PAIR1,
102 PAIR1, null, ICON_UNDEFINED, CODE1);
121 assertParser("Single surrogate pair outputText", "G Clef|" + PAIR1,
132 "a|" + PAIR1 + "\\|" + PAIR2,
133 "a", PAIR1 + "|" + PAIR2, ICON_UNDEFINED, CODE_OUTPUT_TEXT);
161 assertParser("Surrogate label with escaped bar", PAIR1
[all...]

Completed in 7 milliseconds