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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecencodings_jp.py 14 codectests = ( variable in class:Test_CP932
30 codectests = ( variable in class:Test_EUC_JISX0213
60 codectests = eucjp_commontests + ( variable in class:Test_EUC_JP_COMPAT
77 codectests = shiftjis_commonenctests + ( variable in class:Test_SJIS_COMPAT
85 codectests = ( variable in class:Test_SJISX0213
test_codecencodings_iso2022.py 19 codectests = COMMON_CODEC_TESTS + ( variable in class:Test_ISO2022_JP
26 codectests = COMMON_CODEC_TESTS + ( variable in class:Test_ISO2022_JP2
33 codectests = COMMON_CODEC_TESTS + ( variable in class:Test_ISO2022_KR
test_codecencodings_kr.py 14 codectests = ( variable in class:Test_CP949
26 codectests = ( variable in class:Test_EUCKR
56 codectests = ( variable in class:Test_JOHAB
test_codecencodings_cn.py 14 codectests = ( variable in class:Test_GB2312
27 codectests = ( variable in class:Test_GBK
41 codectests = ( variable in class:Test_GB18030
56 codectests = ( variable in class:Test_HZ
test_codecencodings_hk.py 14 codectests = ( variable in class:Test_Big5HKSCS
test_codecencodings_tw.py 14 codectests = ( variable in class:Test_Big5
test_multibytecodec_support.py 21 codectests = None # must set. codec test tuple variable in class:TestBase
46 for source, scheme, expected in self.codectests:
265 codectests = [] variable in class:TestBase_Mapping
345 for source, scheme, expected in self.codectests:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecencodings_jp.py 14 codectests = ( variable in class:Test_CP932
30 codectests = ( variable in class:Test_EUC_JISX0213
60 codectests = eucjp_commontests + ( variable in class:Test_EUC_JP_COMPAT
77 codectests = shiftjis_commonenctests + ( variable in class:Test_SJIS_COMPAT
85 codectests = ( variable in class:Test_SJISX0213
test_codecencodings_iso2022.py 19 codectests = COMMON_CODEC_TESTS + ( variable in class:Test_ISO2022_JP
26 codectests = COMMON_CODEC_TESTS + ( variable in class:Test_ISO2022_JP2
33 codectests = COMMON_CODEC_TESTS + ( variable in class:Test_ISO2022_KR
test_codecencodings_kr.py 14 codectests = ( variable in class:Test_CP949
26 codectests = ( variable in class:Test_EUCKR
56 codectests = ( variable in class:Test_JOHAB
test_codecencodings_cn.py 14 codectests = ( variable in class:Test_GB2312
27 codectests = ( variable in class:Test_GBK
41 codectests = ( variable in class:Test_GB18030
56 codectests = ( variable in class:Test_HZ
test_codecencodings_hk.py 14 codectests = ( variable in class:Test_Big5HKSCS
test_codecencodings_tw.py 14 codectests = ( variable in class:Test_Big5
test_multibytecodec_support.py 21 codectests = None # must set. codec test tuple variable in class:TestBase
46 for source, scheme, expected in self.codectests:
265 codectests = [] variable in class:TestBase_Mapping
345 for source, scheme, expected in self.codectests:

Completed in 2646 milliseconds