Home
last modified time | relevance | path

Searched refs:PyUnicode_Compare (Results 76 – 100 of 763) sorted by relevance

12345678910>>...31

/dports/lang/python-tools/Python-3.8.12/Python/
H A D_warnings.c159 int cmp_result = PyUnicode_Compare(obj, arg); in check_matched()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dunicodedata.c917 match = PyUnicode_Compare(input, cmp); in unicodedata_UCD_is_normalized_impl()
/dports/lang/python37/Python-3.7.12/Include/
H A Dunicodeobject.h2045 PyAPI_FUNC(int) PyUnicode_Compare(
/dports/lang/python37/Python-3.7.12/Python/
H A D_warnings.c32 int cmp_result = PyUnicode_Compare(obj, arg); in check_matched()
/dports/lang/python311/Python-3.11.0a3/Python/
H A D_warnings.c163 int cmp_result = PyUnicode_Compare(obj, arg); in check_matched()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dunicodedata.c910 match = PyUnicode_Compare(input, cmp); in unicodedata_UCD_is_normalized_impl()
/dports/lang/python38/Python-3.8.12/Python/
H A D_warnings.c159 int cmp_result = PyUnicode_Compare(obj, arg); in check_matched()
/dports/lang/python310/Python-3.10.1/Python/
H A D_warnings.c162 int cmp_result = PyUnicode_Compare(obj, arg); in check_matched()
/dports/lang/python310/Python-3.10.1/Programs/
H A D_testembed.c1740 assert(PyUnicode_Compare(str1, str2) == 0); in test_unicode_id_init()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A D_warnings.c159 int cmp_result = PyUnicode_Compare(obj, arg); in check_matched()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dunicodeobject.h2045 PyAPI_FUNC(int) PyUnicode_Compare(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dunicodeobject.h2053 PyAPI_FUNC(int) PyUnicode_Compare(
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A D_warnings.c159 int cmp_result = PyUnicode_Compare(obj, arg); in check_matched()
/dports/databases/py-sqlite3/Python-3.8.12/Doc/data/
H A Drefcounts.dat2728 PyUnicode_Compare:int:::
2729 PyUnicode_Compare:PyObject*:left:0:
2730 PyUnicode_Compare:PyObject*:right:0:
/dports/databases/py-gdbm/Python-3.8.12/Doc/data/
H A Drefcounts.dat2728 PyUnicode_Compare:int:::
2729 PyUnicode_Compare:PyObject*:left:0:
2730 PyUnicode_Compare:PyObject*:right:0:
/dports/lang/python38/Python-3.8.12/Doc/data/
H A Drefcounts.dat2728 PyUnicode_Compare:int:::
2729 PyUnicode_Compare:PyObject*:left:0:
2730 PyUnicode_Compare:PyObject*:right:0:
/dports/lang/python37/Python-3.7.12/Doc/data/
H A Drefcounts.dat2710 PyUnicode_Compare:int:::
2711 PyUnicode_Compare:PyObject*:left:0:
2712 PyUnicode_Compare:PyObject*:right:0:
/dports/lang/python-tools/Python-3.8.12/Doc/data/
H A Drefcounts.dat2728 PyUnicode_Compare:int:::
2729 PyUnicode_Compare:PyObject*:left:0:
2730 PyUnicode_Compare:PyObject*:right:0:
/dports/lang/python39/Python-3.9.9/Doc/data/
H A Drefcounts.dat2733 PyUnicode_Compare:int:::
2734 PyUnicode_Compare:PyObject*:left:0:
2735 PyUnicode_Compare:PyObject*:right:0:
/dports/lang/python311/Python-3.11.0a3/Doc/data/
H A Drefcounts.dat2647 PyUnicode_Compare:int:::
2648 PyUnicode_Compare:PyObject*:left:0:
2649 PyUnicode_Compare:PyObject*:right:0:
/dports/lang/python310/Python-3.10.1/Doc/data/
H A Drefcounts.dat2710 PyUnicode_Compare:int:::
2711 PyUnicode_Compare:PyObject*:left:0:
2712 PyUnicode_Compare:PyObject*:right:0:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/data/
H A Drefcounts.dat2728 PyUnicode_Compare:int:::
2729 PyUnicode_Compare:PyObject*:left:0:
2730 PyUnicode_Compare:PyObject*:right:0:
/dports/x11-fonts/py-compreffor/compreffor-0.4.6/src/cython/
H A D_compreffor.cpp1483 PyUnicode_Compare(**name, key); in __Pyx_ParseOptionalKeywords()
1499 PyUnicode_Compare(**argname, key); in __Pyx_ParseOptionalKeywords()
/dports/devel/py-ctags/python-ctags-1.0.5/src/
H A D_readtags.c2379 PyUnicode_Compare(**name, key) == 0) break;
2394 PyUnicode_Compare(**name, key) == 0) goto arg_passed_twice;
/dports/lang/python311/Python-3.11.0a3/Programs/
H A D_testembed.c1798 assert(PyUnicode_Compare(str1, str2) == 0); in test_unicode_id_init()

12345678910>>...31