Home
last modified time | relevance | path

Searched refs:PyUnicode_GetSize (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h200 # define PyUnicode_GetSize PyUnicodeUCS2_GetSize macro
287 # define PyUnicode_GetSize PyUnicodeUCS4_GetSize macro
490 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h200 # define PyUnicode_GetSize PyUnicodeUCS2_GetSize macro
287 # define PyUnicode_GetSize PyUnicodeUCS4_GetSize macro
490 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dstringio.c614 Py_ssize_t len = PyUnicode_GetSize(value); in stringio_init()
Dtextio.c1240 textlen = PyUnicode_GetSize(text); in textiowrapper_write()
2105 if (PyUnicode_GetSize(self->decoded_chars) < cookie.chars_to_skip) { in textiowrapper_seek()
2166 assert (self->decoded_chars == NULL || PyUnicode_GetSize(self->decoded_chars) == 0); in textiowrapper_tell()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dstringio.c614 Py_ssize_t len = PyUnicode_GetSize(value); in stringio_init()
Dtextio.c1263 textlen = PyUnicode_GetSize(text); in textiowrapper_write()
2158 if (PyUnicode_GetSize(self->decoded_chars) < cookie.chars_to_skip) { in textiowrapper_seek()
2219 assert (self->decoded_chars == NULL || PyUnicode_GetSize(self->decoded_chars) == 0); in textiowrapper_tell()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dunicodedata.c778 if (PyUnicode_GetSize(input) == 0) { in unicodedata_normalize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dunicodedata.c785 if (PyUnicode_GetSize(input) == 0) { in unicodedata_normalize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1355 Py_ssize_t PyUnicode_GetSize(PyObject *unicode) in PyUnicode_GetSize() function
3390 if (PyUnicode_GetSize((PyObject *)v) == 0) in _PyUnicode_DecodeUnicodeInternal()
4300 if (!PyUnicode_Check(string) || PyUnicode_GetSize(string) != 256) { in PyUnicode_BuildEncodingMap()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1413 Py_ssize_t PyUnicode_GetSize(PyObject *unicode) in PyUnicode_GetSize() function
3438 if (PyUnicode_GetSize((PyObject *)v) == 0) in _PyUnicode_DecodeUnicodeInternal()
4385 if (!PyUnicode_Check(string) || PyUnicode_GetSize(string) != 256) { in PyUnicode_BuildEncodingMap()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c2937 Py_ssize_t len = PyUnicode_GetSize(strobj); in filterunicode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c2953 Py_ssize_t len = PyUnicode_GetSize(strobj); in filterunicode()