Home
last modified time | relevance | path

Searched refs:BT_APOS (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok_impl.h48 BT_APOS, /* aposthrophe = "'" */ enumerator
H A Dxmltok_impl.c626 if (open == BT_QUOT || open == BT_APOS)
988 case BT_APOS:
1032 case BT_APOS:
1033 return PREFIX(scanLit)(BT_APOS, enc, ptr + MINBPC(enc), end, nextTokPtr);
1456 case BT_APOS:
1551 case BT_APOS:
1556 open = BT_APOS;
1557 } else if (open == BT_APOS) {
/third_party/python/Modules/expat/
H A Dxmltok_impl.h48 BT_APOS, /* apostrophe = "'" */ enumerator
H A Dxmltok_impl.c628 if (open == BT_QUOT || open == BT_APOS) in scanAtts()
990 case BT_APOS: in scanLit()
1034 case BT_APOS: in prologTok()
1035 return PREFIX(scanLit)(BT_APOS, enc, ptr + MINBPC(enc), end, nextTokPtr); in prologTok()
1458 case BT_APOS: in isPublicId()
1553 case BT_APOS: in getAtts()
1558 open = BT_APOS; in getAtts()
1559 } else if (open == BT_APOS) { in getAtts()

Completed in 4 milliseconds