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

  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 263 int determinist; member in struct:_xmlAutomata
276 int determinist; member in struct:_xmlRegexp
308 int determinist; /* did we find an indeterministic behaviour */ member in struct:_xmlRegExecCtxt
442 ret->determinist = ctxt->determinist;
444 if (ret->determinist == -1) {
448 if ((ret->determinist != 0) &&
587 * states then it means the automata is not determinist and
593 ret->determinist = 0;
622 ret->determinist = 1
    [all...]
valid.c 848 "Content model of %s is not determinist: %s\n",
4775 int determinist = 1; local
    [all...]
  /external/libxml2/
xmlregexp.c 267 int determinist; member in struct:_xmlAutomata
280 int determinist; member in struct:_xmlRegexp
312 int determinist; /* did we find an indeterministic behaviour */ member in struct:_xmlRegExecCtxt
446 ret->determinist = ctxt->determinist;
448 if (ret->determinist == -1) {
452 if ((ret->determinist != 0) &&
591 * states then it means the automata is not determinist and
597 ret->determinist = 0;
626 ret->determinist = 1
    [all...]
valid.c 848 "Content model of %s is not determinist: %s\n",
4775 int determinist = 1; local
    [all...]

Completed in 183 milliseconds