Searched refs:b3_exceptions (Results 1 – 4 of 4) sorted by relevance
176 b3_exceptions = {} variable180 b3_exceptions[k] = "".join(map(chr,v))182 b3 = sorted(b3_exceptions.items())200 r = b3_exceptions.get(ord(code))
173 b3_exceptions = {} variable177 b3_exceptions[k] = u"".join(map(unichr,v))179 b3 = sorted(b3_exceptions.items())197 r = b3_exceptions.get(ord(code))
24 b3_exceptions = { variable190 r = b3_exceptions.get(ord(code))