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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_jp.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
31 mapfileurl = 'http://people.freebsd.org/~perky/i18n/EUC-JP.TXT' variable in class:TestEUCJPCOMPATMap
38 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE' \
53 mapfileurl = 'http://people.freebsd.org/~perky/i18n/EUC-JISX0213.TXT' variable in class:TestEUCJISX0213Map
60 mapfileurl = 'http://people.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT' variable in class:TestSJISX0213Map
15 'WINDOWS\/CP932.TXT' variable in class:TestCP932Map
39 '\/EASTASIA\/JIS\/SHIFTJIS.TXT' variable in class:TestSJISCOMPATMap
test_codecmaps_cn.py 14 mapfileurl = 'http://people.freebsd.org/~perky/i18n/EUC-CN.TXT' variable in class:TestGB2312Map
19 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/' \
25 mapfileurl = 'http://source.icu-project.org/repos/icu/data/' \
20 'MICSFT\/WINDOWS\/CP936.TXT' variable in class:TestGBKMap
26 'trunk\/charset\/data\/xml\/gb-18030-2000.xml' variable in class:TestGB18030Map
test_codecmaps_tw.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/' \
20 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
15 'EASTASIA\/OTHER\/BIG5.TXT' variable in class:TestBIG5Map
21 'WINDOWS\/CP950.TXT' variable in class:TestCP950Map
test_codecmaps_hk.py 14 mapfileurl = 'http://people.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT' variable in class:TestBig5HKSCSMap
test_codecmaps_kr.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT' \
21 mapfileurl = 'http://people.freebsd.org/~perky/i18n/EUC-KR.TXT' variable in class:TestEUCKRMap
31 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/' \
15 '\/WINDOWS\/CP949.TXT' variable in class:TestCP949Map
32 'KSC\/JOHAB.TXT' variable in class:TestJOHABMap
test_multibytecodec_support.py 272 self.skipTest("Could not retrieve "+self.mapfileurl)
275 return test_support.open_urlresource(self.mapfileurl)
278 if self.mapfileurl.endswith('.xml'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_jp.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
31 mapfileurl = 'http://people.freebsd.org/~perky/i18n/EUC-JP.TXT' variable in class:TestEUCJPCOMPATMap
38 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE' \
53 mapfileurl = 'http://people.freebsd.org/~perky/i18n/EUC-JISX0213.TXT' variable in class:TestEUCJISX0213Map
60 mapfileurl = 'http://people.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT' variable in class:TestSJISX0213Map
15 'WINDOWS\/CP932.TXT' variable in class:TestCP932Map
39 '\/EASTASIA\/JIS\/SHIFTJIS.TXT' variable in class:TestSJISCOMPATMap
test_codecmaps_cn.py 14 mapfileurl = 'http://people.freebsd.org/~perky/i18n/EUC-CN.TXT' variable in class:TestGB2312Map
19 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/' \
25 mapfileurl = 'http://source.icu-project.org/repos/icu/data/' \
20 'MICSFT\/WINDOWS\/CP936.TXT' variable in class:TestGBKMap
26 'trunk\/charset\/data\/xml\/gb-18030-2000.xml' variable in class:TestGB18030Map
test_codecmaps_tw.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/' \
20 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
15 'EASTASIA\/OTHER\/BIG5.TXT' variable in class:TestBIG5Map
21 'WINDOWS\/CP950.TXT' variable in class:TestCP950Map
test_codecmaps_hk.py 14 mapfileurl = 'http://people.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT' variable in class:TestBig5HKSCSMap
test_codecmaps_kr.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT' \
21 mapfileurl = 'http://people.freebsd.org/~perky/i18n/EUC-KR.TXT' variable in class:TestEUCKRMap
31 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/' \
15 '\/WINDOWS\/CP949.TXT' variable in class:TestCP949Map
32 'KSC\/JOHAB.TXT' variable in class:TestJOHABMap
test_multibytecodec_support.py 272 self.skipTest("Could not retrieve "+self.mapfileurl)
275 return test_support.open_urlresource(self.mapfileurl)
278 if self.mapfileurl.endswith('.xml'):

Completed in 80 milliseconds