Searched refs:_PyUnicode_FromASCII (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Objects/stringlib/ |
D | asciilib.h | 20 #define STRINGLIB_NEW(STR,LEN) _PyUnicode_FromASCII((const char*)(STR),(LEN))
|
/external/python/cpython3/Include/internal/ |
D | pycore_unicodeobject.h | 66 extern PyObject* _PyUnicode_FromASCII(
|
/external/python/cpython3/Python/ |
D | intrinsics.c | 166 PyObject *message = _PyUnicode_FromASCII(msg, strlen(msg)); in stopiteration_error()
|
D | formatter_unicode.c | 1138 unicode_tmp = _PyUnicode_FromASCII(buf, n_digits); in format_float_internal() 1307 re_unicode_tmp = _PyUnicode_FromASCII(re_buf, n_re_digits); in format_complex_internal() 1312 im_unicode_tmp = _PyUnicode_FromASCII(im_buf, n_im_digits); in format_complex_internal()
|
D | optimizer.c | 355 PyObject *oname = _PyUnicode_FromASCII(name, strlen(name)); in uop_item()
|
/external/python/cpython3/Objects/ |
D | floatobject.c | 386 result = _PyUnicode_FromASCII(buf, strlen(buf)); in float_repr()
|
D | unicodeobject.c | 2156 _PyUnicode_FromASCII(const char *buffer, Py_ssize_t size) in _PyUnicode_FromASCII() function 12142 return _PyUnicode_FromASCII((const char*)(data + start), length); in PyUnicode_Substring() 13483 str = _PyUnicode_FromASCII(ascii, len); in _PyUnicodeWriter_WriteASCIIString() 13906 *p_output = _PyUnicode_FromASCII(p, len); in formatfloat() 14044 unicode = _PyUnicode_FromASCII(buf, len); in _PyUnicode_FormatLong()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 7042 …<function-decl name='_PyUnicode_FromASCII' filepath='./Include/internal/pycore_unicodeobject.h' li…
|