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

  /external/libxml2/python/
types.c 13 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize
17 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize
libxml.c 47 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize
51 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize
419 string = PY_IMPORT_STRING_SIZE(buffer, len);
    [all...]

Completed in 97 milliseconds