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

  /external/python/cpython3/Objects/stringlib/
undef.h 8 #undef STRINGLIB_NEW
asciilib.h 21 #define STRINGLIB_NEW(STR,LEN) _PyUnicode_FromASCII((char*)(STR),(LEN))
stringdefs.h 23 #define STRINGLIB_NEW PyBytes_FromStringAndSize
ucs1lib.h 21 #define STRINGLIB_NEW _PyUnicode_FromUCS1
ucs2lib.h 21 #define STRINGLIB_NEW _PyUnicode_FromUCS2
ucs4lib.h 21 #define STRINGLIB_NEW _PyUnicode_FromUCS4
unicodedefs.h 23 #define STRINGLIB_NEW PyUnicode_FromUnicode
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
stringdefs.h 23 #define STRINGLIB_NEW PyString_FromStringAndSize
unicodedefs.h 23 #define STRINGLIB_NEW PyUnicode_FromUnicode
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
stringdefs.h 23 #define STRINGLIB_NEW PyString_FromStringAndSize
unicodedefs.h 23 #define STRINGLIB_NEW PyUnicode_FromUnicode
  /external/python/cpython2/Objects/stringlib/
stringdefs.h 23 #define STRINGLIB_NEW PyString_FromStringAndSize
unicodedefs.h 23 #define STRINGLIB_NEW PyUnicode_FromUnicode
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 1115 #define STRINGLIB_NEW PyByteArray_FromStringAndSize
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 1111 #define STRINGLIB_NEW PyByteArray_FromStringAndSize
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 1120 #define STRINGLIB_NEW PyByteArray_FromStringAndSize
    [all...]
  /external/python/cpython3/Objects/
bytearrayobject.c 1083 #define STRINGLIB_NEW PyByteArray_FromStringAndSize
    [all...]

Completed in 304 milliseconds