Searched defs:test_multibytecodec_support (Results 1 - 25 of 44) sorted by relevance

12

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_codecmaps_hk.py8 from test import test_multibytecodec_support namespace
11 class TestBig5HKSCSMap(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_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_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_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_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_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/gdb/linux-x86/lib/python2.7/test/
H A Dtest_codecmaps_hk.py8 from test import test_multibytecodec_support namespace
11 class TestBig5HKSCSMap(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_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_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_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_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,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecmaps_hk.py8 from test import test_multibytecodec_support namespace
11 class TestBig5HKSCSMap(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_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_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_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_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,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecmaps_hk.py8 from test import test_multibytecodec_support namespace
11 class TestBig5HKSCSMap(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_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_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_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_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,

Completed in 332 milliseconds

12