/aosp_15_r20/external/python/cpython3/Python/ |
D | import.c | 1647 PyObject *substr = PyUnicode_Substring(package, 0, dot); in resolve_name() 1673 base = PyUnicode_Substring(package, 0, last_dot); in resolve_name() 1865 PyObject *front = PyUnicode_Substring(name, 0, dot); in PyImport_ImportModuleLevelObject() 1876 PyObject *to_return = PyUnicode_Substring(abs_name, 0, in PyImport_ImportModuleLevelObject()
|
D | importdl.c | 54 tmp = PyUnicode_Substring(name, lastdot + 1, name_len); in get_encoded_name()
|
D | traceback.c | 539 truncated = PyUnicode_Substring(lineobj, i, PyUnicode_GET_LENGTH(lineobj)); in display_source_line_with_margin() 667 PyObject *segment = PyUnicode_Substring(line, start_offset, end_offset); in extract_anchors_from_line()
|
D | _warnings.c | 468 module = PyUnicode_Substring(filename, 0, len-3); in normalize_module() 550 truncated = PyUnicode_Substring(sourceline, i, len); in show_warning()
|
D | ast_opt.c | 268 PyObject *str = PyUnicode_Substring(fmt, start, pos); in parse_literal()
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | textio.c | 341 PyObject *modified = PyUnicode_Substring(output, 0, output_len -1); in _PyIncrementalNewlineDecoder_decode() 1747 chars = PyUnicode_Substring(self->decoded_chars, in textiowrapper_get_decoded_chars() 2202 s = PyUnicode_Substring(line, start, endpos); in _textiowrapper_readline() 2215 remaining = PyUnicode_Substring(line, endpos, line_len); in _textiowrapper_readline() 2228 PyObject *s = PyUnicode_Substring(line, start, endpos); in _textiowrapper_readline()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | getpath.c | 94 return PyUnicode_Substring(path, pos + 1, end); in getpath_basename() 110 return PyUnicode_Substring(path, 0, pos); in getpath_dirname()
|
D | syslogmodule.c | 108 return PyUnicode_Substring(scriptobj, slash + 1, scriptlen); in syslog_get_argv()
|
D | _operator.c | 1279 attr_chain_item = PyUnicode_Substring(item, in attrgetter_new() 1294 attr_chain_item = PyUnicode_Substring(item, in attrgetter_new()
|
D | _json.c | 435 PyObject *ret = PyUnicode_Substring(pystr, end, next); in scanstring_unicode()
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 67 return PyUnicode_Substring(str->str, str->start, str->end); in SubString_new_object() 530 format_spec_object = PyUnicode_Substring(format_spec->str, in render_field()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | unicodeobject.h | 142 PyAPI_FUNC(PyObject*) PyUnicode_Substring(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 142 PyAPI_FUNC(PyObject*) PyUnicode_Substring(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 142 PyAPI_FUNC(PyObject*) PyUnicode_Substring(
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | fileobject.c | 106 v = PyUnicode_Substring(result, 0, len-1); in PyFile_GetLine()
|
D | unicodeobject.c | 7748 substring = PyUnicode_Substring(unicode, offset, offset+len); in encode_code_page_strict() 12556 return PyUnicode_Substring(self, i, j); in _PyUnicode_XStrip() 12560 PyUnicode_Substring(PyObject *self, Py_ssize_t start, Py_ssize_t end) in PyUnicode_Substring() function 12658 return PyUnicode_Substring(self, i, j); in do_strip() 12853 return PyUnicode_Substring(self, PyUnicode_GET_LENGTH(prefix), in unicode_removeprefix_impl() 12881 return PyUnicode_Substring(self, 0, PyUnicode_GET_LENGTH(self) in unicode_removesuffix_impl() 14274 return PyUnicode_Substring(self, in unicode_subscript() 14730 key = PyUnicode_Substring(ctx->fmtstr, in unicode_format_arg_parse()
|
D | setobject.c | 533 tmp = PyUnicode_Substring(listrepr, 1, PyUnicode_GET_LENGTH(listrepr)-1); in set_repr()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 142 PyAPI_FUNC(PyObject*) PyUnicode_Substring(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 142 PyAPI_FUNC(PyObject*) PyUnicode_Substring(
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2741 PyUnicode_Substring:PyObject*::+1: 2742 PyUnicode_Substring:PyObject*:str:0: 2743 PyUnicode_Substring:Py_ssize_t:start:: 2744 PyUnicode_Substring:Py_ssize_t:end::
|
D | stable_abi.dat | 779 function,PyUnicode_Substring,3.7,,
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 697 EXPORT_FUNC(PyUnicode_Substring)
|
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 829 ctx->pending = PyUnicode_Substring(inbuf, inpos, datalen); in encoder_encode_stateful()
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | tokenizer.c | 1344 Py_SETREF(s, PyUnicode_Substring(s, 0, invalid + 1)); in verify_identifier()
|
/aosp_15_r20/external/python/cpython3/Modules/_sre/ |
D | sre.c | 514 return PyUnicode_Substring(string, start, end); in getslice()
|