Home | History | Annotate | Download | only in text

Lines Matching defs:codepoints

319             final int[] codepoints = new int[]{exceptions[i][0]};
320 assertCodePointMatch(exceptions[i][1], codepoints);
910 assertCodePointMatch(emoji.id(), emoji.codepoints());
913 private void assertCodePointMatch(int id, int[] codepoints) {
914 TestString string = new TestString(codepoints);
919 string = new TestString(codepoints).withPrefix().withSuffix();
924 string = new TestString(codepoints).withSuffix();
929 private void assertCodePointDoesNotMatch(int[] codepoints) {
930 TestString string = new TestString(codepoints);
934 string = new TestString(codepoints).withSuffix().withPrefix();
938 string = new TestString(codepoints).withPrefix();