Home
last modified time | relevance | path

Searched refs:cats (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmkstringprep.py6 def gen_category(cats): argument
8 if unicodedata.category(unichr(i)) in cats:
11 def gen_bidirectional(cats): argument
13 if unicodedata.bidirectional(unichr(i)) in cats: