Searched refs:test_multibytecodec_support (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_codecmaps_cn.py7 from test import test_multibytecodec_support namespace
10 class TestGB2312Map(test_multibytecodec_support.TestBase_Mapping,
15 class TestGBKMap(test_multibytecodec_support.TestBase_Mapping,
20 class TestGB18030Map(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecmaps_hk.py7 from test import test_multibytecodec_support namespace
10 class TestBig5HKSCSMap(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecmaps_kr.py7 from test import test_multibytecodec_support namespace
10 class TestCP949Map(test_multibytecodec_support.TestBase_Mapping,
16 class TestEUCKRMap(test_multibytecodec_support.TestBase_Mapping,
26 class TestJOHABMap(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecencodings_hk.py7 from test import test_multibytecodec_support namespace
10 class Test_Big5HKSCS(test_multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = test_multibytecodec_support.load_teststring('big5hkscs')
H A Dtest_codecencodings_tw.py7 from test import test_multibytecodec_support namespace
10 class Test_Big5(test_multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = test_multibytecodec_support.load_teststring('big5')
H A Dtest_codecmaps_tw.py7 from test import test_multibytecodec_support namespace
10 class TestBIG5Map(test_multibytecodec_support.TestBase_Mapping,
15 class TestCP950Map(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecencodings_jp.py7 from test import test_multibytecodec_support namespace
10 class Test_CP932(test_multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = test_multibytecodec_support.load_teststring('shift_jis')
25 class Test_EUC_JISX0213(test_multibytecodec_support.TestBase,
28 tstring = test_multibytecodec_support.load_teststring('euc_jisx0213')
55 class Test_EUC_JP_COMPAT(test_multibytecodec_support.TestBase,
58 tstring = test_multibytecodec_support.load_teststring('euc_jp')
73 class Test_SJIS_COMPAT(test_multibytecodec_support.TestBase, unittest.TestCase):
75 tstring = test_multibytecodec_support.load_teststring('shift_jis')
81 class Test_SJISX0213(test_multibytecodec_support
[all...]
H A Dtest_codecencodings_iso2022.py4 from test import test_multibytecodec_support namespace
14 class Test_ISO2022_JP(test_multibytecodec_support.TestBase, unittest.TestCase):
16 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
21 class Test_ISO2022_JP2(test_multibytecodec_support.TestBase, unittest.TestCase):
23 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
28 class Test_ISO2022_KR(test_multibytecodec_support.TestBase, unittest.TestCase):
30 tstring = test_multibytecodec_support.load_teststring('iso2022_kr')
H A Dtest_codecencodings_kr.py7 from test import test_multibytecodec_support namespace
10 class Test_CP949(test_multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = test_multibytecodec_support.load_teststring('cp949')
22 class Test_EUCKR(test_multibytecodec_support.TestBase, unittest.TestCase):
24 tstring = test_multibytecodec_support.load_teststring('euc_kr')
52 class Test_JOHAB(test_multibytecodec_support.TestBase, unittest.TestCase):
54 tstring = test_multibytecodec_support.load_teststring('johab')
H A Dtest_codecmaps_jp.py7 from test import test_multibytecodec_support namespace
10 class TestCP932Map(test_multibytecodec_support.TestBase_Mapping,
25 class TestEUCJPCOMPATMap(test_multibytecodec_support.TestBase_Mapping,
32 class TestSJISCOMPATMap(test_multibytecodec_support.TestBase_Mapping,
46 class TestEUCJISX0213Map(test_multibytecodec_support.TestBase_Mapping,
53 class TestSJISX0213Map(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecencodings_cn.py7 from test import test_multibytecodec_support namespace
10 class Test_GB2312(test_multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = test_multibytecodec_support.load_teststring('gb2312')
23 class Test_GBK(test_multibytecodec_support.TestBase, unittest.TestCase):
25 tstring = test_multibytecodec_support.load_teststring('gbk')
37 class Test_GB18030(test_multibytecodec_support.TestBase, unittest.TestCase):
39 tstring = test_multibytecodec_support.load_teststring('gb18030')
52 class Test_HZ(test_multibytecodec_support.TestBase, unittest.TestCase):
54 tstring = test_multibytecodec_support.load_teststring('hz')

Completed in 147 milliseconds