Lines Matching refs:Py_UNICODE
2358 PyUnicode_AS_UNICODE:Py_UNICODE*:::
2365 Py_UNICODE_ISALNUM:Py_UNICODE:ch::
2368 Py_UNICODE_ISALPHA:Py_UNICODE:ch::
2371 Py_UNICODE_ISSPACE:Py_UNICODE:ch::
2374 Py_UNICODE_ISLOWER:Py_UNICODE:ch::
2377 Py_UNICODE_ISUPPER:Py_UNICODE:ch::
2380 Py_UNICODE_ISTITLE:Py_UNICODE:ch::
2383 Py_UNICODE_ISLINEBREAK:Py_UNICODE:ch::
2386 Py_UNICODE_ISDECIMAL:Py_UNICODE:ch::
2389 Py_UNICODE_ISDIGIT:Py_UNICODE:ch::
2392 Py_UNICODE_ISNUMERIC:Py_UNICODE:ch::
2395 Py_UNICODE_ISPRINTABLE:Py_UNICODE:ch::
2397 Py_UNICODE_TOLOWER:Py_UNICODE:::
2398 Py_UNICODE_TOLOWER:Py_UNICODE:ch::
2400 Py_UNICODE_TOUPPER:Py_UNICODE:::
2401 Py_UNICODE_TOUPPER:Py_UNICODE:ch::
2403 Py_UNICODE_TOTITLE:Py_UNICODE:::
2404 Py_UNICODE_TOTITLE:Py_UNICODE:ch::
2407 Py_UNICODE_TODECIMAL:Py_UNICODE:ch::
2410 Py_UNICODE_TODIGIT:Py_UNICODE:ch::
2413 Py_UNICODE_TONUMERIC:Py_UNICODE:ch::
2416 PyUnicode_FromUnicode:const Py_UNICODE*:u::
2419 PyUnicode_AsUnicode:Py_UNICODE*:::
2423 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2426 PyUnicode_AsUnicodeAndSize:Py_UNICODE*:::
2474 PyUnicode_Encode:const Py_UNICODE*:s::
2496 PyUnicode_EncodeUTF7:const Py_UNICODE*:s::
2508 PyUnicode_EncodeUTF8:const Py_UNICODE*:s::
2529 PyUnicode_EncodeUTF16:const Py_UNICODE*:s::
2554 PyUnicode_EncodeUTF32:const Py_UNICODE*:s::
2565 PyUnicode_EncodeUnicodeEscape:const Py_UNICODE*:s::
2577 PyUnicode_EncodeRawUnicodeEscape:const Py_UNICODE*:s::
2589 PyUnicode_EncodeLatin1:const Py_UNICODE*:s::
2602 PyUnicode_EncodeASCII:const Py_UNICODE*:s::
2616 PyUnicode_EncodeCharmap:const Py_UNICODE*:s::
2626 PyUnicode_TranslateCharmap:const Py_UNICODE*:s::
2648 PyUnicode_EncodeMBCS:const Py_UNICODE*:s::
2888 PyUnicodeEncodeError_Create:const Py_UNICODE*:object::
2895 PyUnicodeTranslateError_Create:const Py_UNICODE*:object::