OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyUnicode_AS_UNICODE
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/simplejson/
_speedups.c
287
input_unicode =
PyUnicode_AS_UNICODE
(pystr);
743
const Py_UNICODE *buf =
PyUnicode_AS_UNICODE
(pystr);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h
436
#define
PyUnicode_AS_UNICODE
(op) \
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h
436
#define
PyUnicode_AS_UNICODE
(op) \
[
all
...]
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
130
#define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(
PyUnicode_AS_UNICODE
(u)[i]))
[
all
...]
qavltree.c
130
#define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(
PyUnicode_AS_UNICODE
(u)[i]))
[
all
...]
qbintree.c
130
#define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(
PyUnicode_AS_UNICODE
(u)[i]))
[
all
...]
qrbtree.c
130
#define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(
PyUnicode_AS_UNICODE
(u)[i]))
[
all
...]
Completed in 40 milliseconds