Home
last modified time | relevance | path

Searched refs:lexicon (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/re/
H A D__init__.py338 def __init__(self, lexicon, flags=0):
342 self.lexicon = lexicon
347 for phrase, action in lexicon:
367 action = self.lexicon[m.lastindex-1][1]
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py659 print(short, "short indexes in lexicon")
674 # generate lexicon from words
677 lexicon = ""
680 # build a lexicon string
687 o = lexicon.find(ww)
690 lexicon = lexicon + ww
695 lexicon = list(map(ord, lexicon))
697 # generate phrasebook from names and lexicon
[all...]
/third_party/python/Modules/
H A Dunicodename_db.h5 /* lexicon */
6 static const unsigned char lexicon[] = { variable
[all...]
H A Dunicodedata.c1145 /* copy word string from lexicon. the last character in the in _getucname()
1148 w = lexicon + lexicon_offset[word]; in _getucname()

Completed in 32 milliseconds