Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dunicodedata.c938 #define IS_ALIAS(cp) ((cp >= aliases_start) && (cp < aliases_end)) macro
958 if (!with_alias_and_seq && (IS_ALIAS(code) || IS_NAMED_SEQ(code))) in _getucname()
964 if (IS_ALIAS(code) || IS_NAMED_SEQ(code)) in _getucname()
1087 if (IS_ALIAS(cp)) in _check_alias_and_seq()