Home
last modified time | relevance | path

Searched defs:PyUnicode_FromFormat (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_unicode.py27 def PyUnicode_FromFormat(format, *args): function
/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h190 # define PyUnicode_FromFormat PyUnicodeUCS2_FromFormat macro
277 # define PyUnicode_FromFormat PyUnicodeUCS4_FromFormat macro
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_unicode.py1689 def PyUnicode_FromFormat(format, *args): function
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c1074 PyUnicode_FromFormat(const char *format, ...) in PyUnicode_FromFormat() function
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c3142 PyUnicode_FromFormat(const char *format, ...) in PyUnicode_FromFormat() function