Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmkstringprep.py173 b3_exceptions = {} variable
177 b3_exceptions[k] = u"".join(map(unichr,v))
179 b3 = sorted(b3_exceptions.items())
197 r = b3_exceptions.get(ord(code))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringprep.py24 b3_exceptions = { variable
190 r = b3_exceptions.get(ord(code))