Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c451 #define poolLastChar(pool) (((pool)->ptr)[-1]) macro
4946 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
4985 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5008 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
/external/expat/lib/
Dxmlparse.c459 #define poolLastChar(pool) (((pool)->ptr)[-1]) macro
4982 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5021 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5044 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()