• Home
  • Raw
  • Download

Lines Matching refs:Py_UNICODE

1209 PyLong_FromUnicode:Py_UNICODE*:u::
2378 PyUnicode_AS_UNICODE:Py_UNICODE*:::
2385 Py_UNICODE_ISALNUM:Py_UNICODE:ch::
2388 Py_UNICODE_ISALPHA:Py_UNICODE:ch::
2391 Py_UNICODE_ISSPACE:Py_UNICODE:ch::
2394 Py_UNICODE_ISLOWER:Py_UNICODE:ch::
2397 Py_UNICODE_ISUPPER:Py_UNICODE:ch::
2400 Py_UNICODE_ISTITLE:Py_UNICODE:ch::
2403 Py_UNICODE_ISLINEBREAK:Py_UNICODE:ch::
2406 Py_UNICODE_ISDECIMAL:Py_UNICODE:ch::
2409 Py_UNICODE_ISDIGIT:Py_UNICODE:ch::
2412 Py_UNICODE_ISNUMERIC:Py_UNICODE:ch::
2415 Py_UNICODE_ISPRINTABLE:Py_UNICODE:ch::
2417 Py_UNICODE_TOLOWER:Py_UNICODE:::
2418 Py_UNICODE_TOLOWER:Py_UNICODE:ch::
2420 Py_UNICODE_TOUPPER:Py_UNICODE:::
2421 Py_UNICODE_TOUPPER:Py_UNICODE:ch::
2423 Py_UNICODE_TOTITLE:Py_UNICODE:::
2424 Py_UNICODE_TOTITLE:Py_UNICODE:ch::
2427 Py_UNICODE_TODECIMAL:Py_UNICODE:ch::
2430 Py_UNICODE_TODIGIT:Py_UNICODE:ch::
2433 Py_UNICODE_TONUMERIC:Py_UNICODE:ch::
2436 PyUnicode_FromUnicode:const Py_UNICODE*:u::
2439 PyUnicode_AsUnicode:Py_UNICODE*:::
2443 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2446 PyUnicode_AsUnicodeAndSize:Py_UNICODE*:::
2450 PyUnicode_AsUnicodeCopy:Py_UNICODE*:::
2497 PyUnicode_Encode:const Py_UNICODE*:s::
2519 PyUnicode_EncodeUTF7:const Py_UNICODE*:s::
2531 PyUnicode_EncodeUTF8:const Py_UNICODE*:s::
2552 PyUnicode_EncodeUTF16:const Py_UNICODE*:s::
2577 PyUnicode_EncodeUTF32:const Py_UNICODE*:s::
2588 PyUnicode_EncodeUnicodeEscape:const Py_UNICODE*:s::
2600 PyUnicode_EncodeRawUnicodeEscape:const Py_UNICODE*:s::
2612 PyUnicode_EncodeLatin1:const Py_UNICODE*:s::
2625 PyUnicode_EncodeASCII:const Py_UNICODE*:s::
2639 PyUnicode_EncodeCharmap:const Py_UNICODE*:s::
2649 PyUnicode_TranslateCharmap:const Py_UNICODE*:s::
2671 PyUnicode_EncodeMBCS:const Py_UNICODE*:s::
2911 PyUnicodeEncodeError_Create:const Py_UNICODE*:object::
2918 PyUnicodeTranslateError_Create:const Py_UNICODE*:object::