OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyUnicode_AsUTF8
(Results
26 - 42
of
42
) sorted by null
1
2
/external/python/cpython3/Modules/_sqlite/
cursor.c
691
script_cstr =
PyUnicode_AsUTF8
(script_obj);
/external/python/cpython3/Modules/
ossaudiodev.c
936
name =
PyUnicode_AsUTF8
(nameobj);
[
all
...]
timemodule.c
444
p->tm_zone = item == Py_None ? NULL :
PyUnicode_AsUTF8
(item);
[
all
...]
_tkinter.c
539
char *list =
PyUnicode_AsUTF8
(arg);
1003
hexchars =
PyUnicode_AsUTF8
(hexstr);
[
all
...]
_elementtree.c
[
all
...]
socketmodule.c
[
all
...]
posixmodule.c
[
all
...]
/external/python/cpython3/Modules/_io/
textio.c
924
encoding =
PyUnicode_AsUTF8
(self->encoding);
967
self->writenl =
PyUnicode_AsUTF8
(self->readnl);
[
all
...]
bufferedio.c
308
char *msg =
PyUnicode_AsUTF8
(msgobj);
[
all
...]
/external/python/cpython3/Modules/_ctypes/
callproc.c
[
all
...]
/external/python/cpython3/Python/
import.c
1053
namestr =
PyUnicode_AsUTF8
(name);
[
all
...]
ast.c
[
all
...]
/external/python/cpython3/Objects/
floatobject.c
[
all
...]
typeobject.c
[
all
...]
setobject.c
[
all
...]
unicodeobject.c
[
all
...]
/external/protobuf/python/google/protobuf/pyext/
message.cc
81
(PyUnicode_Check(ob)?
PyUnicode_AsUTF8
(ob): PyBytes_AsString(ob))
[
all
...]
Completed in 6637 milliseconds
1
2