Searched refs:encoding (Results 1 - 25 of 2143) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_codecmaps_cn.py13 encoding = 'gb2312' variable in class:TestGB2312Map
18 encoding = 'gbk' variable in class:TestGBKMap
24 encoding = 'gb18030' variable in class:TestGB18030Map
H A Dtest_codecmaps_kr.py13 encoding = 'cp949' variable in class:TestCP949Map
20 encoding = 'euc_kr' variable in class:TestEUCKRMap
30 encoding = 'johab' variable in class:TestJOHABMap
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_codecmaps_cn.py13 encoding = 'gb2312' variable in class:TestGB2312Map
18 encoding = 'gbk' variable in class:TestGBKMap
24 encoding = 'gb18030' variable in class:TestGB18030Map
H A Dtest_codecmaps_kr.py13 encoding = 'cp949' variable in class:TestCP949Map
20 encoding = 'euc_kr' variable in class:TestEUCKRMap
30 encoding = 'johab' variable in class:TestJOHABMap
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecmaps_cn.py13 encoding = 'gb2312' variable in class:TestGB2312Map
18 encoding = 'gbk' variable in class:TestGBKMap
24 encoding = 'gb18030' variable in class:TestGB18030Map
H A Dtest_codecmaps_kr.py13 encoding = 'cp949' variable in class:TestCP949Map
20 encoding = 'euc_kr' variable in class:TestEUCKRMap
30 encoding = 'johab' variable in class:TestJOHABMap
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_codecmaps_cn.py13 encoding = 'gb2312' variable in class:TestGB2312Map
18 encoding = 'gbk' variable in class:TestGBKMap
24 encoding = 'gb18030' variable in class:TestGB18030Map
H A Dtest_codecmaps_kr.py13 encoding = 'cp949' variable in class:TestCP949Map
20 encoding = 'euc_kr' variable in class:TestEUCKRMap
30 encoding = 'johab' variable in class:TestJOHABMap
/prebuilts/gdb/darwin-x86/lib/python2.7/json/
H A D__init__.py31 Compact encoding::
75 Specializing JSON object encoding::
118 encoding='utf-8', variable
124 encoding='utf-8', default=None, sort_keys=False, **kw):
137 ``encoding`` parameter is used. Unless ``fp.write()`` explicitly
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
185 separators=separators, encoding=encoding,
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/json/
H A D__init__.py31 Compact encoding::
75 Specializing JSON object encoding::
118 encoding='utf-8', variable
124 encoding='utf-8', default=None, sort_keys=False, **kw):
137 ``encoding`` parameter is used. Unless ``fp.write()`` explicitly
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
185 separators=separators, encoding=encoding,
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
H A D__init__.py31 Compact encoding::
75 Specializing JSON object encoding::
118 encoding='utf-8', variable
124 encoding='utf-8', default=None, sort_keys=False, **kw):
137 ``encoding`` parameter is used. Unless ``fp.write()`` explicitly
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
185 separators=separators, encoding=encoding,
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
H A D__init__.py31 Compact encoding::
75 Specializing JSON object encoding::
118 encoding='utf-8', variable
124 encoding='utf-8', default=None, sort_keys=False, **kw):
137 ``encoding`` parameter is used. Unless ``fp.write()`` explicitly
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
185 separators=separators, encoding=encoding,
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locale.stdcvt/
H A Dcodecvt_utf16_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
H A Dcodecvt_utf8_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
H A Dcodecvt_utf8_utf16_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
H A Dcodecvt_utf16_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
H A Dcodecvt_utf8_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
H A Dcodecvt_utf8_utf16_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.stdcvt/
H A Dcodecvt_utf16_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
H A Dcodecvt_utf8_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
H A Dcodecvt_utf8_utf16_encoding.pass.cpp20 // int encoding() const throw();
30 int r = c.encoding();
36 int r = c.encoding();
42 int r = c.encoding();
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dcodecs.h32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
[all...]
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dcodecs.h32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
[all...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dcodecs.h32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
[all...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dcodecs.h32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
[all...]

Completed in 1226 milliseconds

1234567891011>>