Searched refs:xmlRegNewAtom (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c774 * xmlRegNewAtom:
783 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { function
4806 ctxt->atom = xmlRegNewAtom(ctxt, type);
4831 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_ANYCHAR);
4878 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL);
4949 ctxt->atom = xmlRegNewAtom(ctxt, type);
5124 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES);
5238 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL);
5272 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_SUBREG);
5692 atom = xmlRegNewAtom(a
[all...]
/external/libxml2/
H A Dxmlregexp.c778 * xmlRegNewAtom:
787 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { function
4816 ctxt->atom = xmlRegNewAtom(ctxt, type);
4841 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_ANYCHAR);
4888 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL);
4959 ctxt->atom = xmlRegNewAtom(ctxt, type);
5134 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES);
5248 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL);
5282 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_SUBREG);
5706 atom = xmlRegNewAtom(a
[all...]

Completed in 108 milliseconds