Searched refs:PyUnicode_CompareWithASCIIString (Results 1 – 13 of 13) sorted by relevance
| /third_party/python/Include/ |
| D | unicodeobject.h | 976 PyAPI_FUNC(int) PyUnicode_CompareWithASCIIString(
|
| /third_party/python/Modules/ |
| D | _testmultiphase.c | 205 PyUnicode_CompareWithASCIIString( in _StateAccessType_increment_count_noclinic()
|
| D | _testcapimodule.c | 2862 result = PyUnicode_CompareWithASCIIString(py_s, "str"); in test_unicode_compare_with_ascii()
|
| /third_party/python/Modules/_decimal/ |
| D | _decimal.c | 1121 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/ |
| D | python3.def | 658 PyUnicode_CompareWithASCIIString=python39.PyUnicode_CompareWithASCIIString
|
| /third_party/python/Programs/ |
| D | _testembed.c | 1052 if (PyUnicode_CompareWithASCIIString(path, "$$test-filename") == 0) { in _open_code_hook()
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 2737 PyUnicode_CompareWithASCIIString:int::: 2738 PyUnicode_CompareWithASCIIString:PyObject*:uni:0: 2739 PyUnicode_CompareWithASCIIString:const char*:string::
|
| /third_party/python/Python/ |
| D | pythonrun.c | 443 if (PyUnicode_CompareWithASCIIString(filename, "<stdin>") != 0 && in pyrun_simple_file()
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1686 .. c:function:: int PyUnicode_CompareWithASCIIString(PyObject *uni, const char *string)
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.2.rst | 2577 * The :c:func:`PyUnicode_CompareWithASCIIString` function now returns *not
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 11218 PyUnicode_CompareWithASCIIString(PyObject* uni, const char* str) in PyUnicode_CompareWithASCIIString() function
|
| /third_party/python/Misc/ |
| D | NEWS | 15299 - 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.
|
| D | HISTORY | 13085 - Make PyUnicode_CompareWithASCIIString return not equal if the Python string
|