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.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...]

Completed in 81 milliseconds