Home
last modified time | relevance | path

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

/frameworks/base/tools/fonts/
Dfontchain_lint.py431 def contains_excluded(t): function
438 t for t in _emoji_properties['Emoji'] if not contains_excluded(t))
440 (t, v) for (t, v) in _emoji_sequences.items() if not contains_excluded(t))