OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:returns_unicode
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c
70
int
returns_unicode
; /* True if Unicode strings are returned;
member in struct:__anon5786
383
#define STRING_CONV_FUNC (self->
returns_unicode
\
425
temp = (self->
returns_unicode
668
(self->
returns_unicode
727
(self->
returns_unicode
831
("(N)", (self->
returns_unicode
837
("(N)", (self->
returns_unicode
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyexpat.py
25
self.parser.
returns_unicode
= x
26
self.assertEqual(self.parser.
returns_unicode
, y)
139
parser.
returns_unicode
= 0
166
parser.
returns_unicode
= 1
195
parser.
returns_unicode
= 1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c
70
int
returns_unicode
; /* True if Unicode strings are returned;
member in struct:__anon5450
383
#define STRING_CONV_FUNC (self->
returns_unicode
\
425
temp = (self->
returns_unicode
668
(self->
returns_unicode
727
(self->
returns_unicode
831
("(N)", (self->
returns_unicode
837
("(N)", (self->
returns_unicode
[
all
...]
/external/python/cpython2/Modules/
pyexpat.c
70
int
returns_unicode
; /* True if Unicode strings are returned;
member in struct:__anon36785
383
#define STRING_CONV_FUNC (self->
returns_unicode
\
425
temp = (self->
returns_unicode
668
(self->
returns_unicode
727
(self->
returns_unicode
831
("(N)", (self->
returns_unicode
837
("(N)", (self->
returns_unicode
1098
new_parser->
returns_unicode
= self->
returns_unicode
;
[
all
...]
/external/python/cpython2/Lib/test/
test_pyexpat.py
30
self.assertIs(self.parser.
returns_unicode
, test_support.have_unicode)
32
self.parser.
returns_unicode
= x
33
self.assertIs(self.parser.
returns_unicode
, bool(x))
154
parser.
returns_unicode
= 0
181
parser.
returns_unicode
= 1
210
parser.
returns_unicode
= 1
/external/python/cpython3/Lib/test/
test_pyexpat.py
47
self.parser.
returns_unicode
= 1
49
self.parser.
returns_unicode
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py
552
if not parser.
returns_unicode
:
[
all
...]
/external/python/cpython2/Lib/
xmlrpclib.py
553
if not parser.
returns_unicode
:
[
all
...]
Completed in 2456 milliseconds