Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyUnicode_READ

447             ch = PyUnicode_READ(kind, data, i);
467 assert(PyUnicode_READ(kind, data, ascii->length) == 0);
525 Py_UCS4 ch = PyUnicode_READ(kind, data, 0);
592 ch = PyUnicode_READ(kind, data, i);
615 ch = PyUnicode_READ(kind, data, i);
659 ch = PyUnicode_READ(kind, data, i);
690 str += sprintf(str, "&#%d;", PyUnicode_READ(kind, data, i));
1420 ch = PyUnicode_READ(from_kind, from_data, from_start + i);
1517 ch = PyUnicode_READ(from_kind, from_data, from_start + i);
4177 return PyUnicode_READ(kind, data, index);
4763 Py_UCS4 ch = PyUnicode_READ(kind, data, i);
6185 Py_UCS4 ch = PyUnicode_READ(kind, data, i);
6436 Py_UCS4 ch = PyUnicode_READ(kind, data, pos);
6735 Py_UCS4 ch = PyUnicode_READ(kind, data, pos);
6750 while ((collend < size) && (PyUnicode_READ(kind, data, collend) >= limit))
6795 ch = PyUnicode_READ(kind, data, i);
7658 Py_UCS4 ch = PyUnicode_READ(kind, data, i);
7871 x = PyUnicode_READ(mapkind, mapdata, ch);
8143 if (PyUnicode_READ(kind, data, 0) != 0)
8147 ch = PyUnicode_READ(kind, data, i);
8172 key = PyLong_FromLong(PyUnicode_READ(kind, data, i));
8207 Py_UCS4 ch = PyUnicode_READ(kind, data, i);
8508 Py_UCS4 repch = PyUnicode_READ(kind, data, index);
8563 Py_UCS4 ch = PyUnicode_READ(kind, data, inpos);
8982 ch = PyUnicode_READ(kind, data, i);
9000 ch = PyUnicode_READ(kind, data, collend);
9076 ch = PyUnicode_READ(kind, data, i);
9190 ch = PyUnicode_READ(kind, data, i);
9265 Py_UCS4 ch = PyUnicode_READ(kind2, buf2, 0);
9556 if (PyUnicode_READ(kind_self, data_self, offset) ==
9557 PyUnicode_READ(kind_sub, data_sub, 0) &&
9558 PyUnicode_READ(kind_self, data_self, offset + end_sub) ==
9559 PyUnicode_READ(kind_sub, data_sub, end_sub)) {
9574 if (PyUnicode_READ(kind_self, data_self, offset + i) !=
9575 PyUnicode_READ(kind_sub, data_sub, i))
9692 c = PyUnicode_READ(kind, data, j);
9699 c = PyUnicode_READ(kind, data, j);
9727 c = PyUnicode_READ(kind, data, 0);
9734 c = PyUnicode_READ(kind, data, i);
9749 Py_UCS4 c = PyUnicode_READ(kind, data, i), mapped[3];
9776 Py_UCS4 c = PyUnicode_READ(kind, data, i), mapped[3];
9808 Py_UCS4 c = PyUnicode_READ(kind, data, i);
9827 const Py_UCS4 c = PyUnicode_READ(kind, data, i);
10533 u1 = PyUnicode_READ(kind1, buf1, 0);
10537 u2 = PyUnicode_READ(kind2, buf2, 0);
11058 for (i = 0; (chr = PyUnicode_READ(kind, data, i)) && str[i]; i++)
11257 Py_UCS4 ch = PyUnicode_READ(kind2, buf2, 0);
11561 ch = PyUnicode_READ(kind, src_data, i);
11593 ch = PyUnicode_READ(kind, src_data, i);
11667 ch = PyUnicode_READ(kind, data, index);
11757 Py_UNICODE_ISLOWER(PyUnicode_READ(kind, data, 0)));
11765 const Py_UCS4 ch = PyUnicode_READ(kind, data, i);
11798 Py_UNICODE_ISUPPER(PyUnicode_READ(kind, data, 0)) != 0);
11806 const Py_UCS4 ch = PyUnicode_READ(kind, data, i);
11840 Py_UCS4 ch = PyUnicode_READ(kind, data, 0);
11852 const Py_UCS4 ch = PyUnicode_READ(kind, data, i);
11894 Py_UNICODE_ISSPACE(PyUnicode_READ(kind, data, 0)));
11901 const Py_UCS4 ch = PyUnicode_READ(kind, data, i);
11930 Py_UNICODE_ISALPHA(PyUnicode_READ(kind, data, 0)));
11937 if (!Py_UNICODE_ISALPHA(PyUnicode_READ(kind, data, i)))
11965 const Py_UCS4 ch = PyUnicode_READ(kind, data, 0);
11974 const Py_UCS4 ch = PyUnicode_READ(kind, data, i);
12003 Py_UNICODE_ISDECIMAL(PyUnicode_READ(kind, data, 0)));
12010 if (!Py_UNICODE_ISDECIMAL(PyUnicode_READ(kind, data, i)))
12037 const Py_UCS4 ch = PyUnicode_READ(kind, data, 0);
12046 if (!Py_UNICODE_ISDIGIT(PyUnicode_READ(kind, data, i)))
12074 Py_UNICODE_ISNUMERIC(PyUnicode_READ(kind, data, 0)));
12081 if (!Py_UNICODE_ISNUMERIC(PyUnicode_READ(kind, data, i)))
12114 first = PyUnicode_READ(kind, data, 0);
12119 if (!_PyUnicode_IsXidContinue(PyUnicode_READ(kind, data, i)))
12161 Py_UNICODE_ISPRINTABLE(PyUnicode_READ(kind, data, 0)));
12164 if (!Py_UNICODE_ISPRINTABLE(PyUnicode_READ(kind, data, i))) {
12263 Py_UCS4 ch = PyUnicode_READ(kind, data, i);
12276 Py_UCS4 ch = PyUnicode_READ(kind, data, j);
12369 Py_UCS4 ch = PyUnicode_READ(kind, data, i);
12380 Py_UCS4 ch = PyUnicode_READ(kind, data, j);
12495 const Py_UCS4 fill_char = PyUnicode_READ(kind, PyUnicode_DATA(str), 0);
12585 Py_UCS4 ch = PyUnicode_READ(ikind, idata, i);
12644 Py_UCS4 ch = PyUnicode_READ(ikind, idata, i);
13134 key = PyLong_FromLong(PyUnicode_READ(x_kind, x_data, i));
13137 value = PyLong_FromLong(PyUnicode_READ(y_kind, y_data, i));
13153 key = PyLong_FromLong(PyUnicode_READ(z_kind, z_data, i));
13184 newkey = PyLong_FromLong(PyUnicode_READ(kind, data, 0));
13273 chr = PyUnicode_READ(kind, data, fill);
13939 ch = PyUnicode_READ(src_kind, src_data, cur);
13956 Py_UCS4 ch = PyUnicode_READ(src_kind, src_data, cur);
14364 PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
14704 Py_UCS4 ch = PyUnicode_READ(kind, pbuf, pindex);
14757 assert(PyUnicode_READ(kind, pbuf, pindex) == '0');
14758 assert(PyUnicode_READ(kind, pbuf, pindex + 1) == arg->ch);
14787 assert(PyUnicode_READ(kind, pbuf, pindex) == '0');
14788 assert(PyUnicode_READ(kind, pbuf, pindex+1) == arg->ch);
14821 arg.ch = PyUnicode_READ(ctx->fmtkind, ctx->fmtdata, ctx->fmtpos);
14890 if (PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') {
14895 PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') {
15335 Py_UCS4 chr = PyUnicode_READ(kind, data, it->it_index);