Home
last modified time | relevance | path

Searched refs:PyUnicode_Resize (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h206 # define PyUnicode_Resize PyUnicodeUCS2_Resize macro
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize macro
511 PyAPI_FUNC(int) PyUnicode_Resize(
/aosp_15_r20/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h24 #define STRINGLIB_RESIZE PyUnicode_Resize
/aosp_15_r20/external/python/cpython2/Modules/
Dunicodedata.c534 if (PyUnicode_Resize(&result, newsize) == -1) in nfd_nfkd()
582 PyUnicode_Resize(&result, PyUnicode_GET_SIZE(result) - space); in nfd_nfkd()
737 PyUnicode_Resize(&result, o - PyUnicode_AS_UNICODE(result)); in nfc_nfkc()
/aosp_15_r20/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c200 if (PyUnicode_Resize(&buf->outobj, orgsize + ( in expand_decodebuffer()
659 if (PyUnicode_Resize(&buf.outobj, finalsize) == -1) in MultibyteCodec_Decode()
1085 if (PyUnicode_Resize(&buf.outobj, finalsize) == -1) in mbidecoder_decode()
1325 if (PyUnicode_Resize(&buf.outobj, finalsize) == -1) in mbstreamreader_iread()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h217 PyAPI_FUNC(int) PyUnicode_Resize(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h217 PyAPI_FUNC(int) PyUnicode_Resize(
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
H A Drjsmin.c442 #define _PyString_Resize PyUnicode_Resize in rjsmin_jsmin()
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h217 PyAPI_FUNC(int) PyUnicode_Resize(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h217 PyAPI_FUNC(int) PyUnicode_Resize(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h217 PyAPI_FUNC(int) PyUnicode_Resize(
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c310 if (PyUnicode_Resize(&output, output_len - 1) < 0) in _PyIncrementalNewlineDecoder_decode()
457 if (PyUnicode_Resize(&output, out - out_str) < 0) in _PyIncrementalNewlineDecoder_decode()
1813 if (PyUnicode_Resize(&line, endpos) < 0) in _textiowrapper_readline()
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
H A Drcssmin.c1087 #define _PyString_Resize PyUnicode_Resize in rcssmin_cssmin()
/aosp_15_r20/external/python/cpython2/Python/
Dbltinmodule.c3055 if (PyUnicode_Resize(&result, need) < 0) { in filterunicode()
3073 PyUnicode_Resize(&result, j); in filterunicode()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c691 EXPORT_FUNC(PyUnicode_Resize)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat775 function,PyUnicode_Resize,3.2,,
Dpython3.11.abi837 …<elf-symbol name='PyUnicode_Resize' type='func-type' binding='global-binding' visibility='default-…
10916PyUnicode_Resize' mangled-name='PyUnicode_Resize' filepath='Objects/unicodeobject.c' line='2042' c…
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c448 int PyUnicode_Resize(PyObject **unicode, Py_ssize_t length) in PyUnicode_Resize() function
1055 PyUnicode_Resize(&string, s - PyUnicode_AS_UNICODE(string)); in PyUnicode_FromFormatV()
5002 if (PyUnicode_Resize(outobj, requiredsize) < 0) in charmaptranslate_makespace()
5182 if (PyUnicode_Resize(&res, respos) < 0) in PyUnicode_TranslateCharmap()
Dfileobject.c1642 PyUnicode_Resize(&result, len-1); in PyFile_GetLine()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1546 [function.PyUnicode_Resize]
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c2042 PyUnicode_Resize(PyObject **p_unicode, Py_ssize_t length) in PyUnicode_Resize() function
14544 if (PyUnicode_Resize(&result, len) < 0) in _PyUnicode_FormatLong()