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

  /external/libxml2/
xmlschemastypes.c 56 #define IS_WSP_BLANK_CH(c) IS_BLANK_CH(c)
    [all...]
pattern.c 719 while (IS_BLANK_CH(CUR)) NEXT
941 if (IS_BLANK_CH(CUR)) {
1053 if (IS_BLANK_CH(CUR)) {
1063 if (hasBlanks || IS_BLANK_CH(CUR)) {
1130 if (IS_BLANK_CH(CUR)) {
    [all...]
parser.c     [all...]
catalog.c     [all...]
HTMLparser.c 434 while (IS_BLANK_CH(*(ctxt->input->cur))) {
    [all...]
valid.c     [all...]
relaxng.c     [all...]
tree.c 374 while (IS_BLANK_CH(*cur)) cur++;
386 while (IS_BLANK_CH(*cur)) cur++;
447 while (IS_BLANK_CH(*cur)) cur++;
473 while (IS_BLANK_CH(*cur)) cur++;
545 while (IS_BLANK_CH(*cur)) cur++;
557 while (IS_BLANK_CH(*cur)) cur++;
614 while (IS_BLANK_CH(*cur)) cur++;
628 while (IS_BLANK_CH(*cur)) cur++;
    [all...]
HTMLtree.c 695 while (IS_BLANK_CH(*tmp)) tmp++;
xpath.c     [all...]
xmlschemas.c     [all...]
debugXML.c 434 else if (IS_BLANK_CH(str[i]))
    [all...]
xpointer.c 907 while (IS_BLANK_CH(*(ctxt->cur))) NEXT
    [all...]
  /external/libxml2/include/libxml/
parserInternals.h 105 * IS_BLANK_CH:
110 #define IS_BLANK_CH(c) xmlIsBlank_ch(c)
  /external/libxslt/libxslt/
pattern.c 1231 while (IS_BLANK_CH(CUR)) NEXT
    [all...]
transform.c     [all...]

Completed in 1624 milliseconds