Searched refs:PAIR1 (Results 1 - 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
H A D | KeySpecParserSplitTests.java | 111 private static final String PAIR1 = "\ud834\udd1e"; field in class:KeySpecParserSplitTests 116 private static final String SURROGATE1 = PAIR1 + PAIR2; 117 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3; 130 assertTextArray("Surrogate pair", PAIR1, PAIR1); 141 " " + PAIR1 + " ", 142 " " + PAIR1 + " "); 159 assertTextArray("Escaped surrogate pair", "\\" + PAIR1, "\\" + PAIR1); 164 assertTextArray("Escaped surrogate", "a\\" + PAIR1 [all...] |
H A D | KeySpecParserTests.java | 101 private static final String PAIR1 = "\ud834\udd1e"; field in class:KeySpecParserTests 102 private static final int CODE1 = PAIR1.codePointAt(0); 108 private static final String SURROGATE1 = PAIR1 + PAIR2; 109 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3; 114 assertParser("Single surrogate", PAIR1, 115 PAIR1, null, ICON_UNDEFINED, CODE1); 134 assertParser("Single surrogate pair outputText", "G Clef|" + PAIR1, 145 "a|" + PAIR1 + "\\|" + PAIR2, 146 "a", PAIR1 + "|" + PAIR2, ICON_UNDEFINED, CODE_OUTPUT_TEXT); 174 assertParser("Surrogate label with escaped bar", PAIR1 [all...] |
Completed in 61 milliseconds