Lines Matching refs:xmlRegNewAtom
787 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { in xmlRegNewAtom() function
4823 ctxt->atom = xmlRegNewAtom(ctxt, type); in xmlFAParseCharProp()
4848 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_ANYCHAR); in xmlFAParseCharClassEsc()
4895 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); in xmlFAParseCharClassEsc()
4966 ctxt->atom = xmlRegNewAtom(ctxt, type); in xmlFAParseCharClassEsc()
5142 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES); in xmlFAParseCharClass()
5256 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); in xmlFAParseAtom()
5290 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_SUBREG); in xmlFAParseAtom()
5714 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewTransition()
5752 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewTransition2()
5813 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewNegTrans()
5885 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewCountTrans2()
5971 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewCountTrans()
6040 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewOnceTrans2()
6119 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewOnceTrans()