HomeSort by relevance Sort by last modified time
    Searched refs:xmlChar (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/libxml2/include/libxml/
xmlstring.h 22 * xmlChar:
26 * to xmlChar * (possibly making serialization back impossible).
28 typedef unsigned char xmlChar;
33 * Macro to cast a string to an xmlChar * when one know its safe.
35 #define BAD_CAST (xmlChar *)
38 * xmlChar handling
40 XMLPUBFUN xmlChar * XMLCALL
41 xmlStrdup (const xmlChar *cur);
42 XMLPUBFUN xmlChar * XMLCALL
43 xmlStrndup (const xmlChar *cur
    [all...]
hash.h 69 typedef void (*xmlHashDeallocator)(void *payload, xmlChar *name);
79 typedef void *(*xmlHashCopier)(void *payload, xmlChar *name);
88 typedef void (*xmlHashScanner)(void *payload, void *data, xmlChar *name);
100 const xmlChar *name, const xmlChar *name2,
101 const xmlChar *name3);
120 const xmlChar *name,
124 const xmlChar *name,
129 const xmlChar *name,
130 const xmlChar *name2
    [all...]
SAX.h 26 XMLPUBFUN const xmlChar * XMLCALL
28 XMLPUBFUN const xmlChar * XMLCALL
48 const xmlChar *name,
49 const xmlChar *ExternalID,
50 const xmlChar *SystemID);
53 const xmlChar *name,
54 const xmlChar *ExternalID,
55 const xmlChar *SystemID);
58 const xmlChar *name);
61 const xmlChar *name)
    [all...]
SAX2.h 24 XMLPUBFUN const xmlChar * XMLCALL
26 XMLPUBFUN const xmlChar * XMLCALL
46 const xmlChar *name,
47 const xmlChar *ExternalID,
48 const xmlChar *SystemID);
51 const xmlChar *name,
52 const xmlChar *ExternalID,
53 const xmlChar *SystemID);
56 const xmlChar *name);
59 const xmlChar *name)
    [all...]
uri.h 49 * xmlChar * xmlNodeGetBase (xmlDocPtr doc,
54 XMLPUBFUN xmlChar * XMLCALL
55 xmlBuildURI (const xmlChar *URI,
56 const xmlChar *base);
57 XMLPUBFUN xmlChar * XMLCALL
58 xmlBuildRelativeURI (const xmlChar *URI,
59 const xmlChar *base);
68 XMLPUBFUN xmlChar * XMLCALL
73 XMLPUBFUN xmlChar * XMLCALL
74 xmlURIEscapeStr (const xmlChar *str
    [all...]
entities.h 41 const xmlChar *name; /* Entity name */
49 xmlChar *orig; /* content without ref substitution */
50 xmlChar *content; /* content or ndata if unparsed */
53 const xmlChar *ExternalID; /* External identifier for PUBLIC */
54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
57 const xmlChar *URI; /* the full URI as computed */
84 const xmlChar *name,
86 const xmlChar *ExternalID,
87 const xmlChar *SystemID,
88 const xmlChar *content)
    [all...]
catalog.h 38 (const xmlChar *) "urn:oasis:names:tc:entity:xmlns:xml:catalog"
45 (const xmlChar *) "oasis-xml-catalog"
79 const xmlChar *type,
80 const xmlChar *orig,
81 const xmlChar *replace);
84 const xmlChar *value);
85 XMLPUBFUN xmlChar * XMLCALL
87 const xmlChar *pubID,
88 const xmlChar *sysID);
89 XMLPUBFUN xmlChar * XMLCAL
    [all...]
xmlwriter.h 80 const xmlChar *
88 const xmlChar * name);
91 const xmlChar *
93 const xmlChar * name,
94 const xmlChar *
105 const xmlChar * name,
110 const xmlChar * name,
116 const xmlChar * name,
117 const xmlChar *
121 const xmlChar * prefix
    [all...]
xinclude.h 30 #define XINCLUDE_NS (const xmlChar *) "http://www.w3.org/2003/XInclude"
36 #define XINCLUDE_OLD_NS (const xmlChar *) "http://www.w3.org/2001/XInclude"
42 #define XINCLUDE_NODE (const xmlChar *) "include"
48 #define XINCLUDE_FALLBACK (const xmlChar *) "fallback"
54 #define XINCLUDE_HREF (const xmlChar *) "href"
60 #define XINCLUDE_PARSE (const xmlChar *) "parse"
66 #define XINCLUDE_PARSE_XML (const xmlChar *) "xml"
72 #define XINCLUDE_PARSE_TEXT (const xmlChar *) "text"
78 #define XINCLUDE_PARSE_ENCODING (const xmlChar *) "encoding"
84 #define XINCLUDE_PARSE_XPOINTER (const xmlChar *) "xpointer
    [all...]
xmlschemastypes.h 38 xmlSchemaGetPredefinedType (const xmlChar *name,
39 const xmlChar *ns);
42 const xmlChar *value,
46 const xmlChar *value,
52 const xmlChar *value,
58 const xmlChar *value,
69 const xmlChar *name);
79 const xmlChar *value,
87 XMLPUBFUN xmlChar * XMLCALL
88 xmlSchemaCollapseString (const xmlChar *value)
    [all...]
