poolLength       4151 third_party/expat/files/lib/xmlparse.c           declEntity->textLen = (int)(poolLength(&dtd->entityValuePool));
poolLength       4930 third_party/expat/files/lib/xmlparse.c   if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
poolLength       4969 third_party/expat/files/lib/xmlparse.c             && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
poolLength       4992 third_party/expat/files/lib/xmlparse.c       if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
poolLength       5582 third_party/expat/files/lib/xmlparse.c       if (poolLength(&tempPool) == 0)