Home
last modified time | relevance | path

Searched refs:open_mapping_file (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Tools/unicode/
Dgenmap_schinese.py56 gb2312map = open_mapping_file('python-mappings/GB2312.TXT', MAPPINGS_GB2312)
57 cp936map = open_mapping_file('python-mappings/CP936.TXT', MAPPINGS_CP936)
58 gb18030map = open_mapping_file('python-mappings/gb-18030-2000.xml', MAPPINGS_GB18030)
Dgenmap_japanese.py76 jisx0208file = open_mapping_file('python-mappings/JIS0208.TXT', MAPPINGS_JIS0208)
77 jisx0212file = open_mapping_file('python-mappings/JIS0212.TXT', MAPPINGS_JIS0212)
78 cp932file = open_mapping_file('python-mappings/CP932.TXT', MAPPINGS_CP932)
79 … jisx0213file = open_mapping_file('python-mappings/jisx0213-2004-std.txt', MAPPINGS_JISX0213_2004)
Dgenmap_korean.py22 mapfile = open_mapping_file('python-mappings/CP949.TXT', MAPPINGS_CP949)
Dgenmap_support.py171 def open_mapping_file(path, source): function
/external/python/cpython3/Lib/test/
Dmultibytecodec_support.py294 self.open_mapping_file().close() # test it to report the error early
298 def open_mapping_file(self): member in TestBase_Mapping
313 with self.open_mapping_file() as f:
335 with self.open_mapping_file() as f:
/external/python/cpython2/Lib/test/
Dmultibytecodec_support.py268 self.open_mapping_file().close() # test it to report the error early
272 def open_mapping_file(self): member in TestBase_Mapping
286 with self.open_mapping_file() as f:
316 with self.open_mapping_file() as f: