• Home
  • Raw
  • Download

Lines Matching refs:Py_UNICODE

1181 PyLong_FromUnicode:Py_UNICODE*:u::
2337 PyUnicode_AS_UNICODE:Py_UNICODE*:::
2344 Py_UNICODE_ISALNUM:Py_UNICODE:ch::
2347 Py_UNICODE_ISALPHA:Py_UNICODE:ch::
2350 Py_UNICODE_ISSPACE:Py_UNICODE:ch::
2353 Py_UNICODE_ISLOWER:Py_UNICODE:ch::
2356 Py_UNICODE_ISUPPER:Py_UNICODE:ch::
2359 Py_UNICODE_ISTITLE:Py_UNICODE:ch::
2362 Py_UNICODE_ISLINEBREAK:Py_UNICODE:ch::
2365 Py_UNICODE_ISDECIMAL:Py_UNICODE:ch::
2368 Py_UNICODE_ISDIGIT:Py_UNICODE:ch::
2371 Py_UNICODE_ISNUMERIC:Py_UNICODE:ch::
2374 Py_UNICODE_ISPRINTABLE:Py_UNICODE:ch::
2376 Py_UNICODE_TOLOWER:Py_UNICODE:::
2377 Py_UNICODE_TOLOWER:Py_UNICODE:ch::
2379 Py_UNICODE_TOUPPER:Py_UNICODE:::
2380 Py_UNICODE_TOUPPER:Py_UNICODE:ch::
2382 Py_UNICODE_TOTITLE:Py_UNICODE:::
2383 Py_UNICODE_TOTITLE:Py_UNICODE:ch::
2386 Py_UNICODE_TODECIMAL:Py_UNICODE:ch::
2389 Py_UNICODE_TODIGIT:Py_UNICODE:ch::
2392 Py_UNICODE_TONUMERIC:Py_UNICODE:ch::
2395 PyUnicode_FromUnicode:const Py_UNICODE*:u::
2398 PyUnicode_AsUnicode:Py_UNICODE*:::
2402 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2405 PyUnicode_AsUnicodeAndSize:Py_UNICODE*:::
2409 PyUnicode_AsUnicodeCopy:Py_UNICODE*:::
2456 PyUnicode_Encode:const Py_UNICODE*:s::
2478 PyUnicode_EncodeUTF7:const Py_UNICODE*:s::
2490 PyUnicode_EncodeUTF8:const Py_UNICODE*:s::
2511 PyUnicode_EncodeUTF16:const Py_UNICODE*:s::
2536 PyUnicode_EncodeUTF32:const Py_UNICODE*:s::
2547 PyUnicode_EncodeUnicodeEscape:const Py_UNICODE*:s::
2559 PyUnicode_EncodeRawUnicodeEscape:const Py_UNICODE*:s::
2571 PyUnicode_EncodeLatin1:const Py_UNICODE*:s::
2584 PyUnicode_EncodeASCII:const Py_UNICODE*:s::
2598 PyUnicode_EncodeCharmap:const Py_UNICODE*:s::
2608 PyUnicode_TranslateCharmap:const Py_UNICODE*:s::
2630 PyUnicode_EncodeMBCS:const Py_UNICODE*:s::
2870 PyUnicodeEncodeError_Create:const Py_UNICODE*:object::
2877 PyUnicodeTranslateError_Create:const Py_UNICODE*:object::