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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c5490 #define CONTEXT_SEP XML_T(ASCII_FF) macro
5523 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP))
5548 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP))
5568 if (*s == CONTEXT_SEP || *s == XML_T('\0')) {
5599 *context != CONTEXT_SEP && *context != XML_T('\0');
/external/expat/lib/
H A Dxmlparse.c5490 #define CONTEXT_SEP XML_T(ASCII_FF) macro
5523 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP))
5548 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP))
5568 if (*s == CONTEXT_SEP || *s == XML_T('\0')) {
5599 *context != CONTEXT_SEP && *context != XML_T('\0');

Completed in 109 milliseconds