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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 479 haswide = False
485 if codepoint >= 0x10000 and not haswide:
487 haswide = True
489 if haswide and hasnonewide:
492 if haswide and not hasnonewide:
510 haswide = False
515 if codepoint >= 0x10000 and not haswide:
517 haswide = True
519 if haswide and hasnonewide:
522 if haswide and not hasnonewide:
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 479 haswide = False
485 if codepoint >= 0x10000 and not haswide:
487 haswide = True
489 if haswide and hasnonewide:
492 if haswide and not hasnonewide:
510 haswide = False
515 if codepoint >= 0x10000 and not haswide:
517 haswide = True
519 if haswide and hasnonewide:
522 if haswide and not hasnonewide
    [all...]

Completed in 111 milliseconds