Home
last modified time | relevance | path

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

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