Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c5728 int choiceOrInterleave = -1; in xmlRelaxNGCheckCombine() local
5739 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()
5740 choiceOrInterleave = 1; in xmlRelaxNGCheckCombine()
5741 else if (choiceOrInterleave == 0) { in xmlRelaxNGCheckCombine()
5747 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()
5748 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()
5749 else if (choiceOrInterleave == 1) { in xmlRelaxNGCheckCombine()
5775 name, choiceOrInterleave); in xmlRelaxNGCheckCombine()
5777 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()
5778 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()
[all …]
/external/chromium_org/third_party/libxml/src/
Drelaxng.c5728 int choiceOrInterleave = -1; in xmlRelaxNGCheckCombine() local
5739 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()
5740 choiceOrInterleave = 1; in xmlRelaxNGCheckCombine()
5741 else if (choiceOrInterleave == 0) { in xmlRelaxNGCheckCombine()
5747 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()
5748 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()
5749 else if (choiceOrInterleave == 1) { in xmlRelaxNGCheckCombine()
5775 name, choiceOrInterleave); in xmlRelaxNGCheckCombine()
5777 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()
5778 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()
[all …]