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

  /external/chromium_org/third_party/libxslt/libxslt/
preproc.c 716 comp->case_order = xsltEvalStaticAttrValueTemplate(style, inst,
719 if (comp->case_order != NULL) {
720 if (xmlStrEqual(comp->case_order, (const xmlChar *) "upper-first"))
722 else if (xmlStrEqual(comp->case_order, (const xmlChar *) "lower-first"))
    [all...]
xsltInternals.h 1050 const xmlChar *case_order; /* sort */ member in struct:_xsltStyleItemSort
1383 const xmlChar *case_order; \/* sort *\/ member in struct:_xsltStylePreComp
    [all...]
  /external/libxslt/libxslt/
preproc.c 716 comp->case_order = xsltEvalStaticAttrValueTemplate(style, inst,
719 if (comp->case_order != NULL) {
720 if (xmlStrEqual(comp->case_order, (const xmlChar *) "upper-first"))
722 else if (xmlStrEqual(comp->case_order, (const xmlChar *) "lower-first"))
    [all...]
xsltInternals.h 1050 const xmlChar *case_order; /* sort */ member in struct:_xsltStyleItemSort
1383 const xmlChar *case_order; \/* sort *\/ member in struct:_xsltStylePreComp
    [all...]

Completed in 537 milliseconds