Home
last modified time | relevance | path

Searched refs:coalesceText (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
DSAX2.c2607 int coalesceText = (lastChild != NULL) && in xmlSAX2Characters() local
2610 if ((coalesceText) && (ctxt->nodemem != 0)) { in xmlSAX2Characters()
2656 } else if (coalesceText) { in xmlSAX2Characters()
/third_party/libxml2/
DSAX2.c2556 int coalesceText = (lastChild != NULL) && in xmlSAX2Text() local
2560 if ((coalesceText) && (ctxt->nodemem != 0)) { in xmlSAX2Text()
2606 } else if (coalesceText) { in xmlSAX2Text()