Searched refs:sequences (Results 1 – 6 of 6) sorted by relevance
114 external/unicode/emoji-sequences.txt \115 external/unicode/emoji-variation-sequences.txt \116 external/unicode/emoji-zwj-sequences.txt \118 external/unicode/additions/emoji-sequences.txt \119 external/unicode/additions/emoji-zwj-sequences.txt \
176 def assert_font_supports_all_sequences(font, sequences): argument178 for base, vs in sorted(sequences):462 sequences = parse_emoji_variants(464 _text_variation_sequences, _emoji_variation_sequences = sequences
596 private static CharSequence joinNotEmpty(CharSequence separator, CharSequence[] sequences) { in joinNotEmpty() argument597 int length = sequences.length; in joinNotEmpty()601 if (!TextUtils.isEmpty(sequences[i])) { in joinNotEmpty()605 sb.append(sequences[i]); in joinNotEmpty()
1877 // "valid" MMI sequences1890 // invalid MMI sequences
327 // However, an extension field still accepts non-UTF-8 byte sequences.
1287 * Fix bytes type setter to work with byte sequences with embedded NULLs.