HomeSort by relevance Sort by last modified time
    Searched refs:multibytecodec_support (Results 1 - 22 of 22) sorted by null

  /external/python/cpython3/Lib/test/
test_codecmaps_cn.py 6 from test import multibytecodec_support
9 class TestGB2312Map(multibytecodec_support.TestBase_Mapping,
14 class TestGBKMap(multibytecodec_support.TestBase_Mapping,
19 class TestGB18030Map(multibytecodec_support.TestBase_Mapping,
test_codecmaps_hk.py 6 from test import multibytecodec_support
9 class TestBig5HKSCSMap(multibytecodec_support.TestBase_Mapping,
test_codecmaps_kr.py 6 from test import multibytecodec_support
9 class TestCP949Map(multibytecodec_support.TestBase_Mapping,
15 class TestEUCKRMap(multibytecodec_support.TestBase_Mapping,
25 class TestJOHABMap(multibytecodec_support.TestBase_Mapping,
test_codecencodings_hk.py 6 from test import multibytecodec_support
9 class Test_Big5HKSCS(multibytecodec_support.TestBase, unittest.TestCase):
11 tstring = multibytecodec_support.load_teststring('big5hkscs')
test_codecencodings_tw.py 6 from test import multibytecodec_support
9 class Test_Big5(multibytecodec_support.TestBase, unittest.TestCase):
11 tstring = multibytecodec_support.load_teststring('big5')
test_codecmaps_tw.py 6 from test import multibytecodec_support
9 class TestBIG5Map(multibytecodec_support.TestBase_Mapping,
14 class TestCP950Map(multibytecodec_support.TestBase_Mapping,
test_codecencodings_jp.py 6 from test import multibytecodec_support
9 class Test_CP932(multibytecodec_support.TestBase, unittest.TestCase):
11 tstring = multibytecodec_support.load_teststring('shift_jis')
42 class Test_EUC_JIS_2004(multibytecodec_support.TestBase,
45 tstring = multibytecodec_support.load_teststring('euc_jisx0213')
52 class Test_EUC_JISX0213(multibytecodec_support.TestBase,
55 tstring = multibytecodec_support.load_teststring('euc_jisx0213')
62 class Test_EUC_JP_COMPAT(multibytecodec_support.TestBase,
65 tstring = multibytecodec_support.load_teststring('euc_jp')
77 class Test_SJIS_COMPAT(multibytecodec_support.TestBase, unittest.TestCase)
    [all...]
test_codecencodings_iso2022.py 3 from test import multibytecodec_support
13 class Test_ISO2022_JP(multibytecodec_support.TestBase, unittest.TestCase):
15 tstring = multibytecodec_support.load_teststring('iso2022_jp')
20 class Test_ISO2022_JP2(multibytecodec_support.TestBase, unittest.TestCase):
22 tstring = multibytecodec_support.load_teststring('iso2022_jp')
27 class Test_ISO2022_KR(multibytecodec_support.TestBase, unittest.TestCase):
29 tstring = multibytecodec_support.load_teststring('iso2022_kr')
test_codecmaps_jp.py 6 from test import multibytecodec_support
9 class TestCP932Map(multibytecodec_support.TestBase_Mapping,
24 class TestEUCJPCOMPATMap(multibytecodec_support.TestBase_Mapping,
31 class TestSJISCOMPATMap(multibytecodec_support.TestBase_Mapping,
45 class TestEUCJISX0213Map(multibytecodec_support.TestBase_Mapping,
52 class TestSJISX0213Map(multibytecodec_support.TestBase_Mapping,
test_codecencodings_cn.py 6 from test import multibytecodec_support
9 class Test_GB2312(multibytecodec_support.TestBase, unittest.TestCase):
11 tstring = multibytecodec_support.load_teststring('gb2312')
22 class Test_GBK(multibytecodec_support.TestBase, unittest.TestCase):
24 tstring = multibytecodec_support.load_teststring('gbk')
36 class Test_GB18030(multibytecodec_support.TestBase, unittest.TestCase):
38 tstring = multibytecodec_support.load_teststring('gb18030')
60 class Test_HZ(multibytecodec_support.TestBase, unittest.TestCase):
62 tstring = multibytecodec_support.load_teststring('hz')
test_codecencodings_kr.py 6 from test import multibytecodec_support
9 class Test_CP949(multibytecodec_support.TestBase, unittest.TestCase):
11 tstring = multibytecodec_support.load_teststring('cp949')
21 class Test_EUCKR(multibytecodec_support.TestBase, unittest.TestCase):
23 tstring = multibytecodec_support.load_teststring('euc_kr')
52 class Test_JOHAB(multibytecodec_support.TestBase, unittest.TestCase):
54 tstring = multibytecodec_support.load_teststring('johab')
  /external/python/cpython2/Lib/test/
test_codecmaps_cn.py 7 from test import multibytecodec_support
10 class TestGB2312Map(multibytecodec_support.TestBase_Mapping,
15 class TestGBKMap(multibytecodec_support.TestBase_Mapping,
20 class TestGB18030Map(multibytecodec_support.TestBase_Mapping,
test_codecencodings_hk.py 7 from test import multibytecodec_support
10 class Test_Big5HKSCS(multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = multibytecodec_support.load_teststring('big5hkscs')
test_codecencodings_tw.py 7 from test import multibytecodec_support
10 class Test_Big5(multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = multibytecodec_support.load_teststring('big5')
test_codecencodings_jp.py 7 from test import multibytecodec_support
10 class Test_CP932(multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = multibytecodec_support.load_teststring('shift_jis')
25 class Test_EUC_JISX0213(multibytecodec_support.TestBase,
28 tstring = multibytecodec_support.load_teststring('euc_jisx0213')
55 class Test_EUC_JP_COMPAT(multibytecodec_support.TestBase,
58 tstring = multibytecodec_support.load_teststring('euc_jp')
73 class Test_SJIS_COMPAT(multibytecodec_support.TestBase, unittest.TestCase):
75 tstring = multibytecodec_support.load_teststring('shift_jis')
81 class Test_SJISX0213(multibytecodec_support.TestBase, unittest.TestCase)
    [all...]
test_codecencodings_iso2022.py 4 from test import multibytecodec_support
14 class Test_ISO2022_JP(multibytecodec_support.TestBase, unittest.TestCase):
16 tstring = multibytecodec_support.load_teststring('iso2022_jp')
21 class Test_ISO2022_JP2(multibytecodec_support.TestBase, unittest.TestCase):
23 tstring = multibytecodec_support.load_teststring('iso2022_jp')
28 class Test_ISO2022_KR(multibytecodec_support.TestBase, unittest.TestCase):
30 tstring = multibytecodec_support.load_teststring('iso2022_kr')
test_codecencodings_kr.py 7 from test import multibytecodec_support
10 class Test_CP949(multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = multibytecodec_support.load_teststring('cp949')
22 class Test_EUCKR(multibytecodec_support.TestBase, unittest.TestCase):
24 tstring = multibytecodec_support.load_teststring('euc_kr')
52 class Test_JOHAB(multibytecodec_support.TestBase, unittest.TestCase):
54 tstring = multibytecodec_support.load_teststring('johab')
test_codecmaps_tw.py 7 from test import multibytecodec_support
10 class TestBIG5Map(multibytecodec_support.TestBase_Mapping,
15 class TestCP950Map(multibytecodec_support.TestBase_Mapping,
test_codecmaps_kr.py 7 from test import multibytecodec_support
10 class TestCP949Map(multibytecodec_support.TestBase_Mapping,
16 class TestEUCKRMap(multibytecodec_support.TestBase_Mapping,
26 class TestJOHABMap(multibytecodec_support.TestBase_Mapping,
test_codecencodings_cn.py 7 from test import multibytecodec_support
10 class Test_GB2312(multibytecodec_support.TestBase, unittest.TestCase):
12 tstring = multibytecodec_support.load_teststring('gb2312')
23 class Test_GBK(multibytecodec_support.TestBase, unittest.TestCase):
25 tstring = multibytecodec_support.load_teststring('gbk')
37 class Test_GB18030(multibytecodec_support.TestBase, unittest.TestCase):
39 tstring = multibytecodec_support.load_teststring('gb18030')
58 class Test_HZ(multibytecodec_support.TestBase, unittest.TestCase):
60 tstring = multibytecodec_support.load_teststring('hz')
test_codecmaps_hk.py 7 from test import multibytecodec_support
10 class TestBig5HKSCSMap(multibytecodec_support.TestBase_Mapping,
test_codecmaps_jp.py 7 from test import multibytecodec_support
10 class TestCP932Map(multibytecodec_support.TestBase_Mapping,
25 class TestEUCJPCOMPATMap(multibytecodec_support.TestBase_Mapping,
32 class TestSJISCOMPATMap(multibytecodec_support.TestBase_Mapping,
46 class TestEUCJISX0213Map(multibytecodec_support.TestBase_Mapping,
53 class TestSJISX0213Map(multibytecodec_support.TestBase_Mapping,

Completed in 232 milliseconds