HomeSort by relevance Sort by last modified time
    Searched refs:lexicon (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodename_db.h 5 /* lexicon */
6 static unsigned char lexicon[] = { variable
    [all...]
unicodedata.c 960 /* copy word string from lexicon. the last character in the
963 w = lexicon + lexicon_offset[word];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodename_db.h 5 /* lexicon */
6 static unsigned char lexicon[] = { variable
    [all...]
unicodedata.c 953 /* copy word string from lexicon. the last character in the
956 w = lexicon + lexicon_offset[word];
    [all...]
  /external/python/cpython2/Modules/
unicodename_db.h 5 /* lexicon */
6 static unsigned char lexicon[] = { variable
    [all...]
unicodedata.c 960 /* copy word string from lexicon. the last character in the
963 w = lexicon + lexicon_offset[word];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
re.py 307 def __init__(self, lexicon, flags=0):
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.2/Lib/
re.py 293 def __init__(self, lexicon, flags=0):
295 self.lexicon = lexicon
300 for phrase, action in lexicon:
319 action = self.lexicon[m.lastindex-1][1]
  /external/python/cpython2/Lib/
re.py 307 def __init__(self, lexicon, flags=0):
309 self.lexicon = lexicon
314 for phrase, action in lexicon:
333 action = self.lexicon[m.lastindex-1][1]
  /external/python/cpython3/Lib/
re.py 347 def __init__(self, lexicon, flags=0):
349 self.lexicon = lexicon
354 for phrase, action in lexicon:
374 action = self.lexicon[m.lastindex-1][1]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
re.py 291 def __init__(self, lexicon, flags=0):
293 self.lexicon = lexicon
298 for phrase, action in lexicon:
317 action = self.lexicon[m.lastindex-1][1]
  /prebuilts/gdb/linux-x86/lib/python2.7/
re.py 291 def __init__(self, lexicon, flags=0):
293 self.lexicon = lexicon
298 for phrase, action in lexicon:
317 action = self.lexicon[m.lastindex-1][1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 291 def __init__(self, lexicon, flags=0):
293 self.lexicon = lexicon
298 for phrase, action in lexicon:
317 action = self.lexicon[m.lastindex-1][1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 291 def __init__(self, lexicon, flags=0):
293 self.lexicon = lexicon
298 for phrase, action in lexicon:
317 action = self.lexicon[m.lastindex-1][1]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 621 print short, "short indexes in lexicon"
636 # generate lexicon from words
639 lexicon = ""
642 # build a lexicon string
649 o = lexicon.find(ww)
652 lexicon = lexicon + ww
657 lexicon = map(ord, lexicon)
659 # generate phrasebook from names and lexicon
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 621 print short, "short indexes in lexicon"
636 # generate lexicon from words
639 lexicon = ""
642 # build a lexicon string
649 o = lexicon.find(ww)
652 lexicon = lexicon + ww
657 lexicon = map(ord, lexicon)
659 # generate phrasebook from names and lexicon
    [all...]
  /external/python/cpython3/Tools/unicode/
makeunicodedata.py 653 print(short, "short indexes in lexicon")
668 # generate lexicon from words
671 lexicon = ""
674 # build a lexicon string
681 o = lexicon.find(ww)
684 lexicon = lexicon + ww
689 lexicon = list(map(ord, lexicon))
691 # generate phrasebook from names and lexicon
    [all...]
  /external/python/cpython3/Modules/
unicodedata.c 1023 /* copy word string from lexicon. the last character in the
1026 w = lexicon + lexicon_offset[word];
    [all...]
unicodename_db.h 5 /* lexicon */
6 static unsigned char lexicon[] = { variable
    [all...]

Completed in 554 milliseconds