Searched refs:py_encode_basestring_ascii (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
H A Dencoder.py42 def py_encode_basestring_ascii(s): function
68 c_encode_basestring_ascii or py_encode_basestring_ascii)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
H A Dencoder.py43 def py_encode_basestring_ascii(s): function
69 c_encode_basestring_ascii or py_encode_basestring_ascii)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_json.c88 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr);
799 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr) function
1846 s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunction)py_encode_basestring_ascii);
1947 return py_encode_basestring_ascii(NULL, obj);
2381 (PyCFunction)py_encode_basestring_ascii,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_json.c88 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr);
822 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr) function
1854 s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunction)py_encode_basestring_ascii);
1955 return py_encode_basestring_ascii(NULL, obj);
2393 (PyCFunction)py_encode_basestring_ascii,

Completed in 50 milliseconds