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

  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 744 * xmlRegCopyRange:
752 xmlRegCopyRange(xmlRegParserCtxtPtr ctxt, xmlRegRangePtr range) {
858 ret->ranges[i] = xmlRegCopyRange(ctxt, atom->ranges[i]);
    [all...]
  /external/libxml2/
xmlregexp.c 748 * xmlRegCopyRange:
756 xmlRegCopyRange(xmlRegParserCtxtPtr ctxt, xmlRegRangePtr range) {
862 ret->ranges[i] = xmlRegCopyRange(ctxt, atom->ranges[i]);
    [all...]

Completed in 2670 milliseconds