| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
| D | unicodedefs.h | 25 #define STRINGLIB_CHECK PyUnicode_Check
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
| D | unicodedefs.h | 25 #define STRINGLIB_CHECK PyUnicode_Check
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| D | stringobject.c | 474 if (PyUnicode_Check(v)) { in PyString_AsDecodedString() 554 if (PyUnicode_Check(v)) { in PyString_AsEncodedString() 806 if (PyUnicode_Check(obj)) { in PyString_AsStringAndSize() 1017 if (PyUnicode_Check(bb)) in string_concat() 1150 if (PyUnicode_Check(sub_obj)) in string_contains() 1454 else if (PyUnicode_Check(subobj)) in string_split() 1481 else if (PyUnicode_Check(sep_obj)) in string_partition() 1512 else if (PyUnicode_Check(sep_obj)) in string_rpartition() 1553 else if (PyUnicode_Check(subobj)) in string_rsplit() 1611 if (PyUnicode_Check(item)) { in string_join() [all …]
|
| D | unicodeobject.c | 411 if (v == NULL || !PyUnicode_Check(v) || Py_REFCNT(v) != 1 || length < 0) { in _PyUnicode_Resize() 767 assert(obj && PyUnicode_Check(obj)); in PyUnicode_FromFormatV() 776 assert(!obj || PyUnicode_Check(obj)); in PyUnicode_FromFormatV() 1094 if (PyUnicode_Check(obj)) { in PyUnicode_FromObject() 1126 if (PyUnicode_Check(obj)) { in PyUnicode_FromEncodedObject() 1135 if (PyUnicode_Check(obj)) { in PyUnicode_FromEncodedObject() 1207 if (!PyUnicode_Check(unicode)) { in PyUnicode_Decode() 1228 if (!PyUnicode_Check(unicode)) { in PyUnicode_AsDecodedObject() 1267 if (!PyUnicode_Check(unicode)) { in PyUnicode_AsEncodedObject() 1291 if (!PyUnicode_Check(unicode)) { in PyUnicode_AsEncodedString() [all …]
|
| D | object.c | 385 if (PyUnicode_Check(res)) { in PyObject_Repr() 436 type_ok = type_ok || PyUnicode_Check(res); in _PyObject_Str() 455 if (PyUnicode_Check(res)) { in PyObject_Str() 518 if (PyUnicode_Check(v)) { in PyObject_Unicode() 538 if (!PyUnicode_Check(res)) { in PyObject_Unicode() 1174 if (PyUnicode_Check(name)) { in PyObject_GetAttr() 1221 if (PyUnicode_Check(name)) { in PyObject_SetAttr() 1334 if (PyUnicode_Check(name)) { in _PyObject_GenericGetAttrWithDict() 1472 if (PyUnicode_Check(name)) { in _PyObject_GenericSetAttrWithDict()
|
| D | complexobject.c | 913 if (PyUnicode_Check(format_spec)) { in complex__format__() 986 else if (PyUnicode_Check(v)) { in complex_subtype_from_string() 1158 if (PyString_Check(r) || PyUnicode_Check(r)) { in complex_new() 1167 if (i != NULL && (PyString_Check(i) || PyUnicode_Check(i))) { in complex_new()
|
| D | fileobject.c | 358 if (PyUnicode_Check(f->f_name)) { in open_the_file() 632 if (PyUnicode_Check(f->f_name)) { in file_repr() 1529 !PyUnicode_Check(result)) { in PyFile_GetLine() 1560 if (n < 0 && result != NULL && PyUnicode_Check(result)) { in PyFile_GetLine() 1767 } else if (PyUnicode_Check(text)) { in file_write() 2501 PyUnicode_Check(v) && enc != Py_None) { in PyFile_WriteObject() 2523 if (PyUnicode_Check(v)) { in PyFile_WriteObject()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| D | stringobject.c | 474 if (PyUnicode_Check(v)) { in PyString_AsDecodedString() 554 if (PyUnicode_Check(v)) { in PyString_AsEncodedString() 810 if (PyUnicode_Check(obj)) { in PyString_AsStringAndSize() 1022 if (PyUnicode_Check(bb)) in string_concat() 1155 if (PyUnicode_Check(sub_obj)) in string_contains() 1471 else if (PyUnicode_Check(subobj)) in string_split() 1498 else if (PyUnicode_Check(sep_obj)) in string_partition() 1529 else if (PyUnicode_Check(sep_obj)) in string_rpartition() 1570 else if (PyUnicode_Check(subobj)) in string_rsplit() 1628 if (PyUnicode_Check(item)) { in string_join() [all …]
|
| D | unicodeobject.c | 424 if (v == NULL || !PyUnicode_Check(v) || Py_REFCNT(v) != 1 || length < 0) { in _PyUnicode_Resize() 832 assert(obj && PyUnicode_Check(obj)); in PyUnicode_FromFormatV() 841 assert(!obj || PyUnicode_Check(obj)); in PyUnicode_FromFormatV() 1155 if (PyUnicode_Check(obj)) { in PyUnicode_FromObject() 1187 if (PyUnicode_Check(obj)) { in PyUnicode_FromEncodedObject() 1196 if (PyUnicode_Check(obj)) { in PyUnicode_FromEncodedObject() 1265 if (!PyUnicode_Check(unicode)) { in PyUnicode_Decode() 1286 if (!PyUnicode_Check(unicode)) { in PyUnicode_AsDecodedObject() 1325 if (!PyUnicode_Check(unicode)) { in PyUnicode_AsEncodedObject() 1349 if (!PyUnicode_Check(unicode)) { in PyUnicode_AsEncodedString() [all …]
|
| D | object.c | 385 if (PyUnicode_Check(res)) { in PyObject_Repr() 436 type_ok = type_ok || PyUnicode_Check(res); in _PyObject_Str() 455 if (PyUnicode_Check(res)) { in PyObject_Str() 523 if (PyUnicode_Check(v)) { in PyObject_Unicode() 543 if (!PyUnicode_Check(res)) { in PyObject_Unicode() 1181 if (PyUnicode_Check(name)) { in PyObject_GetAttr() 1228 if (PyUnicode_Check(name)) { in PyObject_SetAttr() 1341 if (PyUnicode_Check(name)) { in _PyObject_GenericGetAttrWithDict() 1479 if (PyUnicode_Check(name)) { in _PyObject_GenericSetAttrWithDict()
|
| D | complexobject.c | 917 if (PyUnicode_Check(format_spec)) { in complex__format__() 990 else if (PyUnicode_Check(v)) { in complex_subtype_from_string() 1162 if (PyString_Check(r) || PyUnicode_Check(r)) { in complex_new() 1171 if (i != NULL && (PyString_Check(i) || PyUnicode_Check(i))) { in complex_new()
|
| D | fileobject.c | 358 if (PyUnicode_Check(f->f_name)) { in open_the_file() 641 if (PyUnicode_Check(f->f_name)) { in file_repr() 1581 !PyUnicode_Check(result)) { in PyFile_GetLine() 1612 if (n < 0 && result != NULL && PyUnicode_Check(result)) { in PyFile_GetLine() 1828 } else if (PyUnicode_Check(text)) { in file_write() 2568 PyUnicode_Check(v) && enc != Py_None) { in PyFile_WriteObject() 2590 if (PyUnicode_Check(v)) { in PyFile_WriteObject()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | getargs.c | 842 else if (PyUnicode_Check(arg)) { in convertsimple() 872 else if (PyUnicode_Check(arg)) { in convertsimple() 895 else if (PyUnicode_Check(arg)) { in convertsimple() 924 else if (PyUnicode_Check(arg)) { in convertsimple() 958 else if (PyUnicode_Check(arg)) { in convertsimple() 983 else if (PyUnicode_Check(arg)) { in convertsimple() 1184 if (PyUnicode_Check(arg)) { in convertsimple() 1195 if (PyUnicode_Check(arg)) in convertsimple() 1216 if (PyUnicode_Check(arg)) in convertsimple()
|
| D | bltinmodule.c | 257 if (PyUnicode_Check(seq)) in builtin_filter() 543 if (PyUnicode_Check(cmd)) { in builtin_compile() 671 !PyUnicode_Check(cmd)) { in builtin_eval() 679 if (PyUnicode_Check(cmd)) { in builtin_eval() 825 if (PyUnicode_Check(name)) { in builtin_getattr() 881 if (PyUnicode_Check(name)) { in builtin_hasattr() 1524 } else if (PyUnicode_Check(obj)) { in builtin_ord() 1621 if (PyUnicode_Check(sep)) { in builtin_print() 1634 if (PyUnicode_Check(end)) { in builtin_print() 1647 if (PyUnicode_Check(PyTuple_GET_ITEM(args, i))) { in builtin_print() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | getargs.c | 842 else if (PyUnicode_Check(arg)) { in convertsimple() 872 else if (PyUnicode_Check(arg)) { in convertsimple() 895 else if (PyUnicode_Check(arg)) { in convertsimple() 924 else if (PyUnicode_Check(arg)) { in convertsimple() 958 else if (PyUnicode_Check(arg)) { in convertsimple() 983 else if (PyUnicode_Check(arg)) { in convertsimple() 1184 if (PyUnicode_Check(arg)) { in convertsimple() 1195 if (PyUnicode_Check(arg)) in convertsimple() 1216 if (PyUnicode_Check(arg)) in convertsimple()
|
| D | bltinmodule.c | 254 if (PyUnicode_Check(seq)) in builtin_filter() 535 if (PyUnicode_Check(cmd)) { in builtin_compile() 663 !PyUnicode_Check(cmd)) { in builtin_eval() 671 if (PyUnicode_Check(cmd)) { in builtin_eval() 817 if (PyUnicode_Check(name)) { in builtin_getattr() 873 if (PyUnicode_Check(name)) { in builtin_hasattr() 1516 } else if (PyUnicode_Check(obj)) { in builtin_ord() 1611 if (PyUnicode_Check(sep)) { in builtin_print() 1624 if (PyUnicode_Check(end)) { in builtin_print() 1637 if (PyUnicode_Check(PyTuple_GET_ITEM(args, i))) { in builtin_print() [all …]
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | _localemodule.c | 295 if (!PyUnicode_Check(os1) && !PyUnicode_Check(os2)) { in PyLocale_strcoll() 299 if (!PyUnicode_Check(os1)) { in PyLocale_strcoll() 305 if (!PyUnicode_Check(os2)) { in PyLocale_strcoll()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | _localemodule.c | 295 if (!PyUnicode_Check(os1) && !PyUnicode_Check(os2)) { in PyLocale_strcoll() 299 if (!PyUnicode_Check(os1)) { in PyLocale_strcoll() 305 if (!PyUnicode_Check(os2)) { in PyLocale_strcoll()
|
| D | operator.c | 311 if (PyUnicode_Check(a) && PyUnicode_Check(b)) { in compare_digest() 651 if (PyUnicode_Check(attr)) { in dotted_getattr()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
| D | stringio.c | 134 assert(PyUnicode_Check(decoded)); in write_str() 328 if (line && !PyUnicode_Check(line)) { in stringio_iternext() 466 if (!PyUnicode_Check(obj)) { in stringio_write() 572 if (value && value != Py_None && !PyUnicode_Check(value)) { in stringio_init()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
| D | stringio.c | 134 assert(PyUnicode_Check(decoded)); in write_str() 328 if (line && !PyUnicode_Check(line)) { in stringio_iternext() 466 if (!PyUnicode_Check(obj)) { in stringio_write() 572 if (value && value != Py_None && !PyUnicode_Check(value)) { in stringio_init()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
| D | statement.c | 66 } else if (PyUnicode_Check(sql)) { in pysqlite_statement_create() 138 } else if (PyUnicode_Check(parameter)) { in pysqlite_statement_bind_parameter()
|
| D | cursor.c | 487 if (!PyString_Check(operation) && !PyUnicode_Check(operation)) { in _pysqlite_query_execute() 509 if (!PyString_Check(operation) && !PyUnicode_Check(operation)) { in _pysqlite_query_execute() 811 } else if (PyUnicode_Check(script_obj)) { in pysqlite_cursor_executescript()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
| D | multibytecodec.c | 310 !PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_encerror() 429 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror() 554 if (PyUnicode_Check(arg)) in MultibyteCodec_Encode() 560 else if (!PyUnicode_Check(arg)) { in MultibyteCodec_Encode() 738 if (PyUnicode_Check(unistr)) in encoder_encode_stateful() 744 else if (!PyUnicode_Check(unistr)) { in encoder_encode_stateful()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
| D | multibytecodec.c | 312 !PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_encerror() 432 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror() 557 if (PyUnicode_Check(arg)) in MultibyteCodec_Encode() 563 else if (!PyUnicode_Check(arg)) { in MultibyteCodec_Encode() 741 if (PyUnicode_Check(unistr)) in encoder_encode_stateful() 747 else if (!PyUnicode_Check(unistr)) { in encoder_encode_stateful()
|