Home
last modified time | relevance | path

Searched refs:py_encode_basestring_ascii (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/json/
Dencoder.py49 def py_encode_basestring_ascii(s): function
72 c_encode_basestring_ascii or py_encode_basestring_ascii)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/json/
Dencoder.py49 def py_encode_basestring_ascii(s): function
72 c_encode_basestring_ascii or py_encode_basestring_ascii)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/json/
H A Dencoder.py49 def py_encode_basestring_ascii(s): function
72 c_encode_basestring_ascii or py_encode_basestring_ascii)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/json/
Dencoder.py49 def py_encode_basestring_ascii(s): function
72 c_encode_basestring_ascii or py_encode_basestring_ascii)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/json/
Dencoder.py49 def py_encode_basestring_ascii(s): function
72 c_encode_basestring_ascii or py_encode_basestring_ascii)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/json/
Dencoder.py49 def py_encode_basestring_ascii(s): function
72 c_encode_basestring_ascii or py_encode_basestring_ascii)
/aosp_15_r20/external/python/cpython2/Lib/json/
Dencoder.py42 def py_encode_basestring_ascii(s): function
68 c_encode_basestring_ascii or py_encode_basestring_ascii)
/aosp_15_r20/external/python/cpython2/Modules/
D_json.c88 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr);
822 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr) in py_encode_basestring_ascii() function
1849 …eck(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunction)py_encode_basestring_ascii); in encoder_new()
1950 return py_encode_basestring_ascii(NULL, obj); in encoder_encode_string()
2389 (PyCFunction)py_encode_basestring_ascii,
/aosp_15_r20/external/python/cpython3/Modules/
D_json.c83 py_encode_basestring_ascii(PyObject* Py_UNUSED(self), PyObject *pystr);
599 py_encode_basestring_ascii(PyObject* Py_UNUSED(self), PyObject *pystr) in py_encode_basestring_ascii() function
1276 if (f == (PyCFunction)py_encode_basestring_ascii || in encoder_new()
1798 (PyCFunction)py_encode_basestring_ascii,