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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParserCsvTests.java92 private static final String PAIR2 = "\ud834\udd22"; field in class:KeySpecParserCsvTests
95 private static final String SURROGATE1 = PAIR1 + PAIR2;
96 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3;
123 "ab" + PAIR2 + "cd",
124 "ab" + PAIR2 + "cd");
150 PAIR1 + "\\," + PAIR2, PAIR1 + "\\," + PAIR2);
162 PAIR1 + "\\\\" + PAIR2, PAIR1 + "\\\\" + PAIR2);
176 assertTextArray("Multiple surrogates", PAIR1 + "," + PAIR2
[all...]
H A DKeySpecParserTests.java91 private static final String PAIR2 = "\ud834\udd22"; field in class:KeySpecParserTests
92 private static final int CODE2 = PAIR2.codePointAt(0);
95 private static final String SURROGATE1 = PAIR1 + PAIR2;
96 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3;
113 assertParser("Single escaped surrogate", "\\" + PAIR2,
114 PAIR2, null, ICON_UNDEFINED, CODE2);
132 "a|" + PAIR1 + "\\|" + PAIR2,
133 "a", PAIR1 + "|" + PAIR2, ICON_UNDEFINED, CODE_OUTPUT_TEXT);
161 assertParser("Surrogate label with escaped bar", PAIR1 + "\\|" + PAIR2,
162 PAIR1 + "|" + PAIR2, PAIR
[all...]

Completed in 48 milliseconds