Searched refs:PyUnicode_CompareWithASCIIString (Results  1 – 21 of 21) sorted by relevance
| /external/python/cpython3/Misc/NEWS.d/ | 
| D | 3.6.0rc1.rst | 102 PyUnicode_CompareWithASCIIString() now never raises exceptions.
 | 
| D | 3.5.3rc1.rst | 1797 PyUnicode_CompareWithASCIIString() now never raises exceptions.
 | 
| D | 3.7.0a1.rst | 6391 PyUnicode_CompareWithASCIIString() now never raises exceptions.
 | 
| /external/python/cpython3/Python/ | 
| D | suggestions.c | 152         if (PyUnicode_CompareWithASCIIString(name, item_str) == 0) {  in calculate_suggestions()
 | 
| D | pylifecycle.c | 2589                && PyUnicode_CompareWithASCIIString(key, "stdlib_module_names") == 0) {  in _Py_DumpExtensionModules()2895            (PyUnicode_CompareWithASCIIString(filename, "<stdin>") == 0) ||  in _Py_FdIsInteractive()
 2896            (PyUnicode_CompareWithASCIIString(filename, "???") == 0);  in _Py_FdIsInteractive()
 
 | 
| D | pythonrun.c | 450         if (PyUnicode_CompareWithASCIIString(filename, "<stdin>") != 0 &&  in _PyRun_SimpleFileObject()
 | 
| /external/python/cpython3/Include/ | 
| D | unicodeobject.h | 996 PyAPI_FUNC(int) PyUnicode_CompareWithASCIIString(
 | 
| /external/python/cpython3/Modules/ | 
| D | _testmultiphase.c | 231             PyUnicode_CompareWithASCIIString(  in _StateAccessType_increment_count_noclinic()
 | 
| D | _testcapimodule.c | 3010     result = PyUnicode_CompareWithASCIIString(py_s, "str");  in test_unicode_compare_with_ascii()
 | 
| /external/python/cpython3/Modules/_decimal/ | 
| D | _decimal.c | 1120         if (PyUnicode_CompareWithASCIIString(name, "traps") == 0) {  in context_getattr()1125         if (PyUnicode_CompareWithASCIIString(name, "flags") == 0) {  in context_getattr()
 1145         if (PyUnicode_CompareWithASCIIString(name, "traps") == 0) {  in context_setattr()
 1148         if (PyUnicode_CompareWithASCIIString(name, "flags") == 0) {  in context_setattr()
 2461         if (PyUnicode_CompareWithASCIIString(tmp, "F") == 0) {  in dectuple_as_str()
 2465         else if (PyUnicode_CompareWithASCIIString(tmp, "n") == 0) {  in dectuple_as_str()
 2468         else if (PyUnicode_CompareWithASCIIString(tmp, "N") == 0) {  in dectuple_as_str()
 
 | 
| /external/python/cpython3/PC/ | 
| D | python3dll.c | 626 EXPORT_FUNC(PyUnicode_CompareWithASCIIString)
 | 
| /external/python/cpython3/Doc/data/ | 
| D | stable_abi.dat | 701 function,PyUnicode_CompareWithASCIIString,3.2,
 | 
| D | refcounts.dat | 2714 PyUnicode_CompareWithASCIIString:int:::2715 PyUnicode_CompareWithASCIIString:PyObject*:uni:0:
 2716 PyUnicode_CompareWithASCIIString:const char*:string::
 
 | 
| D | python3.10.abi | 762 …<elf-symbol name='PyUnicode_CompareWithASCIIString' type='func-type' binding='global-binding' visi…1833 …<function-decl name='PyUnicode_CompareWithASCIIString' mangled-name='PyUnicode_CompareWithASCIIStr…
 11020 …PyUnicode_CompareWithASCIIString' mangled-name='PyUnicode_CompareWithASCIIString' filepath='Object…
 
 | 
| /external/python/cpython3/Programs/ | 
| D | _testembed.c | 1064     if (PyUnicode_CompareWithASCIIString(path, "$$test-filename") == 0) {  in _open_code_hook()
 | 
| /external/python/cpython3/Parser/ | 
| D | pegen.c | 87         if (PyUnicode_CompareWithASCIIString(name->v.Name.id, candidates[i]) == 0) {  in _PyPegen_check_legacy_stmt()1431         PyUnicode_CompareWithASCIIString(filename_ob, "<stdin>") == 0) {  in _PyPegen_run_parser_from_file_pointer()
 
 | 
| /external/python/cpython3/Misc/ | 
| D | stable_abi.txt | 1468 function PyUnicode_CompareWithASCIIString
 | 
| D | HISTORY | 13085 - Make PyUnicode_CompareWithASCIIString return not equal if the Python string
 | 
| /external/python/cpython3/Doc/c-api/ | 
| D | unicode.rst | 1675 .. c:function:: int PyUnicode_CompareWithASCIIString(PyObject *uni, const char *string)
 | 
| /external/python/cpython3/Doc/whatsnew/ | 
| D | 3.2.rst | 2577 * The :c:func:`PyUnicode_CompareWithASCIIString` function now returns *not
 | 
| /external/python/cpython3/Objects/ | 
| D | unicodeobject.c | 11484 PyUnicode_CompareWithASCIIString(PyObject* uni, const char* str)  in PyUnicode_CompareWithASCIIString()  function
 |