Searched refs:XmlIsPublicId (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/expat/files/lib/ |
D | xmltok.h | 252 #define XmlIsPublicId(enc, ptr, end, badPtr) \ macro
|
D | xmlparse.c | 3894 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 3909 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4349 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog()
|
/external/expat/lib/ |
D | xmltok.h | 252 #define XmlIsPublicId(enc, ptr, end, badPtr) \ macro
|
D | xmlparse.c | 3894 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 3909 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog() 4349 if (!XmlIsPublicId(enc, s, next, eventPP)) in doProlog()
|