Searched refs:pass_enctest (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_codecmaps_kr.py | 21 pass_enctest = [(b'\xa4\xd4', '\u3164')] variable in TestEUCKRMap |
D | test_codecmaps_tw.py | 18 pass_enctest = [ variable in TestCP950Map |
D | test_codecmaps_jp.py | 36 pass_enctest = [ variable in TestSJISCOMPATMap |
D | multibytecodec_support.py | 287 pass_enctest = [] variable in TestBase_Mapping |
/external/python/cpython2/Lib/test/ | ||
D | test_codecmaps_kr.py | 22 pass_enctest = [('\xa4\xd4', u'\u3164')] variable in TestEUCKRMap |
D | test_codecmaps_tw.py | 19 pass_enctest = [ variable in TestCP950Map |
D | test_codecmaps_jp.py | 37 pass_enctest = [ variable in TestSJISCOMPATMap |
D | multibytecodec_support.py | 260 pass_enctest = [] variable in TestBase_Mapping |