Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dre.py293 def __init__(self, lexicon, flags=0): argument
295 self.lexicon = lexicon
300 for phrase, action in lexicon:
319 action = self.lexicon[m.lastindex-1][1]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dre.py307 def __init__(self, lexicon, flags=0): argument
309 self.lexicon = lexicon
314 for phrase, action in lexicon:
333 action = self.lexicon[m.lastindex-1][1]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dunicodename_db.h6 static unsigned char lexicon[] = { variable
Dunicodedata.c963 w = lexicon + lexicon_offset[word]; in _getucname()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dunicodename_db.h6 static unsigned char lexicon[] = { variable
Dunicodedata.c956 w = lexicon + lexicon_offset[word]; in _getucname()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmakeunicodedata.py639 lexicon = ""
649 o = lexicon.find(ww)
652 lexicon = lexicon + ww
657 lexicon = map(ord, lexicon)
704 Array("lexicon", lexicon).dump(fp, trace)