Lines Matching refs:PyAPI_FUNC
586 PyAPI_FUNC(PyObject*) PyUnicode_New(
600 PyAPI_FUNC(int) _PyUnicode_Ready(
607 PyAPI_FUNC(PyObject*) _PyUnicode_Copy(
631 PyAPI_FUNC(Py_ssize_t) PyUnicode_CopyCharacters(
642 PyAPI_FUNC(void) _PyUnicode_FastCopyCharacters(
660 PyAPI_FUNC(Py_ssize_t) PyUnicode_Fill(
669 PyAPI_FUNC(void) _PyUnicode_FastFill(
688 PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
695 PyAPI_FUNC(PyObject*) PyUnicode_FromStringAndSize(
702 PyAPI_FUNC(PyObject*) PyUnicode_FromString(
709 PyAPI_FUNC(PyObject*) PyUnicode_FromKindAndData(
716 PyAPI_FUNC(PyObject*) _PyUnicode_FromASCII(
722 PyAPI_FUNC(PyObject*) PyUnicode_Substring(
731 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
743 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
752 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4Copy(PyObject *unicode);
761 PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
767 PyAPI_FUNC(const Py_UNICODE *) _PyUnicode_AsUnicode(
776 PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicodeAndSize(
785 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetLength(
793 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
800 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
810 PyAPI_FUNC(int) PyUnicode_WriteChar(
819 PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void) Py_DEPRECATED(3.3);
838 PyAPI_FUNC(int) PyUnicode_Resize(
856 PyAPI_FUNC(PyObject*) PyUnicode_FromEncodedObject(
871 PyAPI_FUNC(PyObject*) PyUnicode_FromObject(
875 PyAPI_FUNC(PyObject *) PyUnicode_FromFormatV(
879 PyAPI_FUNC(PyObject *) PyUnicode_FromFormat(
912 PyAPI_FUNC(void)
929 PyAPI_FUNC(int)
946 PyAPI_FUNC(int)
952 PyAPI_FUNC(int)
959 PyAPI_FUNC(int)
966 PyAPI_FUNC(int)
975 PyAPI_FUNC(int)
983 PyAPI_FUNC(int)
992 PyAPI_FUNC(PyObject *)
996 PyAPI_FUNC(void)
1003 PyAPI_FUNC(int) _PyUnicode_FormatAdvancedWriter(
1011 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
1012 PyAPI_FUNC(void) PyUnicode_InternImmortal(PyObject **);
1013 PyAPI_FUNC(PyObject *) PyUnicode_InternFromString(
1017 PyAPI_FUNC(void) _Py_ReleaseInternedUnicodeStrings(void);
1033 PyAPI_FUNC(PyObject*) PyUnicode_FromWideChar(
1050 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
1064 PyAPI_FUNC(wchar_t*) PyUnicode_AsWideCharString(
1070 PyAPI_FUNC(void*) _PyUnicode_AsKind(PyObject *s, unsigned int kind);
1084 PyAPI_FUNC(PyObject*) PyUnicode_FromOrdinal(int ordinal);
1095 PyAPI_FUNC(int) PyUnicode_ClearFreeList(void);
1138 PyAPI_FUNC(const char *) PyUnicode_AsUTF8AndSize(
1165 PyAPI_FUNC(const char *) PyUnicode_AsUTF8(PyObject *unicode);
1171 PyAPI_FUNC(const char*) PyUnicode_GetDefaultEncoding(void);
1178 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
1192 PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedObject(
1205 PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedUnicode(
1215 PyAPI_FUNC(PyObject*) PyUnicode_Encode(
1231 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedObject(
1240 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
1253 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedUnicode(
1261 PyAPI_FUNC(PyObject*) PyUnicode_BuildEncodingMap(
1267 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
1273 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7Stateful(
1281 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF7(
1288 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF7(
1298 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
1304 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8Stateful(
1311 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
1316 PyAPI_FUNC(PyObject*) _PyUnicode_AsUTF8String(
1320 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
1352 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
1361 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32Stateful(
1374 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF32String(
1395 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF32(
1401 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF32(
1433 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
1442 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16Stateful(
1455 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF16String(
1480 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF16(
1486 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF16(
1495 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUnicodeEscape(
1504 PyAPI_FUNC(PyObject*) _PyUnicode_DecodeUnicodeEscape(
1514 PyAPI_FUNC(PyObject*) PyUnicode_AsUnicodeEscapeString(
1519 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUnicodeEscape(
1527 PyAPI_FUNC(PyObject*) PyUnicode_DecodeRawUnicodeEscape(
1533 PyAPI_FUNC(PyObject*) PyUnicode_AsRawUnicodeEscapeString(
1538 PyAPI_FUNC(PyObject*) PyUnicode_EncodeRawUnicodeEscape(
1562 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
1568 PyAPI_FUNC(PyObject*) PyUnicode_AsLatin1String(
1573 PyAPI_FUNC(PyObject*) _PyUnicode_AsLatin1String(
1577 PyAPI_FUNC(PyObject*) PyUnicode_EncodeLatin1(
1590 PyAPI_FUNC(PyObject*) PyUnicode_DecodeASCII(
1596 PyAPI_FUNC(PyObject*) PyUnicode_AsASCIIString(
1601 PyAPI_FUNC(PyObject*) _PyUnicode_AsASCIIString(
1605 PyAPI_FUNC(PyObject*) PyUnicode_EncodeASCII(
1629 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCharmap(
1636 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
1642 PyAPI_FUNC(PyObject*) PyUnicode_EncodeCharmap(
1648 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeCharmap(
1669 PyAPI_FUNC(PyObject *) PyUnicode_TranslateCharmap(
1681 PyAPI_FUNC(PyObject*) PyUnicode_DecodeMBCS(
1687 PyAPI_FUNC(PyObject*) PyUnicode_DecodeMBCSStateful(
1695 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCodePageStateful(
1704 PyAPI_FUNC(PyObject*) PyUnicode_AsMBCSString(
1709 PyAPI_FUNC(PyObject*) PyUnicode_EncodeMBCS(
1717 PyAPI_FUNC(PyObject*) PyUnicode_EncodeCodePage(
1751 PyAPI_FUNC(int) PyUnicode_EncodeDecimal(
1764 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
1776 PyAPI_FUNC(PyObject*) _PyUnicode_TransformDecimalAndSpaceToASCII(
1792 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLocaleAndSize(
1800 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLocale(
1809 PyAPI_FUNC(PyObject*) PyUnicode_EncodeLocale(
1820 PyAPI_FUNC(int) PyUnicode_FSConverter(PyObject*, void*);
1825 PyAPI_FUNC(int) PyUnicode_FSDecoder(PyObject*, void*);
1836 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
1847 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefaultAndSize(
1859 PyAPI_FUNC(PyObject*) PyUnicode_EncodeFSDefault(
1871 PyAPI_FUNC(PyObject*) PyUnicode_Concat(
1879 PyAPI_FUNC(void) PyUnicode_Append(
1887 PyAPI_FUNC(void) PyUnicode_AppendAndDel(
1903 PyAPI_FUNC(PyObject*) PyUnicode_Split(
1914 PyAPI_FUNC(PyObject*) PyUnicode_Splitlines(
1921 PyAPI_FUNC(PyObject*) PyUnicode_Partition(
1929 PyAPI_FUNC(PyObject*) PyUnicode_RPartition(
1947 PyAPI_FUNC(PyObject*) PyUnicode_RSplit(
1965 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
1974 PyAPI_FUNC(PyObject*) PyUnicode_Join(
1980 PyAPI_FUNC(PyObject *) _PyUnicode_JoinArray(
1990 PyAPI_FUNC(Py_ssize_t) PyUnicode_Tailmatch(
2002 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
2012 PyAPI_FUNC(Py_ssize_t) PyUnicode_FindChar(
2023 PyAPI_FUNC(Py_ssize_t) PyUnicode_Count(
2033 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
2045 PyAPI_FUNC(int) PyUnicode_Compare(
2055 PyAPI_FUNC(int) _PyUnicode_EqualToASCIIId(
2067 PyAPI_FUNC(int) PyUnicode_CompareWithASCIIString(
2077 PyAPI_FUNC(int) _PyUnicode_EqualToASCIIString(
2095 PyAPI_FUNC(PyObject *) PyUnicode_RichCompare(
2104 PyAPI_FUNC(PyObject *) PyUnicode_Format(
2115 PyAPI_FUNC(int) PyUnicode_Contains(
2122 PyAPI_FUNC(int) PyUnicode_IsIdentifier(PyObject *s);
2126 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
2137 PyAPI_FUNC(Py_ssize_t) _PyUnicode_InsertThousandsGrouping(
2162 PyAPI_FUNC(int) _PyUnicode_IsLowercase(
2166 PyAPI_FUNC(int) _PyUnicode_IsUppercase(
2170 PyAPI_FUNC(int) _PyUnicode_IsTitlecase(
2174 PyAPI_FUNC(int) _PyUnicode_IsXidStart(
2178 PyAPI_FUNC(int) _PyUnicode_IsXidContinue(
2182 PyAPI_FUNC(int) _PyUnicode_IsWhitespace(
2186 PyAPI_FUNC(int) _PyUnicode_IsLinebreak(
2190 PyAPI_FUNC(Py_UCS4) _PyUnicode_ToLowercase(
2194 PyAPI_FUNC(Py_UCS4) _PyUnicode_ToUppercase(
2198 PyAPI_FUNC(Py_UCS4) _PyUnicode_ToTitlecase(
2202 PyAPI_FUNC(int) _PyUnicode_ToLowerFull(
2207 PyAPI_FUNC(int) _PyUnicode_ToTitleFull(
2212 PyAPI_FUNC(int) _PyUnicode_ToUpperFull(
2217 PyAPI_FUNC(int) _PyUnicode_ToFoldedFull(
2222 PyAPI_FUNC(int) _PyUnicode_IsCaseIgnorable(
2226 PyAPI_FUNC(int) _PyUnicode_IsCased(
2230 PyAPI_FUNC(int) _PyUnicode_ToDecimalDigit(
2234 PyAPI_FUNC(int) _PyUnicode_ToDigit(
2238 PyAPI_FUNC(double) _PyUnicode_ToNumeric(
2242 PyAPI_FUNC(int) _PyUnicode_IsDecimalDigit(
2246 PyAPI_FUNC(int) _PyUnicode_IsDigit(
2250 PyAPI_FUNC(int) _PyUnicode_IsNumeric(
2254 PyAPI_FUNC(int) _PyUnicode_IsPrintable(
2258 PyAPI_FUNC(int) _PyUnicode_IsAlpha(
2262 PyAPI_FUNC(size_t) Py_UNICODE_strlen(
2266 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcpy(
2270 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcat(
2273 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strncpy(
2278 PyAPI_FUNC(int) Py_UNICODE_strcmp(
2283 PyAPI_FUNC(int) Py_UNICODE_strncmp(
2289 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strchr(
2294 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strrchr(
2299 PyAPI_FUNC(PyObject*) _PyUnicode_FormatLong(PyObject *, int, int, int);
2305 PyAPI_FUNC(Py_UNICODE*) PyUnicode_AsUnicodeCopy(
2311 PyAPI_FUNC(int) _PyUnicode_CheckConsistency(
2322 PyAPI_FUNC(PyObject*) _PyUnicode_FromId(_Py_Identifier*);
2324 PyAPI_FUNC(void) _PyUnicode_ClearStaticStrings(void);
2328 PyAPI_FUNC(int) _PyUnicode_EQ(PyObject *, PyObject *);