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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 210 total_last = l
212 comp_data = [0]*(total_first*total_last)
216 comp_data[f*total_last+l] = char
223 print total_last, "last characters in NFC"
242 print >>fp, "#define TOTAL_LAST",total_last
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 210 total_last = l
212 comp_data = [0]*(total_first*total_last)
216 comp_data[f*total_last+l] = char
223 print total_last, "last characters in NFC"
242 print >>fp, "#define TOTAL_LAST",total_last
    [all...]

Completed in 1085 milliseconds