Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dpattern.c1013 int hasBlanks = 0; in xmlCompileStepPattern() local
1054 hasBlanks = 1; in xmlCompileStepPattern()
1063 if (hasBlanks || IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
/external/libxml2/
Dpattern.c1017 int hasBlanks = 0; in xmlCompileStepPattern() local
1058 hasBlanks = 1; in xmlCompileStepPattern()
1067 if (hasBlanks || IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()