schemasInternals.h 251 const xmlChar *name; /* the name of the declaration */
252 const xmlChar *id; /* Deprecated; not used */
253 const xmlChar *ref; /* Deprecated; not used */
254 const xmlChar *refNs; /* Deprecated; not used */
255 const xmlChar *typeName; /* the local name of the type definition */
256 const xmlChar *typeNs; /* the ns URI of the type definition */
261 const xmlChar *defValue; /* The initial value of the value constraint */
264 const xmlChar *targetNamespace;
266 const xmlChar *refPrefix; /* Deprecated; not used */
298 const xmlChar *value;/* the value *
    [all...]
tree.h 92 xmlChar *content; /* The buffer content UTF8 */
96 xmlChar *contentIO; /* in IO mode we may have a different base */
120 XMLPUBFUN xmlChar* XMLCALL xmlBufContent (const xmlBuf* buf);
121 XMLPUBFUN xmlChar* XMLCALL xmlBufEnd (xmlBufPtr buf);
141 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
148 #define XML_XML_ID (const xmlChar *) "xml:id"
195 const xmlChar *name; /* Notation name */
196 const xmlChar *PublicID; /* Public identifier, if any */
197 const xmlChar *SystemID; /* System identifier, if any */
242 const xmlChar *name; /* Enumeration name *
    [all...]
parserInternals.h 121 * @c: an xmlChar (usually an unsigned char)
139 * @c: an xmlChar value (normally unsigned char)
167 * @c: an xmlChar value (usually an unsigned char)
185 * @c: an xmlChar (usually an unsigned char)
206 * @c: an xmlChar value (usually an unsigned char)
236 * @c: an xmlChar value (normally unsigned char)
245 * @c: an xmlChar value
255 * @c: an xmlChar value
275 * @c: an xmlChar value (normally unsigned char)
312 XMLPUBVAR const xmlChar xmlStringText[]
    [all...]
parser.h 52 typedef void (* xmlParserInputDeallocate)(xmlChar *str);
60 const xmlChar *base; /* Base of the array to parse */
61 const xmlChar *cur; /* Current char being parsed */
62 const xmlChar *end; /* end of the array to parse */
73 const xmlChar *encoding; /* the encoding string for entity */
74 const xmlChar *version; /* the version string for entity */
190 const xmlChar *version; /* the XML version string */
191 const xmlChar *encoding; /* the declared encoding, if any */
229 const xmlChar *name; /* Current parsed Node */
232 const xmlChar * *nameTab; /* array of nodes *
    [all...]
dict.h 59 XMLPUBFUN const xmlChar * XMLCALL
61 const xmlChar *name,
63 XMLPUBFUN const xmlChar * XMLCALL
65 const xmlChar *name,
67 XMLPUBFUN const xmlChar * XMLCALL
69 const xmlChar *prefix,
70 const xmlChar *name);
73 const xmlChar *str);
pattern.h 53 xmlPatterncompile (const xmlChar *pattern,
56 const xmlChar **namespaces);
79 const xmlChar *name,
80 const xmlChar *ns,
84 const xmlChar *name,
85 const xmlChar *ns);
88 const xmlChar *name,
89 const xmlChar *ns);
c14n.h 71 xmlChar **inclusive_ns_prefixes,
79 xmlChar **inclusive_ns_prefixes,
81 xmlChar **doc_txt_ptr);
87 xmlChar **inclusive_ns_prefixes,
115 xmlChar **inclusive_ns_prefixes,
xmlreader.h 132 XMLPUBFUN xmlChar * XMLCALL
135 XMLPUBFUN xmlChar * XMLCALL
139 XMLPUBFUN xmlChar * XMLCALL
168 XMLPUBFUN const xmlChar * XMLCALL
170 XMLPUBFUN const xmlChar * XMLCALL
172 XMLPUBFUN const xmlChar * XMLCALL
174 XMLPUBFUN const xmlChar * XMLCALL
176 XMLPUBFUN const xmlChar * XMLCALL
178 XMLPUBFUN const xmlChar * XMLCALL
180 XMLPUBFUN const xmlChar * XMLCAL
    [all...]
valid.h 156 const xmlChar *name,
157 const xmlChar *PublicID,
158 const xmlChar *SystemID);
177 xmlNewElementContent (const xmlChar *name,
186 const xmlChar *name,
212 const xmlChar *name,
232 xmlCreateEnumeration (const xmlChar *name);
244 const xmlChar *elem,
245 const xmlChar *name,
246 const xmlChar *ns
    [all...]
  /external/libxml2/
xmlstring.c 5 * the xmlChar* type. All functions named xmlStr* have been moved here
33 * @cur: the input xmlChar *
36 * a strndup for array of xmlChar's
38 * Returns a new xmlChar * or NULL
40 xmlChar *
41 xmlStrndup(const xmlChar *cur, int len) {
42 xmlChar *ret;
45 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
50 memcpy(ret, cur, len * sizeof(xmlChar));
    [all...]
save.h 23 xmlAttrPtr attr, const xmlChar * string);
28 xmlChar *xmlEncodeAttributeEntities(xmlDocPtr doc, const xmlChar *input);
legacy.c 31 xmlChar *htmlDecodeEntities(htmlParserCtxtPtr ctxt, int len, xmlChar end,
32 xmlChar end2, xmlChar end3);
38 * @end: an end marker xmlChar, 0 if none
39 * @end2: an end marker xmlChar, 0 if none
40 * @end3: an end marker xmlChar, 0 if none
49 xmlChar *
51 int len ATTRIBUTE_UNUSED, xmlChar end ATTRIBUTE_UNUSED,
52 xmlChar end2 ATTRIBUTE_UNUSED
    [all...]
  /frameworks/minikin/tests/util/
FontTestUtils.cpp 37 if (xmlStrcmp(familyNode->name, (const xmlChar*)"family") != 0) {
41 xmlChar* variantXmlch = xmlGetProp(familyNode, (const xmlChar*)"variant");
44 if (xmlStrcmp(variantXmlch, (const xmlChar*)"elegant") == 0) {
46 } else if (xmlStrcmp(variantXmlch, (const xmlChar*)"compact") == 0) {
53 if (xmlStrcmp(fontNode->name, (const xmlChar*)"font") != 0) {
57 int weight = atoi((const char*)(xmlGetProp(fontNode, (const xmlChar*)"weight"))) / 100;
59 xmlGetProp(fontNode, (const xmlChar*)"style"), (const xmlChar*)"italic") == 0;
60 xmlChar* index = xmlGetProp(familyNode, (const xmlChar*)"index")
    [all...]
  /external/libxml2/os400/
transcode.h 17 XMLPUBFUN const char * xmlTranscodeResult(const xmlChar * s,
20 XMLPUBFUN const xmlChar * xmlTranscodeString(const char * s,
22 XMLPUBFUN const xmlChar * xmlTranscodeWString(const char * s,
24 XMLPUBFUN const xmlChar * xmlTranscodeHString(const char * s,
41 const xmlChar * fmt, va_list args);
transcode.c 46 xmlTranscodeResult(const xmlChar * s, const char * encoding,
112 (xmlChar *) ts, dstp - ts + 1);
135 static const xmlChar *
144 xmlChar * ts;
145 const xmlChar * ret;
146 static const xmlChar nullstring[] = { 0 };
153 return (const xmlChar *) NULL;
155 ts = (xmlChar *) xmlMalloc(6 * l + 1);
158 return (const xmlChar *) NULL;
171 return (const xmlChar *) NULL
    [all...]

Completed in 660 milliseconds

1 2 3 4 5