OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyUnicode_FromString
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Utility/
Profile.c
162
py_funcname =
PyUnicode_FromString
(funcname);
163
py_srcfile =
PyUnicode_FromString
(srcfile);
Exceptions.c
442
ctx =
PyUnicode_FromString
(name);
476
py_srcfile =
PyUnicode_FromString
(filename);
490
py_funcname =
PyUnicode_FromString
(funcname);
CythonFunction.c
81
op->func_doc =
PyUnicode_FromString
(op->func.m_ml->ml_doc);
414
return
PyUnicode_FromString
(m->func.m_ml->ml_name);
889
sep =
PyUnicode_FromString
("|");
[
all
...]
ImportExport.c
7
#define __Pyx_PyIdentifier_FromString(s)
PyUnicode_FromString
(s)
ModuleSetupCode.c
121
#define
PyUnicode_FromString
(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
110
#define
PyUnicode_FromString
(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
[
all
...]
qavltree.c
110
#define
PyUnicode_FromString
(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
592
#define __Pyx_PyIdentifier_FromString(s)
PyUnicode_FromString
(s)
[
all
...]
qbintree.c
110
#define
PyUnicode_FromString
(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
592
#define __Pyx_PyIdentifier_FromString(s)
PyUnicode_FromString
(s)
[
all
...]
qrbtree.c
110
#define
PyUnicode_FromString
(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
592
#define __Pyx_PyIdentifier_FromString(s)
PyUnicode_FromString
(s)
[
all
...]
Completed in 38 milliseconds