Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodename_db.h4013 static unsigned int lexicon_offset[] = { variable
Dunicodedata.c967 w = lexicon + lexicon_offset[word]; in _getucname()
/external/python/cpython3/Modules/
Dunicodename_db.h6387 static unsigned int lexicon_offset[] = { variable
Dunicodedata.c1028 w = lexicon + lexicon_offset[word]; in _getucname()
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py638 lexicon_offset = [0]
654 words[w] = len(lexicon_offset)
655 lexicon_offset.append(o)
705 Array("lexicon_offset", lexicon_offset).dump(fp, trace)
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py670 lexicon_offset = [0]
686 words[w] = len(lexicon_offset)
687 lexicon_offset.append(o)
737 Array("lexicon_offset", lexicon_offset).dump(fp, trace)