Home
last modified time | relevance | path

Searched refs:rkind (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dpipes.py214 rkind = list[i][2]
215 if lkind[1] == 'f' or rkind[0] == 'f':
/third_party/python/Python/
H A Dformatter_unicode.c1218 enum PyUnicode_Kind rkind; in format_complex_internal() local
1383 rkind = writer->kind; in format_complex_internal()
1394 PyUnicode_WRITE(rkind, rdata, writer->pos, '('); in format_complex_internal()
1414 PyUnicode_WRITE(rkind, rdata, writer->pos, 'j'); in format_complex_internal()
1418 PyUnicode_WRITE(rkind, rdata, writer->pos, ')'); in format_complex_internal()
/third_party/python/Objects/
H A Dunicodeobject.c10666 int rkind = skind; in replace() local
10670 if (kind1 < rkind) { in replace()
10672 buf1 = unicode_askind(kind1, buf1, len1, rkind); in replace()
10676 i = anylib_find(rkind, self, sbuf, slen, str1, buf1, len1, 0); in replace()
10679 if (rkind > kind2) { in replace()
10681 buf2 = unicode_askind(kind2, buf2, len2, rkind); in replace()
10685 else if (rkind < kind2) { in replace()
10687 rkind = kind2; in replace()
10694 sbuf = unicode_askind(skind, sbuf, slen, rkind); in replace()
10697 buf1 = unicode_askind(kind1, buf1, len1, rkind); in replace()
10730 int rkind = skind; replace() local
[all...]

Completed in 17 milliseconds