Searched refs:PyUnicode_Format (Results  1 – 18 of 18) sorted by relevance
| /external/python/cpython2/Include/ | 
| D | unicodeobject.h | 188 # define PyUnicode_Format PyUnicodeUCS2_Format  macro 275 # define PyUnicode_Format PyUnicodeUCS4_Format  macro 1313 PyAPI_FUNC(PyObject *) PyUnicode_Format(
  | 
| /external/python/cpython3/Include/ | 
| D | unicodeobject.h | 1022 PyAPI_FUNC(PyObject *) PyUnicode_Format(
  | 
| /external/python/cpython2/Doc/data/ | 
| D | refcounts.dat | 1706 PyUnicode_Format:PyObject*::+1: 1707 PyUnicode_Format:PyObject*:format:0: 1708 PyUnicode_Format:PyObject*:args:0:
  | 
| /external/python/cpython3/PC/ | 
| D | python3dll.c | 656 EXPORT_FUNC(PyUnicode_Format)
  | 
| /external/python/cpython3/Doc/data/ | 
| D | stable_abi.dat | 733 function,PyUnicode_Format,3.2,
  | 
| D | refcounts.dat | 2723 PyUnicode_Format:PyObject*::+1: 2724 PyUnicode_Format:PyObject*:format:0: 2725 PyUnicode_Format:PyObject*:args:0:
  | 
| D | python3.10.abi | 803 …<elf-symbol name='PyUnicode_Format' type='func-type' binding='global-binding' visibility='default-… 10903 …PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='Objects/unicodeobject.c' line='15495' … 12912 …<function-decl name='PyUnicode_Format' mangled-name='PyUnicode_Format' filepath='./Include/unicode…
  | 
| /external/python/cpython2/Misc/NEWS.d/ | 
| D | 2.7.12rc1.rst | 77 Fixed a bug in PyUnicode_Format where it failed to properly ignore errors
  | 
| /external/python/cpython3/Misc/ | 
| D | stable_abi.txt | 1420 function PyUnicode_Format
  | 
| D | HISTORY | 8361   PyUnicode_Format by PyUnicode_FromFormat.
  | 
| /external/webp/swig/ | 
| D | libwebp_python_wrap.c | 756 #define PyString_Format(fmt, args)  PyUnicode_Format(fmt, args) 1564         res = PyUnicode_Format(ofmt,args);  in SwigPyObject_format()
  | 
| /external/marisa-trie/bindings/python/ | 
| D | marisa-swig_wrap.cxx | 759 #define PyString_Format(fmt, args)  PyUnicode_Format(fmt, args) 1443 	res = PyUnicode_Format(ofmt,args);  in SwigPyObject_format()
  | 
| /external/python/cpython2/Objects/ | 
| D | unicodeobject.c | 7973     return PyUnicode_Format(v, w);  in unicode_mod() 8353 PyObject *PyUnicode_Format(PyObject *format,  in PyUnicode_Format()  function
  | 
| D | stringobject.c | 4722     v = PyUnicode_Format(format, args);  in PyString_Format()
  | 
| /external/python/cpython2/Doc/c-api/ | 
| D | unicode.rst | 1108 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
  | 
| /external/python/cpython3/Doc/c-api/ | 
| D | unicode.rst | 1697 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
  | 
| /external/python/cpython3/Python/ | 
| D | ceval.c | 2056               res = PyUnicode_Format(dividend, divisor);  in _PyEval_EvalFrameDefault()
  | 
| /external/python/cpython3/Objects/ | 
| D | unicodeobject.c | 14547     return PyUnicode_Format(v, w);  in unicode_mod() 15514 PyUnicode_Format(PyObject *format, PyObject *args)  in PyUnicode_Format()  function
  |