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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodename_db.h 4993 static unsigned char phrasebook[] = { variable
    [all...]
unicodedata.c 938 /* get offset into phrasebook */
949 word = phrasebook[offset] - phrasebook_short;
951 word = (word << 8) + phrasebook[offset+1];
954 word = phrasebook[offset++];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodename_db.h 4993 static unsigned char phrasebook[] = { variable
    [all...]
unicodedata.c 931 /* get offset into phrasebook */
942 word = phrasebook[offset] - phrasebook_short;
944 word = (word << 8) + phrasebook[offset+1];
947 word = phrasebook[offset++];
    [all...]
  /external/python/cpython2/Modules/
unicodename_db.h 4993 static unsigned char phrasebook[] = { variable
    [all...]
unicodedata.c 942 /* get offset into phrasebook */
953 word = phrasebook[offset] - phrasebook_short;
955 word = (word << 8) + phrasebook[offset+1];
958 word = phrasebook[offset++];
    [all...]
  /external/tremolo/Tremolo/
res012.c 117 codebook *phrasebook=ci->book_param+info->groupbook; local
119 int partitions_per_word=phrasebook->dim;
161 int temp=vorbis_book_decode(phrasebook,&vd->opb);
234 temp=vorbis_book_decode(phrasebook,&vd->opb);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 15 # 2001-01-21 fl added decomp compression; dynamic phrasebook threshold
611 # figure out how many phrasebook escapes we need
627 print n, "short indexes in phrasebook"
659 # generate phrasebook from names and lexicon
660 phrasebook = [0]
666 phrasebook_offset[char] = len(phrasebook)
670 phrasebook.append(i)
673 phrasebook.append((i>>8) + short)
674 phrasebook.append(i&255)
676 assert getsize(phrasebook) == 1
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 15 # 2001-01-21 fl added decomp compression; dynamic phrasebook threshold
611 # figure out how many phrasebook escapes we need
627 print n, "short indexes in phrasebook"
659 # generate phrasebook from names and lexicon
660 phrasebook = [0]
666 phrasebook_offset[char] = len(phrasebook)
670 phrasebook.append(i)
673 phrasebook.append((i>>8) + short)
674 phrasebook.append(i&255)
676 assert getsize(phrasebook) ==
    [all...]
  /external/python/cpython3/Tools/unicode/
makeunicodedata.py 14 # 2001-01-21 fl added decomp compression; dynamic phrasebook threshold
643 # figure out how many phrasebook escapes we need
659 print(n, "short indexes in phrasebook")
691 # generate phrasebook from names and lexicon
692 phrasebook = [0]
698 phrasebook_offset[char] = len(phrasebook)
702 phrasebook.append(i)
705 phrasebook.append((i>>8) + short)
706 phrasebook.append(i&255)
708 assert getsize(phrasebook) ==
    [all...]
  /external/python/cpython3/Modules/
unicodedata.c 1003 /* get offset into phrasebook */
1014 word = phrasebook[offset] - phrasebook_short;
1016 word = (word << 8) + phrasebook[offset+1];
1019 word = phrasebook[offset++];
    [all...]
unicodename_db.h 7942 static unsigned char phrasebook[] = { variable
    [all...]

Completed in 686 milliseconds