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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 133 /* Py_UNICODE is the native Unicode storage format (code unit) used by
137 typedef PY_UNICODE_TYPE Py_UNICODE;
394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
407 !memcmp((string)->str + (offset), (substring)->str, (substring)->length*sizeof(Py_UNICODE)))
418 Py_UNICODE *str; /* Raw Unicode buffer */
435 (((PyUnicodeObject *)(op))->length * sizeof(Py_UNICODE))
448 #define Py_UNICODE_REPLACEMENT_CHARACTER ((Py_UNICODE) 0xFFFD)
452 /* --- Plain Py_UNICODE --------------------------------------------------- *
    [all...]
intobject.h 36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
pyerrors.h 192 PyObject *, const Py_UNICODE *);
204 int, const Py_UNICODE *);
211 PyObject *,int, const Py_UNICODE *);
250 const char *, const Py_UNICODE *, Py_ssize_t, Py_ssize_t, Py_ssize_t, const char *);
254 const Py_UNICODE *, Py_ssize_t, Py_ssize_t, Py_ssize_t, const char *);
longobject.h 60 PyAPI_FUNC(PyObject *) PyLong_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 133 /* Py_UNICODE is the native Unicode storage format (code unit) used by
137 typedef PY_UNICODE_TYPE Py_UNICODE;
394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
407 !memcmp((string)->str + (offset), (substring)->str, (substring)->length*sizeof(Py_UNICODE)))
418 Py_UNICODE *str; /* Raw Unicode buffer */
435 (((PyUnicodeObject *)(op))->length * sizeof(Py_UNICODE))
448 #define Py_UNICODE_REPLACEMENT_CHARACTER ((Py_UNICODE) 0xFFFD)
452 /* --- Plain Py_UNICODE --------------------------------------------------- *
    [all...]
intobject.h 36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
pyerrors.h 192 PyObject *, const Py_UNICODE *);
204 int, const Py_UNICODE *);
211 PyObject *,int, const Py_UNICODE *);
250 const char *, const Py_UNICODE *, Py_ssize_t, Py_ssize_t, Py_ssize_t, const char *);
254 const Py_UNICODE *, Py_ssize_t, Py_ssize_t, Py_ssize_t, const char *);
longobject.h 60 PyAPI_FUNC(PyObject *) PyLong_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
  /external/chromium_org/third_party/simplejson/
_speedups.c 113 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars);
235 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars)
253 Py_UNICODE v = c - 0x10000;
284 Py_UNICODE *input_unicode;
300 Py_UNICODE c = input_unicode[i];
348 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
353 c = (Py_UNICODE)(unsigned char)input_str[j];
390 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i]
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 131 #define __Pyx_PyUnicode_READ(k, d, i) ((k=k), (Py_UCS4)(((Py_UNICODE*)d)[i]))
    [all...]
qavltree.c 131 #define __Pyx_PyUnicode_READ(k, d, i) ((k=k), (Py_UCS4)(((Py_UNICODE*)d)[i]))
    [all...]
qbintree.c 131 #define __Pyx_PyUnicode_READ(k, d, i) ((k=k), (Py_UCS4)(((Py_UNICODE*)d)[i]))
    [all...]
qrbtree.c 131 #define __Pyx_PyUnicode_READ(k, d, i) ((k=k), (Py_UCS4)(((Py_UNICODE*)d)[i]))
    [all...]

Completed in 271 milliseconds