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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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...]
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 37 #define Py_UNICODE void
564 int (*wstatfunc)(const Py_UNICODE *, STRUCT_STAT *))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 36 #define Py_UNICODE void
563 int (*wstatfunc)(const Py_UNICODE *, STRUCT_STAT *))
1077 Py_UNICODE *wpath = PyUnicode_AS_UNICODE(po);
1078 Py_UNICODE woutbuf[MAX_PATH*2], *woutbufp = woutbuf;
1079 Py_UNICODE *wtemp;
1086 woutbufp = malloc(result * sizeof(Py_UNICODE));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 49 #define Py_UNICODE void
546 posix_error_with_unicode_filename(Py_UNICODE* name)
578 win32_error_unicode(char* function, Py_UNICODE* filename)
    [all...]

Completed in 268 milliseconds