Home
last modified time | relevance | path

Searched refs:sequences (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/data/fonts/
DAndroid.mk114 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 \
/frameworks/base/tools/fonts/
Dfontchain_linter.py176 def assert_font_supports_all_sequences(font, sequences): argument
178 for base, vs in sorted(sequences):
462 sequences = parse_emoji_variants(
464 _text_variation_sequences, _emoji_variation_sequences = sequences
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextController.java596 private static CharSequence joinNotEmpty(CharSequence separator, CharSequence[] sequences) { in joinNotEmpty() argument
597 int length = sequences.length; in joinNotEmpty()
601 if (!TextUtils.isEmpty(sequences[i])) { in joinNotEmpty()
605 sb.append(sequences[i]); in joinNotEmpty()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1877 // "valid" MMI sequences
1890 // invalid MMI sequences
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto327 // However, an extension field still accepts non-UTF-8 byte sequences.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt1287 * Fix bytes type setter to work with byte sequences with embedded NULLs.