Searched refs:_PyUnicode_FromASCII (Results 1 – 7 of 7) 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/Python/ |
| D | formatter_unicode.c | 1117 unicode_tmp = _PyUnicode_FromASCII(buf, n_digits); in format_float_internal() 1284 re_unicode_tmp = _PyUnicode_FromASCII(re_buf, n_re_digits); in format_complex_internal() 1289 im_unicode_tmp = _PyUnicode_FromASCII(im_buf, n_im_digits); in format_complex_internal()
|
| D | compile.c | 4315 ADDOP_LOAD_CONST_NEW(c, _PyUnicode_FromASCII("", 0)); in compiler_joined_str() 4316 PyObject *join = _PyUnicode_FromASCII("join", 4); in compiler_joined_str()
|
| /external/python/cpython3/Include/cpython/ |
| D | unicodeobject.h | 565 PyAPI_FUNC(PyObject*) _PyUnicode_FromASCII(
|
| /external/python/cpython3/Objects/ |
| D | floatobject.c | 357 result = _PyUnicode_FromASCII(buf, strlen(buf)); in float_repr()
|
| D | unicodeobject.c | 2415 _PyUnicode_FromASCII(const char *buffer, Py_ssize_t size) in _PyUnicode_FromASCII() function 12900 return _PyUnicode_FromASCII((const char*)(data + start), length); in PyUnicode_Substring() 14294 str = _PyUnicode_FromASCII(ascii, len); in _PyUnicodeWriter_WriteASCIIString() 14728 *p_output = _PyUnicode_FromASCII(p, len); in formatfloat() 14868 unicode = _PyUnicode_FromASCII(buf, len); in _PyUnicode_FormatLong()
|
| /external/python/cpython3/Doc/data/ |
| D | python3.10.abi | 1268 …<elf-symbol name='_PyUnicode_FromASCII' type='func-type' binding='global-binding' visibility='defa… 8288 …<function-decl name='_PyUnicode_FromASCII' mangled-name='_PyUnicode_FromASCII' filepath='./Include… 11608 …_PyUnicode_FromASCII' mangled-name='_PyUnicode_FromASCII' filepath='Objects/unicodeobject.c' line=…
|