Home
last modified time | relevance | path

Searched refs:xmlTranscodeString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libxml2/os400/libxmlrpg/
H A Dtranscode.rpgle24 d xmlTranscodeString...
25 d pr * extproc('xmlTranscodeString') const xmlChar *
49 d xmlTS pr * extproc('xmlTranscodeString') const xmlChar *
/aosp_15_r20/external/libxml2/os400/
H A Dtranscode.h20 XMLPUBFUN const xmlChar * xmlTranscodeString(const char * s,
35 #define xmlTS xmlTranscodeString
H A Dwrappers.c53 if (!(cp2 = xmlTranscodeString(cp1, NULL, NULL))) in _lx_inet_ntop()
108 lxdles = (const char *) xmlTranscodeString(cp1, NULL, NULL); in _lx_dlerror()
H A DREADME400113 const xmlChar * xmlTranscodeString(const char * s,
135 xmlTranscodeString() converts from the given 8-bit encoding to UTF-8 (note that
144 xmlTS for xmlTranscodeString
H A Dtranscode.c205 xmlTranscodeString(const char * s, const char * encoding, xmlDictPtr * dict) in xmlTranscodeString() function