Home
last modified time | relevance | path

Searched refs:mapfileurl (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_codecmaps_jp.py12 mapfileurl = 'http://www.pythontest.net/unicode/CP932.TXT' variable in TestCP932Map
28 mapfileurl = 'http://www.pythontest.net/unicode/EUC-JP.TXT' variable in TestEUCJPCOMPATMap
35 mapfileurl = 'http://www.pythontest.net/unicode/SHIFTJIS.TXT' variable in TestSJISCOMPATMap
49 mapfileurl = 'http://www.pythontest.net/unicode/EUC-JISX0213.TXT' variable in TestEUCJISX0213Map
56 mapfileurl = 'http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT' variable in TestSJISX0213Map
H A Dtest_codecmaps_cn.py12 mapfileurl = 'http://www.pythontest.net/unicode/EUC-CN.TXT' variable in TestGB2312Map
17 mapfileurl = 'http://www.pythontest.net/unicode/CP936.TXT' variable in TestGBKMap
22 mapfileurl = 'http://www.pythontest.net/unicode/gb-18030-2000.xml' variable in TestGB18030Map
H A Dtest_codecmaps_kr.py12 mapfileurl = 'http://www.pythontest.net/unicode/CP949.TXT' variable in TestCP949Map
18 mapfileurl = 'http://www.pythontest.net/unicode/EUC-KR.TXT' variable in TestEUCKRMap
28 mapfileurl = 'http://www.pythontest.net/unicode/JOHAB.TXT' variable in TestJOHABMap
H A Dtest_codecmaps_tw.py12 mapfileurl = 'http://www.pythontest.net/unicode/BIG5.TXT' variable in TestBIG5Map
17 mapfileurl = 'http://www.pythontest.net/unicode/CP950.TXT' variable in TestCP950Map
H A Dtest_codecmaps_hk.py12 mapfileurl = 'http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT' variable in TestBig5HKSCSMap
H A Dmultibytecodec_support.py296 self.skipTest("Could not retrieve "+self.mapfileurl)
299 return support.open_urlresource(self.mapfileurl, encoding="utf-8")
302 if self.mapfileurl.endswith('.xml'):

Completed in 3 milliseconds