Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c608 #define poolLastChar(pool) (((pool)->ptr)[-1]) macro
5818 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5865 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5891 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
/third_party/python/Modules/expat/
H A Dxmlparse.c597 #define poolLastChar(pool) (((pool)->ptr)[-1]) macro
5875 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5922 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5948 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()

Completed in 21 milliseconds