8.8.1.38. pyunicode
(packages/python/pyunicode.lsh)


dummy function that adds Python C header files in C file

8.8.1.38.0. (dummy_pyunicode)
(packages/python/pyunicode.lsh)




8.8.1.38.1. (pyunicode_fromunicode u size)
(packages/python/pyunicode.lsh)




8.8.1.38.2. (pyunicode_asunicode unicode)
(packages/python/pyunicode.lsh)




8.8.1.38.3. (pyunicode_getsize unicode)
(packages/python/pyunicode.lsh)




8.8.1.38.4. (pyunicode_getmax)
(packages/python/pyunicode.lsh)




8.8.1.38.5. (pyunicode_resize unicode length)
(packages/python/pyunicode.lsh)




8.8.1.38.6. (pyunicode_fromencodedobject obj encoding errors)
(packages/python/pyunicode.lsh)




8.8.1.38.7. (pyunicode_fromobject obj)
(packages/python/pyunicode.lsh)




8.8.1.38.8. (pyunicode_fromwidechar w size)
(packages/python/pyunicode.lsh)




8.8.1.38.9. (pyunicode_aswidechar unicode w size)
(packages/python/pyunicode.lsh)




8.8.1.38.10. (_pyunicode_asdefaultencodedstring o1 om)
(packages/python/pyunicode.lsh)




8.8.1.38.11. (pyunicode_getdefaultencoding)
(packages/python/pyunicode.lsh)




8.8.1.38.12. (pyunicode_setdefaultencoding encoding)
(packages/python/pyunicode.lsh)




8.8.1.38.13. (pyunicode_decode s size encoding errors)
(packages/python/pyunicode.lsh)




8.8.1.38.14. (pyunicode_encode s size encoding errors)
(packages/python/pyunicode.lsh)




8.8.1.38.15. (pyunicode_asencodedstring unicode encoding errors)
(packages/python/pyunicode.lsh)




8.8.1.38.16. (pyunicode_decodeutf7 string length errors)
(packages/python/pyunicode.lsh)




8.8.1.38.17. (pyunicode_encodeutf7 data length encodeseto encodewhitespace errors)
(packages/python/pyunicode.lsh)




8.8.1.38.18. (pyunicode_decodeutf8 string length errors)
(packages/python/pyunicode.lsh)




8.8.1.38.19. (pyunicode_asutf8string unicode)
(packages/python/pyunicode.lsh)




8.8.1.38.20. (pyunicode_encodeutf8 data length errors)
(packages/python/pyunicode.lsh)




8.8.1.38.21. (pyunicode_decodeutf16 string length errors byteorder)
(packages/python/pyunicode.lsh)




8.8.1.38.22. (pyunicode_asutf16string unicode)
(packages/python/pyunicode.lsh)




8.8.1.38.23. (pyunicode_encodeutf16 data length errors byteorder)
(packages/python/pyunicode.lsh)




8.8.1.38.24. (pyunicode_decodeunicodeescape string length errors)
(packages/python/pyunicode.lsh)




8.8.1.38.25. (pyunicode_asunicodeescapestring unicode)
(packages/python/pyunicode.lsh)




8.8.1.38.26. (pyunicode_encodeunicodeescape data length)
(packages/python/pyunicode.lsh)




8.8.1.38.27. (pyunicode_decoderawunicodeescape string length errors)
(packages/python/pyunicode.lsh)




8.8.1.38.28. (pyunicode_asrawunicodeescapestring unicode)
(packages/python/pyunicode.lsh)




8.8.1.38.29. (pyunicode_encoderawunicodeescape data length)
(packages/python/pyunicode.lsh)




8.8.1.38.30. (pyunicode_decodelatin1 string length errors)
(packages/python/pyunicode.lsh)




8.8.1.38.31. (pyunicode_aslatin1string unicode)
(packages/python/pyunicode.lsh)




8.8.1.38.32. (pyunicode_encodelatin1 data length errors)
(packages/python/pyunicode.lsh)




