HomeSort by relevance Sort by last modified time
    Searched refs:PAIR2 (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserSplitTests.java 113 private static final String PAIR2 = "\ud834\udd22";
116 private static final String SURROGATE1 = PAIR1 + PAIR2;
117 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3;
144 "ab" + PAIR2 + "cd",
145 "ab" + PAIR2 + "cd");
171 PAIR1 + "\\," + PAIR2, PAIR1 + "\\," + PAIR2);
183 PAIR1 + "\\\\" + PAIR2, PAIR1 + "\\\\" + PAIR2);
197 assertTextArray("Multiple surrogates", PAIR1 + "," + PAIR2 + "," + PAIR3
    [all...]
KeySpecParserTests.java 104 private static final String PAIR2 = "\ud834\udd22";
105 private static final int CODE2 = PAIR2.codePointAt(0);
108 private static final String SURROGATE1 = PAIR1 + PAIR2;
109 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3;
126 assertParser("Single escaped surrogate", "\\" + PAIR2,
127 PAIR2, null, ICON_UNDEFINED, CODE2);
145 "a|" + PAIR1 + "\\|" + PAIR2,
146 "a", PAIR1 + "|" + PAIR2, ICON_UNDEFINED, CODE_OUTPUT_TEXT);
174 assertParser("Surrogate label with escaped bar", PAIR1 + "\\|" + PAIR2,
175 PAIR1 + "|" + PAIR2, PAIR1 + "|" + PAIR2
    [all...]

Completed in 96 milliseconds