Searched refs:encoding (Results 26 - 50 of 2143) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_codecmaps_tw.py13 encoding = 'big5' variable in class:TestBIG5Map
19 encoding = 'cp950' variable in class:TestCP950Map
H A Dtest_codecmaps_jp.py13 encoding = 'cp932' variable in class:TestCP932Map
29 encoding = 'euc_jp' variable in class:TestEUCJPCOMPATMap
36 encoding = 'shift_jis' variable in class:TestSJISCOMPATMap
51 encoding = 'euc_jisx0213' variable in class:TestEUCJISX0213Map
58 encoding = 'shift_jisx0213' variable in class:TestSJISX0213Map
H A Dtest_codecmaps_hk.py13 encoding = 'big5hkscs' variable in class:TestBig5HKSCSMap
H A Dtest_codecencodings_jp.py4 # Codec encoding tests for Japanese encodings.
12 encoding = 'cp932' variable in class:Test_CP932
28 encoding = 'euc_jisx0213' variable in class:Test_EUC_JISX0213
58 encoding = 'euc_jp' variable in class:Test_EUC_JP_COMPAT
75 encoding = 'shift_jis' variable in class:Test_SJIS_COMPAT
83 encoding = 'shift_jisx0213' variable in class:Test_SJISX0213
H A Dtest_codecencodings_iso2022.py3 # Codec encoding tests for ISO 2022 encodings.
17 encoding = 'iso2022_jp' variable in class:Test_ISO2022_JP
24 encoding = 'iso2022_jp_2' variable in class:Test_ISO2022_JP2
31 encoding = 'iso2022_kr' variable in class:Test_ISO2022_KR
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_codecmaps_tw.py13 encoding = 'big5' variable in class:TestBIG5Map
19 encoding = 'cp950' variable in class:TestCP950Map
H A Dtest_codecmaps_jp.py13 encoding = 'cp932' variable in class:TestCP932Map
29 encoding = 'euc_jp' variable in class:TestEUCJPCOMPATMap
36 encoding = 'shift_jis' variable in class:TestSJISCOMPATMap
51 encoding = 'euc_jisx0213' variable in class:TestEUCJISX0213Map
58 encoding = 'shift_jisx0213' variable in class:TestSJISX0213Map
H A Dtest_codecmaps_hk.py13 encoding = 'big5hkscs' variable in class:TestBig5HKSCSMap
H A Dtest_codecencodings_jp.py4 # Codec encoding tests for Japanese encodings.
12 encoding = 'cp932' variable in class:Test_CP932
28 encoding = 'euc_jisx0213' variable in class:Test_EUC_JISX0213
58 encoding = 'euc_jp' variable in class:Test_EUC_JP_COMPAT
75 encoding = 'shift_jis' variable in class:Test_SJIS_COMPAT
83 encoding = 'shift_jisx0213' variable in class:Test_SJISX0213
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecmaps_tw.py13 encoding = 'big5' variable in class:TestBIG5Map
19 encoding = 'cp950' variable in class:TestCP950Map
H A Dtest_codecmaps_jp.py13 encoding = 'cp932' variable in class:TestCP932Map
29 encoding = 'euc_jp' variable in class:TestEUCJPCOMPATMap
36 encoding = 'shift_jis' variable in class:TestSJISCOMPATMap
51 encoding = 'euc_jisx0213' variable in class:TestEUCJISX0213Map
58 encoding = 'shift_jisx0213' variable in class:TestSJISX0213Map
H A Dtest_codecmaps_hk.py13 encoding = 'big5hkscs' variable in class:TestBig5HKSCSMap
H A Dtest_codecencodings_jp.py4 # Codec encoding tests for Japanese encodings.
12 encoding = 'cp932' variable in class:Test_CP932
28 encoding = 'euc_jisx0213' variable in class:Test_EUC_JISX0213
58 encoding = 'euc_jp' variable in class:Test_EUC_JP_COMPAT
75 encoding = 'shift_jis' variable in class:Test_SJIS_COMPAT
83 encoding = 'shift_jisx0213' variable in class:Test_SJISX0213
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecmaps_tw.py13 encoding = 'big5' variable in class:TestBIG5Map
19 encoding = 'cp950' variable in class:TestCP950Map
H A Dtest_codecmaps_jp.py13 encoding = 'cp932' variable in class:TestCP932Map
29 encoding = 'euc_jp' variable in class:TestEUCJPCOMPATMap
36 encoding = 'shift_jis' variable in class:TestSJISCOMPATMap
51 encoding = 'euc_jisx0213' variable in class:TestEUCJISX0213Map
58 encoding = 'shift_jisx0213' variable in class:TestSJISX0213Map
H A Dtest_codecmaps_hk.py13 encoding = 'big5hkscs' variable in class:TestBig5HKSCSMap
H A Dtest_codecencodings_jp.py4 # Codec encoding tests for Japanese encodings.
12 encoding = 'cp932' variable in class:Test_CP932
28 encoding = 'euc_jisx0213' variable in class:Test_EUC_JISX0213
58 encoding = 'euc_jp' variable in class:Test_EUC_JP_COMPAT
75 encoding = 'shift_jis' variable in class:Test_SJIS_COMPAT
83 encoding = 'shift_jisx0213' variable in class:Test_SJISX0213
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
H A D__init__.py3 Standard Python encoding modules are stored in this package
6 Codec modules must have names corresponding to normalized encoding
20 * getaliases() -> sequence of encoding name strings to use as aliases
22 Alias names returned by getaliases() must be normalized encoding
49 def normalize_encoding(encoding):
51 """ Normalize an encoding name.
58 Note that encoding names should be ASCII only; if they do use
64 if hasattr(__builtin__, "unicode") and isinstance(encoding, unicode):
68 encoding = encoding
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/
H A D__init__.py3 Standard Python encoding modules are stored in this package
6 Codec modules must have names corresponding to normalized encoding
20 * getaliases() -> sequence of encoding name strings to use as aliases
22 Alias names returned by getaliases() must be normalized encoding
49 def normalize_encoding(encoding):
51 """ Normalize an encoding name.
58 Note that encoding names should be ASCII only; if they do use
64 if hasattr(__builtin__, "unicode") and isinstance(encoding, unicode):
68 encoding = encoding
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
H A D__init__.py3 Standard Python encoding modules are stored in this package
6 Codec modules must have names corresponding to normalized encoding
20 * getaliases() -> sequence of encoding name strings to use as aliases
22 Alias names returned by getaliases() must be normalized encoding
49 def normalize_encoding(encoding):
51 """ Normalize an encoding name.
58 Note that encoding names should be ASCII only; if they do use
64 if hasattr(__builtin__, "unicode") and isinstance(encoding, unicode):
68 encoding = encoding
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
H A D__init__.py3 Standard Python encoding modules are stored in this package
6 Codec modules must have names corresponding to normalized encoding
20 * getaliases() -> sequence of encoding name strings to use as aliases
22 Alias names returned by getaliases() must be normalized encoding
49 def normalize_encoding(encoding):
51 """ Normalize an encoding name.
58 Note that encoding names should be ASCII only; if they do use
64 if hasattr(__builtin__, "unicode") and isinstance(encoding, unicode):
68 encoding = encoding
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsunaudio.py25 encoding = get_long_be(fp.read(4))
35 return (data_size, encoding, sample_rate, channels, info)
41 data_size, encoding, sample_rate, channels, info = hdr
46 print 'Encoding: ', encoding
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsunaudio.py25 encoding = get_long_be(fp.read(4))
35 return (data_size, encoding, sample_rate, channels, info)
41 data_size, encoding, sample_rate, channels, info = hdr
46 print 'Encoding: ', encoding
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsunaudio.py25 encoding = get_long_be(fp.read(4))
35 return (data_size, encoding, sample_rate, channels, info)
41 data_size, encoding, sample_rate, channels, info = hdr
46 print 'Encoding: ', encoding
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsunaudio.py25 encoding = get_long_be(fp.read(4))
35 return (data_size, encoding, sample_rate, channels, info)
41 data_size, encoding, sample_rate, channels, info = hdr
46 print 'Encoding: ', encoding

Completed in 1096 milliseconds

1234567891011>>