Home
last modified time | relevance | path

Searched refs:load_teststring (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_codecencodings_jp.py11 tstring = multibytecodec_support.load_teststring('shift_jis')
45 tstring = multibytecodec_support.load_teststring('euc_jisx0213')
55 tstring = multibytecodec_support.load_teststring('euc_jisx0213')
65 tstring = multibytecodec_support.load_teststring('euc_jp')
79 tstring = multibytecodec_support.load_teststring('shift_jis')
93 tstring = multibytecodec_support.load_teststring('shift_jis')
111 tstring = multibytecodec_support.load_teststring('shift_jisx0213')
Dtest_codecencodings_cn.py11 tstring = multibytecodec_support.load_teststring('gb2312')
24 tstring = multibytecodec_support.load_teststring('gbk')
38 tstring = multibytecodec_support.load_teststring('gb18030')
62 tstring = multibytecodec_support.load_teststring('hz')
Dtest_codecencodings_iso2022.py15 tstring = multibytecodec_support.load_teststring('iso2022_jp')
22 tstring = multibytecodec_support.load_teststring('iso2022_jp')
29 tstring = multibytecodec_support.load_teststring('iso2022_kr')
Dtest_codecencodings_kr.py11 tstring = multibytecodec_support.load_teststring('cp949')
23 tstring = multibytecodec_support.load_teststring('euc_kr')
54 tstring = multibytecodec_support.load_teststring('johab')
Dtest_codecencodings_hk.py11 tstring = multibytecodec_support.load_teststring('big5hkscs')
Dtest_codecencodings_tw.py11 tstring = multibytecodec_support.load_teststring('big5')
Dmultibytecodec_support.py383 def load_teststring(name): function
/external/python/cpython2/Lib/test/
Dtest_codecencodings_jp.py12 tstring = multibytecodec_support.load_teststring('shift_jis')
28 tstring = multibytecodec_support.load_teststring('euc_jisx0213')
58 tstring = multibytecodec_support.load_teststring('euc_jp')
75 tstring = multibytecodec_support.load_teststring('shift_jis')
83 tstring = multibytecodec_support.load_teststring('shift_jisx0213')
Dtest_codecencodings_cn.py12 tstring = multibytecodec_support.load_teststring('gb2312')
25 tstring = multibytecodec_support.load_teststring('gbk')
39 tstring = multibytecodec_support.load_teststring('gb18030')
60 tstring = multibytecodec_support.load_teststring('hz')
Dtest_codecencodings_kr.py12 tstring = multibytecodec_support.load_teststring('cp949')
24 tstring = multibytecodec_support.load_teststring('euc_kr')
54 tstring = multibytecodec_support.load_teststring('johab')
Dtest_codecencodings_iso2022.py16 tstring = multibytecodec_support.load_teststring('iso2022_jp')
23 tstring = multibytecodec_support.load_teststring('iso2022_jp')
30 tstring = multibytecodec_support.load_teststring('iso2022_kr')
Dtest_codecencodings_tw.py12 tstring = multibytecodec_support.load_teststring('big5')
Dtest_codecencodings_hk.py12 tstring = multibytecodec_support.load_teststring('big5hkscs')
Dmultibytecodec_support.py366 def load_teststring(name): function