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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c 84 ascii_escape_unicode(PyObject *pystr);
86 ascii_escape_str(PyObject *pystr);
88 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr);
91 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
93 scan_once_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
198 ascii_escape_unicode(PyObject *pystr)
200 /* Take a PyUnicode pystr and return a new ASCII-only escaped PyString */
210 input_chars = PyUnicode_GET_SIZE(pystr);
211 input_unicode = PyUnicode_AS_UNICODE(pystr);
256 ascii_escape_str(PyObject *pystr)
788 PyObject *pystr; local
1658 PyObject *pystr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c 84 ascii_escape_unicode(PyObject *pystr);
86 ascii_escape_str(PyObject *pystr);
88 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr);
91 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
93 scan_once_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
198 ascii_escape_unicode(PyObject *pystr)
200 /* Take a PyUnicode pystr and return a new ASCII-only escaped PyString */
210 input_chars = PyUnicode_GET_SIZE(pystr);
211 input_unicode = PyUnicode_AS_UNICODE(pystr);
256 ascii_escape_str(PyObject *pystr)
765 PyObject *pystr; local
1643 PyObject *pystr; local
    [all...]
  /external/python/cpython2/Modules/
_json.c 84 ascii_escape_unicode(PyObject *pystr);
86 ascii_escape_str(PyObject *pystr);
88 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr);
91 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
93 scan_once_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
198 ascii_escape_unicode(PyObject *pystr)
200 /* Take a PyUnicode pystr and return a new ASCII-only escaped PyString */
211 input_chars = PyUnicode_GET_SIZE(pystr);
212 input_unicode = PyUnicode_AS_UNICODE(pystr);
268 ascii_escape_str(PyObject *pystr)
792 PyObject *pystr; local
1680 PyObject *pystr; local
    [all...]

Completed in 1120 milliseconds