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...]
valid.c     [all...]
relaxng.c     [all...]
tree.c 375 while (IS_BLANK_CH(*cur)) cur++;
387 while (IS_BLANK_CH(*cur)) cur++;
448 while (IS_BLANK_CH(*cur)) cur++;
474 while (IS_BLANK_CH(*cur)) cur++;
546 while (IS_BLANK_CH(*cur)) cur++;
558 while (IS_BLANK_CH(*cur)) cur++;
615 while (IS_BLANK_CH(*cur)) cur++;
629 while (IS_BLANK_CH(*cur)) cur++;
    [all...]
HTMLparser.c 574 while (IS_BLANK_CH(*(ctxt->input->cur))) {
    [all...]
HTMLtree.c 702 while (IS_BLANK_CH(*tmp)) tmp++;
xpath.c     [all...]
xmlschemas.c     [all...]
debugXML.c 436 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 721 milliseconds