Home
last modified time | relevance | path

Searched refs:PyUnicode_IS_ASCII (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Modules/_sqlite/
Drow.c106 if (!PyUnicode_IS_ASCII(left) || !PyUnicode_IS_ASCII(right)) { in equal_ignore_case()
/third_party/python/Objects/
Dunicodeobject.c1055 if (PyUnicode_IS_ASCII(unicode)) in resize_compact()
1091 if (!PyUnicode_IS_ASCII(unicode)) in resize_compact()
1097 if (!PyUnicode_IS_ASCII(unicode)) in resize_compact()
1299 if (PyUnicode_IS_ASCII(unicode)) in unicode_kind_name()
1314 if (PyUnicode_IS_ASCII(unicode)) in unicode_kind_name()
1610 && !PyUnicode_IS_ASCII(from) && PyUnicode_IS_ASCII(to)) in _copy_characters()
2111 if (PyUnicode_IS_ASCII(unicode)) { in unicode_write_cstr()
2562 if (PyUnicode_IS_ASCII(unicode)) in _PyUnicode_FindMaxChar()
2595 if (PyUnicode_IS_ASCII(unicode)) in unicode_adjust_maxchar()
5227 if (PyUnicode_IS_ASCII(writer.buffer)) in unicode_decode_utf8()
[all …]
Dbytesobject.c852 assert(PyUnicode_IS_ASCII(temp)); in _PyBytes_FormatEx()
914 assert(PyUnicode_IS_ASCII(temp)); in _PyBytes_FormatEx()
2375 if (!PyUnicode_IS_ASCII(string)) { in _PyBytes_FromHex()
Dcomplexobject.c846 assert(PyUnicode_IS_ASCII(s_buffer)); in complex_subtype_from_string()
Dcodeobject.c30 if (!PyUnicode_IS_ASCII(o)) in all_name_chars()
Dfloatobject.c193 assert(PyUnicode_IS_ASCII(s_buffer)); in PyFloat_FromString()
Dobject.c530 if (PyUnicode_IS_ASCII(repr)) in PyObject_ASCII()
Dlongobject.c2533 assert(PyUnicode_IS_ASCII(asciidig)); in PyLong_FromUnicodeObject()
/third_party/python/Include/cpython/
Dunicodeobject.h298 #define PyUnicode_IS_ASCII(op) \ macro
341 (PyUnicode_IS_ASCII(op) ? \
437 (PyUnicode_IS_ASCII(op) ? \
/third_party/markupsafe/
D_speedups.c107 PyUnicode_IS_ASCII(in) ? 127 : 255); in escape_unicode_kind1()
/third_party/python/Modules/
D_operator.c830 if (!PyUnicode_IS_ASCII(a) || !PyUnicode_IS_ASCII(b)) { in _operator__compare_digest_impl()
D_hashopenssl.c1981 if (!PyUnicode_IS_ASCII(a) || !PyUnicode_IS_ASCII(b)) { in _hashlib_compare_digest_impl()
Dbinascii.c234 if (!PyUnicode_IS_ASCII(arg)) { in ascii_buffer_converter()
D_tkinter.c1152 if (PyUnicode_IS_ASCII(value)) { in AsObj()
D_pickle.c3890 if (!PyUnicode_IS_ASCII(pid_str)) { in save_pers()
/third_party/python/Objects/stringlib/
Dcodecs.h403 if (!PyUnicode_IS_ASCII(rep)) { in STRINGLIB()
/third_party/python/Modules/_io/
Dtextio.c1552 assert(PyUnicode_IS_ASCII(pending)); in _textiowrapper_writeflush()
1575 assert(PyUnicode_IS_ASCII(obj)); in _textiowrapper_writeflush()
1660 if (PyUnicode_IS_ASCII(text) && in _io_TextIOWrapper_write_impl()
/third_party/python/Python/
Dmarshal.c425 if (p->version >= 4 && PyUnicode_IS_ASCII(v)) { in w_complex_object()
/third_party/python/Parser/
Dpegen.c106 if (!PyUnicode_IS_ASCII(id)) in _PyPegen_new_identifier()