Searched refs:unicodedata (Results 1 - 2 of 2) sorted by relevance

/external/markdown/markdown/extensions/
H A Dtoc.py125 import unicodedata namespace
126 value = unicodedata.normalize('NFKD', value).encode('ascii', 'ignore')
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py48 import unicodedata namespace
2392 for c in unicodedata.normalize('NFC', line):
2393 if unicodedata.east_asian_width(c) in ('W', 'F'):
2395 elif not unicodedata.combining(c):

Completed in 55 milliseconds