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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecmaps_cn.py8 from test import test_multibytecodec_support namespace
11 class TestGB2312Map(test_multibytecodec_support.TestBase_Mapping,
16 class TestGBKMap(test_multibytecodec_support.TestBase_Mapping,
22 class TestGB18030Map(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecmaps_hk.py8 from test import test_multibytecodec_support namespace
11 class TestBig5HKSCSMap(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecmaps_kr.py8 from test import test_multibytecodec_support namespace
11 class TestCP949Map(test_multibytecodec_support.TestBase_Mapping,
18 class TestEUCKRMap(test_multibytecodec_support.TestBase_Mapping,
28 class TestJOHABMap(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecencodings_hk.py8 from test import test_multibytecodec_support namespace
11 class Test_Big5HKSCS(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('big5hkscs')
H A Dtest_codecencodings_tw.py8 from test import test_multibytecodec_support namespace
11 class Test_Big5(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('big5')
H A Dtest_codecmaps_tw.py8 from test import test_multibytecodec_support namespace
11 class TestBIG5Map(test_multibytecodec_support.TestBase_Mapping,
17 class TestCP950Map(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecencodings_jp.py8 from test import test_multibytecodec_support namespace
11 class Test_CP932(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('shift_jis')
26 class Test_EUC_JISX0213(test_multibytecodec_support.TestBase,
29 tstring = test_multibytecodec_support.load_teststring('euc_jisx0213')
56 class Test_EUC_JP_COMPAT(test_multibytecodec_support.TestBase,
59 tstring = test_multibytecodec_support.load_teststring('euc_jp')
74 class Test_SJIS_COMPAT(test_multibytecodec_support.TestBase, unittest.TestCase):
76 tstring = test_multibytecodec_support.load_teststring('shift_jis')
82 class Test_SJISX0213(test_multibytecodec_support
[all...]
H A Dtest_codecencodings_iso2022.py6 from test import test_multibytecodec_support namespace
16 class Test_ISO2022_JP(test_multibytecodec_support.TestBase, unittest.TestCase):
18 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
23 class Test_ISO2022_JP2(test_multibytecodec_support.TestBase, unittest.TestCase):
25 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
30 class Test_ISO2022_KR(test_multibytecodec_support.TestBase, unittest.TestCase):
32 tstring = test_multibytecodec_support.load_teststring('iso2022_kr')
H A Dtest_codecencodings_kr.py8 from test import test_multibytecodec_support namespace
11 class Test_CP949(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('cp949')
23 class Test_EUCKR(test_multibytecodec_support.TestBase, unittest.TestCase):
25 tstring = test_multibytecodec_support.load_teststring('euc_kr')
53 class Test_JOHAB(test_multibytecodec_support.TestBase, unittest.TestCase):
55 tstring = test_multibytecodec_support.load_teststring('johab')
H A Dtest_codecmaps_jp.py8 from test import test_multibytecodec_support namespace
11 class TestCP932Map(test_multibytecodec_support.TestBase_Mapping,
27 class TestEUCJPCOMPATMap(test_multibytecodec_support.TestBase_Mapping,
34 class TestSJISCOMPATMap(test_multibytecodec_support.TestBase_Mapping,
49 class TestEUCJISX0213Map(test_multibytecodec_support.TestBase_Mapping,
56 class TestSJISX0213Map(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecencodings_cn.py8 from test import test_multibytecodec_support namespace
11 class Test_GB2312(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('gb2312')
24 class Test_GBK(test_multibytecodec_support.TestBase, unittest.TestCase):
26 tstring = test_multibytecodec_support.load_teststring('gbk')
38 class Test_GB18030(test_multibytecodec_support.TestBase, unittest.TestCase):
40 tstring = test_multibytecodec_support.load_teststring('gb18030')
53 class Test_HZ(test_multibytecodec_support.TestBase, unittest.TestCase):
55 tstring = test_multibytecodec_support.load_teststring('hz')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecmaps_cn.py8 from test import test_multibytecodec_support namespace
11 class TestGB2312Map(test_multibytecodec_support.TestBase_Mapping,
16 class TestGBKMap(test_multibytecodec_support.TestBase_Mapping,
22 class TestGB18030Map(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecmaps_hk.py8 from test import test_multibytecodec_support namespace
11 class TestBig5HKSCSMap(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecmaps_kr.py8 from test import test_multibytecodec_support namespace
11 class TestCP949Map(test_multibytecodec_support.TestBase_Mapping,
18 class TestEUCKRMap(test_multibytecodec_support.TestBase_Mapping,
28 class TestJOHABMap(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecencodings_hk.py8 from test import test_multibytecodec_support namespace
11 class Test_Big5HKSCS(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('big5hkscs')
H A Dtest_codecencodings_tw.py8 from test import test_multibytecodec_support namespace
11 class Test_Big5(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('big5')
H A Dtest_codecmaps_tw.py8 from test import test_multibytecodec_support namespace
11 class TestBIG5Map(test_multibytecodec_support.TestBase_Mapping,
17 class TestCP950Map(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecencodings_jp.py8 from test import test_multibytecodec_support namespace
11 class Test_CP932(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('shift_jis')
26 class Test_EUC_JISX0213(test_multibytecodec_support.TestBase,
29 tstring = test_multibytecodec_support.load_teststring('euc_jisx0213')
56 class Test_EUC_JP_COMPAT(test_multibytecodec_support.TestBase,
59 tstring = test_multibytecodec_support.load_teststring('euc_jp')
74 class Test_SJIS_COMPAT(test_multibytecodec_support.TestBase, unittest.TestCase):
76 tstring = test_multibytecodec_support.load_teststring('shift_jis')
82 class Test_SJISX0213(test_multibytecodec_support
[all...]
H A Dtest_codecencodings_iso2022.py6 from test import test_multibytecodec_support namespace
16 class Test_ISO2022_JP(test_multibytecodec_support.TestBase, unittest.TestCase):
18 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
23 class Test_ISO2022_JP2(test_multibytecodec_support.TestBase, unittest.TestCase):
25 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
30 class Test_ISO2022_KR(test_multibytecodec_support.TestBase, unittest.TestCase):
32 tstring = test_multibytecodec_support.load_teststring('iso2022_kr')
H A Dtest_codecencodings_kr.py8 from test import test_multibytecodec_support namespace
11 class Test_CP949(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('cp949')
23 class Test_EUCKR(test_multibytecodec_support.TestBase, unittest.TestCase):
25 tstring = test_multibytecodec_support.load_teststring('euc_kr')
53 class Test_JOHAB(test_multibytecodec_support.TestBase, unittest.TestCase):
55 tstring = test_multibytecodec_support.load_teststring('johab')
H A Dtest_codecmaps_jp.py8 from test import test_multibytecodec_support namespace
11 class TestCP932Map(test_multibytecodec_support.TestBase_Mapping,
27 class TestEUCJPCOMPATMap(test_multibytecodec_support.TestBase_Mapping,
34 class TestSJISCOMPATMap(test_multibytecodec_support.TestBase_Mapping,
49 class TestEUCJISX0213Map(test_multibytecodec_support.TestBase_Mapping,
56 class TestSJISX0213Map(test_multibytecodec_support.TestBase_Mapping,
H A Dtest_codecencodings_cn.py8 from test import test_multibytecodec_support namespace
11 class Test_GB2312(test_multibytecodec_support.TestBase, unittest.TestCase):
13 tstring = test_multibytecodec_support.load_teststring('gb2312')
24 class Test_GBK(test_multibytecodec_support.TestBase, unittest.TestCase):
26 tstring = test_multibytecodec_support.load_teststring('gbk')
38 class Test_GB18030(test_multibytecodec_support.TestBase, unittest.TestCase):
40 tstring = test_multibytecodec_support.load_teststring('gb18030')
53 class Test_HZ(test_multibytecodec_support.TestBase, unittest.TestCase):
55 tstring = test_multibytecodec_support.load_teststring('hz')

Completed in 959 milliseconds