Home
last modified time | relevance | path

Searched refs:PyUnicode_CompareWithASCIIString (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h976 PyAPI_FUNC(int) PyUnicode_CompareWithASCIIString(
/third_party/python/Modules/
D_testmultiphase.c205 PyUnicode_CompareWithASCIIString( in _StateAccessType_increment_count_noclinic()
D_testcapimodule.c2862 result = PyUnicode_CompareWithASCIIString(py_s, "str"); in test_unicode_compare_with_ascii()
/third_party/python/Modules/_decimal/
D_decimal.c1121 if (PyUnicode_CompareWithASCIIString(name, "traps") == 0) { in context_getattr()
1126 if (PyUnicode_CompareWithASCIIString(name, "flags") == 0) { in context_getattr()
1146 if (PyUnicode_CompareWithASCIIString(name, "traps") == 0) { in context_setattr()
1149 if (PyUnicode_CompareWithASCIIString(name, "flags") == 0) { in context_setattr()
2462 if (PyUnicode_CompareWithASCIIString(tmp, "F") == 0) { in dectuple_as_str()
2466 else if (PyUnicode_CompareWithASCIIString(tmp, "n") == 0) { in dectuple_as_str()
2469 else if (PyUnicode_CompareWithASCIIString(tmp, "N") == 0) { in dectuple_as_str()
/third_party/python/PC/
Dpython3.def658 PyUnicode_CompareWithASCIIString=python39.PyUnicode_CompareWithASCIIString
/third_party/python/Programs/
D_testembed.c1052 if (PyUnicode_CompareWithASCIIString(path, "$$test-filename") == 0) { in _open_code_hook()
/third_party/python/Doc/data/
Drefcounts.dat2737 PyUnicode_CompareWithASCIIString:int:::
2738 PyUnicode_CompareWithASCIIString:PyObject*:uni:0:
2739 PyUnicode_CompareWithASCIIString:const char*:string::
/third_party/python/Python/
Dpythonrun.c443 if (PyUnicode_CompareWithASCIIString(filename, "<stdin>") != 0 && in pyrun_simple_file()
/third_party/python/Doc/c-api/
Dunicode.rst1686 .. c:function:: int PyUnicode_CompareWithASCIIString(PyObject *uni, const char *string)
/third_party/python/Doc/whatsnew/
D3.2.rst2577 * The :c:func:`PyUnicode_CompareWithASCIIString` function now returns *not
/third_party/python/Objects/
Dunicodeobject.c11218 PyUnicode_CompareWithASCIIString(PyObject* uni, const char* str) in PyUnicode_CompareWithASCIIString() function
/third_party/python/Misc/
DNEWS15299 - bpo-28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
17687 - bpo-28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
21835 - bpo-28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
DHISTORY13085 - Make PyUnicode_CompareWithASCIIString return not equal if the Python string