HomeSort by relevance Sort by last modified time
    Searched refs:PyUnicode_GET_SIZE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/simplejson/
_speedups.c 286 input_chars = PyUnicode_GET_SIZE(pystr);
740 Py_ssize_t len = PyUnicode_GET_SIZE(pystr);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 432 #define PyUnicode_GET_SIZE(op) \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 432 #define PyUnicode_GET_SIZE(op) \
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
qavltree.c 129 #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u)
    [all...]
qbintree.c 129 #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u)
    [all...]
qrbtree.c 129 #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u)
    [all...]
cwalker.c 129 #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u)
    [all...]

Completed in 147 milliseconds