Searched refs:IS_SEPARATOR (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/
H A Drngparser.c155 #define IS_SEPARATOR(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
326 (!(IS_SEPARATOR(*cur))) && (!(IS_OP(*cur)))) cur++;
345 (!(IS_SEPARATOR(*cur))) && (!(IS_OP(*cur)))) cur++;

Completed in 68 milliseconds