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/
KeySpecParserCsvTests.java 88 private static final String PAIR2 = "\ud834\udd22";
91 private static final String SURROGATE1 = PAIR1 + PAIR2;
92 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3;
119 "ab" + PAIR2 + "cd",
120 "ab" + PAIR2 + "cd");
146 PAIR1 + "\\," + PAIR2, PAIR1 + "\\," + PAIR2);
158 PAIR1 + "\\\\" + PAIR2, PAIR1 + "\\\\" + PAIR2);
172 assertTextArray("Multiple surrogates", PAIR1 + "," + PAIR2 + "," + PAIR3
    [all...]
KeySpecParserTests.java 92 private static final String PAIR2 = "\ud834\udd22";
93 private static final int CODE2 = PAIR2.codePointAt(0);
96 private static final String SURROGATE1 = PAIR1 + PAIR2;
97 private static final String SURROGATE2 = PAIR1 + PAIR2 + PAIR3;
114 assertParser("Single escaped surrogate", "\\" + PAIR2,
115 PAIR2, null, ICON_UNDEFINED, CODE2);
133 "a|" + PAIR1 + "\\|" + PAIR2,
134 "a", PAIR1 + "|" + PAIR2, ICON_UNDEFINED, CODE_OUTPUT_TEXT);
162 assertParser("Surrogate label with escaped bar", PAIR1 + "\\|" + PAIR2,
163 PAIR1 + "|" + PAIR2, PAIR1 + "|" + PAIR2
    [all...]

Completed in 192 milliseconds