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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 141 comp_last = [None] * len(unicode.chars)
170 comp_last[r] = 1
197 if comp_last[i] is not None:
198 comp_last[i] = l
215 l = comp_last[l]
251 print >>fp," { %d, %d, %d}," % (start,end-start,comp_last[start])
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 141 comp_last = [None] * len(unicode.chars)
170 comp_last[r] = 1
197 if comp_last[i] is not None:
198 comp_last[i] = l
215 l = comp_last[l]
251 print >>fp," { %d, %d, %d}," % (start,end-start,comp_last[start])
    [all...]

Completed in 486 milliseconds