Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py67 NAMED_SEQUENCES_START = 0xF0200 variable
784 NAMED_SEQUENCES_START)
786 (NAMED_SEQUENCES_START + len(unicode.named_sequences)))
1058 assert pua_index < NAMED_SEQUENCES_START
1059 pua_index = NAMED_SEQUENCES_START
1070 assert pua_index - NAMED_SEQUENCES_START == len(self.named_sequences)