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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecencodings_iso2022.py 18 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
25 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
32 tstring = test_multibytecodec_support.load_teststring('iso2022_kr')
test_codecencodings_cn.py 13 tstring = test_multibytecodec_support.load_teststring('gb2312')
26 tstring = test_multibytecodec_support.load_teststring('gbk')
40 tstring = test_multibytecodec_support.load_teststring('gb18030')
55 tstring = test_multibytecodec_support.load_teststring('hz')
test_codecencodings_hk.py 13 tstring = test_multibytecodec_support.load_teststring('big5hkscs')
test_codecencodings_tw.py 13 tstring = test_multibytecodec_support.load_teststring('big5')
test_codecencodings_jp.py 13 tstring = test_multibytecodec_support.load_teststring('shift_jis')
29 tstring = test_multibytecodec_support.load_teststring('euc_jisx0213')
59 tstring = test_multibytecodec_support.load_teststring('euc_jp')
76 tstring = test_multibytecodec_support.load_teststring('shift_jis')
84 tstring = test_multibytecodec_support.load_teststring('shift_jisx0213')
test_codecencodings_kr.py 13 tstring = test_multibytecodec_support.load_teststring('cp949')
25 tstring = test_multibytecodec_support.load_teststring('euc_kr')
55 tstring = test_multibytecodec_support.load_teststring('johab')
test_multibytecodec_support.py 368 def load_teststring(name): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecencodings_iso2022.py 18 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
25 tstring = test_multibytecodec_support.load_teststring('iso2022_jp')
32 tstring = test_multibytecodec_support.load_teststring('iso2022_kr')
test_codecencodings_cn.py 13 tstring = test_multibytecodec_support.load_teststring('gb2312')
26 tstring = test_multibytecodec_support.load_teststring('gbk')
40 tstring = test_multibytecodec_support.load_teststring('gb18030')
55 tstring = test_multibytecodec_support.load_teststring('hz')
test_codecencodings_hk.py 13 tstring = test_multibytecodec_support.load_teststring('big5hkscs')
test_codecencodings_tw.py 13 tstring = test_multibytecodec_support.load_teststring('big5')
test_codecencodings_jp.py 13 tstring = test_multibytecodec_support.load_teststring('shift_jis')
29 tstring = test_multibytecodec_support.load_teststring('euc_jisx0213')
59 tstring = test_multibytecodec_support.load_teststring('euc_jp')
76 tstring = test_multibytecodec_support.load_teststring('shift_jis')
84 tstring = test_multibytecodec_support.load_teststring('shift_jisx0213')
test_codecencodings_kr.py 13 tstring = test_multibytecodec_support.load_teststring('cp949')
25 tstring = test_multibytecodec_support.load_teststring('euc_kr')
55 tstring = test_multibytecodec_support.load_teststring('johab')
test_multibytecodec_support.py 368 def load_teststring(name): function

Completed in 74 milliseconds