HomeSort by relevance Sort by last modified time
    Searched refs:noescape (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxslt/libxslt/
transform.h 182 int noescape);
xsltInternals.h 695 int noescape; /* text */ member in struct:_xsltStyleItemText
846 int noescape; member in struct:_xsltStyleItemValueOf
1389 int noescape; \/* text *\/ member in struct:_xsltStylePreComp
    [all...]
preproc.c 836 comp->noescape = 0;
843 comp->noescape = 1;
    [all...]
transform.c 704 * @noescape: should disable-escaping be activated for this text node.
714 const xmlChar *string, int noescape)
758 } else if (noescape) {
    [all...]

Completed in 56 milliseconds