Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c5508 #define CONTEXT_SEP XML_T(ASCII_FF) macro
5541 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5566 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5586 if (*s == CONTEXT_SEP || *s == XML_T('\0')) { in setContext()
5617 *context != CONTEXT_SEP && *context != XML_T('\0'); in setContext()
/external/expat/lib/
Dxmlparse.c5545 #define CONTEXT_SEP XML_T(ASCII_FF) macro
5578 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5603 if (needSep && !poolAppendChar(&tempPool, CONTEXT_SEP)) in getContext()
5623 if (*s == CONTEXT_SEP || *s == XML_T('\0')) { in setContext()
5654 *context != CONTEXT_SEP && *context != XML_T('\0'); in setContext()