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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c451 #define poolLastChar(pool) (((pool)->ptr)[-1]) macro
4930 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
4969 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
4992 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
/external/expat/lib/
H A Dxmlparse.c451 #define poolLastChar(pool) (((pool)->ptr)[-1]) macro
4930 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
4969 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
4992 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))

Completed in 107 milliseconds