Home | History | Annotate | Download | only in libxml

Lines Matching full:const

41                 xmlStrdup                (const xmlChar *cur);
43 xmlStrndup (const xmlChar *cur,
46 xmlCharStrndup (const char *cur,
49 xmlCharStrdup (const char *cur);
51 xmlStrsub (const xmlChar *str,
54 XMLPUBFUN const xmlChar * XMLCALL
55 xmlStrchr (const xmlChar *str,
57 XMLPUBFUN const xmlChar * XMLCALL
58 xmlStrstr (const xmlChar *str,
59 const xmlChar *val);
60 XMLPUBFUN const xmlChar * XMLCALL
61 xmlStrcasestr (const xmlChar *str,
62 const xmlChar *val);
64 xmlStrcmp (const xmlChar *str1,
65 const xmlChar *str2);
67 xmlStrncmp (const xmlChar *str1,
68 const xmlChar *str2,
71 xmlStrcasecmp (const xmlChar *str1,
72 const xmlChar *str2);
74 xmlStrncasecmp (const xmlChar *str1,
75 const xmlChar *str2,
78 xmlStrEqual (const xmlChar *str1,
79 const xmlChar *str2);
81 xmlStrQEqual (const xmlChar *pref,
82 const xmlChar *name,
83 const xmlChar *str);
85 xmlStrlen (const xmlChar *str);
88 const xmlChar *add);
91 const xmlChar *add,
94 xmlStrncatNew (const xmlChar *str1,
95 const xmlChar *str2,
100 const xmlChar *msg,
105 const xmlChar *msg,
109 xmlGetUTF8Char (const unsigned char *utf,
112 xmlCheckUTF8 (const unsigned char *utf);
114 xmlUTF8Strsize (const xmlChar *utf,
117 xmlUTF8Strndup (const xmlChar *utf,
119 XMLPUBFUN const xmlChar * XMLCALL
120 xmlUTF8Strpos (const xmlChar *utf,
123 xmlUTF8Strloc (const xmlChar *utf,
124 const xmlChar *utfchar);
126 xmlUTF8Strsub (const xmlChar *utf,
130 xmlUTF8Strlen (const xmlChar *utf);
132 xmlUTF8Size (const xmlChar *utf);
134 xmlUTF8Charcmp (const xmlChar *utf1,
135 const xmlChar *utf2);