8.8.1.38.33. (pyunicode_decodeascii string length errors)
(packages/python/pyunicode.lsh)




8.8.1.38.34. (pyunicode_asasciistring unicode)
(packages/python/pyunicode.lsh)




8.8.1.38.35. (pyunicode_encodeascii data length errors)
(packages/python/pyunicode.lsh)




8.8.1.38.36. (pyunicode_decodecharmap string length mapping errors)
(packages/python/pyunicode.lsh)




8.8.1.38.37. (pyunicode_ascharmapstring unicode mapping)
(packages/python/pyunicode.lsh)




8.8.1.38.38. (pyunicode_encodecharmap data length mapping errors)
(packages/python/pyunicode.lsh)




8.8.1.38.39. (pyunicode_translatecharmap data length table errors)
(packages/python/pyunicode.lsh)




8.8.1.38.40. (pyunicode_encodedecimal s length output errors)
(packages/python/pyunicode.lsh)




8.8.1.38.41. (pyunicode_concat left right)
(packages/python/pyunicode.lsh)




8.8.1.38.42. (pyunicode_split s sep maxsplit)
(packages/python/pyunicode.lsh)




8.8.1.38.43. (pyunicode_splitlines s keepends)
(packages/python/pyunicode.lsh)




8.8.1.38.44. (pyunicode_translate str table errors)
(packages/python/pyunicode.lsh)




8.8.1.38.45. (pyunicode_join separator seq)
(packages/python/pyunicode.lsh)




8.8.1.38.46. (pyunicode_tailmatch str substr start end direction)
(packages/python/pyunicode.lsh)




8.8.1.38.47. (pyunicode_find str substr start end direction)
(packages/python/pyunicode.lsh)




8.8.1.38.48. (pyunicode_count str substr start end)
(packages/python/pyunicode.lsh)




8.8.1.38.49. (pyunicode_replace str substr replstr maxcount)
(packages/python/pyunicode.lsh)




8.8.1.38.50. (pyunicode_compare left right)
(packages/python/pyunicode.lsh)




8.8.1.38.51. (pyunicode_format format args)
(packages/python/pyunicode.lsh)




8.8.1.38.52. (pyunicode_contains container element)
(packages/python/pyunicode.lsh)




8.8.1.38.53. (_pyunicode_islowercase ch)
(packages/python/pyunicode.lsh)




8.8.1.38.54. (_pyunicode_isuppercase ch)
(packages/python/pyunicode.lsh)




8.8.1.38.55. (_pyunicode_istitlecase ch)
(packages/python/pyunicode.lsh)




8.8.1.38.56. (_pyunicode_iswhitespace ch)
(packages/python/pyunicode.lsh)




8.8.1.38.57. (_pyunicode_islinebreak ch)
(packages/python/pyunicode.lsh)




8.8.1.38.58. (_pyunicode_tolowercase ch)
(packages/python/pyunicode.lsh)




8.8.1.38.59. (_pyunicode_touppercase ch)
(packages/python/pyunicode.lsh)




8.8.1.38.60. (_pyunicode_totitlecase ch)
(packages/python/pyunicode.lsh)




8.8.1.38.61. (_pyunicode_todecimaldigit ch)
(packages/python/pyunicode.lsh)




8.8.1.38.62. (_pyunicode_todigit ch)
(packages/python/pyunicode.lsh)




8.8.1.38.63. (_pyunicode_tonumeric ch)
(packages/python/pyunicode.lsh)




8.8.1.38.64. (_pyunicode_isdecimaldigit ch)
(packages/python/pyunicode.lsh)




8.8.1.38.65. (_pyunicode_isdigit ch)
(packages/python/pyunicode.lsh)




8.8.1.38.66. (_pyunicode_isnumeric ch)
(packages/python/pyunicode.lsh)




8.8.1.38.67. (_pyunicode_isalpha ch)
(packages/python/pyunicode.lsh)


********************************************************