Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmkstringprep.py52 curname = None variable
65 if curname:
66 raise RuntimeError("Double Start", (curname, l))
67 curname = m.group(2) variable
69 tables.append((curname, table))
72 if not curname:
74 curname = None variable
76 if not curname: