Searched refs:appendAttributeValue (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 499 static enum XML_Error appendAttributeValue(XML_Parser parser, const ENCODING *, 5815 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool, account); in storeAttributeValue() 5826 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() function 5960 * appendAttributeValue() some lines below. That call in appendAttributeValue() 5991 result = appendAttributeValue(parser, parser->m_internalEncoding, in appendAttributeValue()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 492 static enum XML_Error appendAttributeValue(XML_Parser parser, const ENCODING *, 5872 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool, account); in storeAttributeValue() 5883 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() function 6017 * appendAttributeValue() some lines below. That call in appendAttributeValue() 6048 result = appendAttributeValue(parser, parser->m_internalEncoding, in appendAttributeValue()
|
Completed in 21 milliseconds