1*7c568831SAndroid Build Coastguard WorkerSAX.setDocumentLocator() 2*7c568831SAndroid Build Coastguard WorkerSAX.startDocument() 3*7c568831SAndroid Build Coastguard WorkerSAX.comment( This tests that three-byte UTF-8 characters are parsed properly when split across a buffer boundary of length XML_PARSER_BIG_BUFFER_SIZE (300 bytes). ) 4*7c568831SAndroid Build Coastguard WorkerSAX.startElement(doc) 5*7c568831SAndroid Build Coastguard WorkerSAX.characters( 6*7c568831SAndroid Build Coastguard Worker, 1) 7*7c568831SAndroid Build Coastguard WorkerSAX.startElement(p) 8*7c568831SAndroid Build Coastguard WorkerSAX.pcdata(牛牛牛牛牛牛�, 1200) 9*7c568831SAndroid Build Coastguard WorkerSAX.endElement(p) 10*7c568831SAndroid Build Coastguard WorkerSAX.characters( 11*7c568831SAndroid Build Coastguard Worker, 1) 12*7c568831SAndroid Build Coastguard WorkerSAX.startElement(p) 13*7c568831SAndroid Build Coastguard WorkerSAX.pcdata( 牛牛牛牛牛牛�, 1201) 14*7c568831SAndroid Build Coastguard WorkerSAX.endElement(p) 15*7c568831SAndroid Build Coastguard WorkerSAX.characters( 16*7c568831SAndroid Build Coastguard Worker, 1) 17*7c568831SAndroid Build Coastguard WorkerSAX.startElement(p) 18*7c568831SAndroid Build Coastguard WorkerSAX.pcdata( 牛牛牛牛牛牛, 1202) 19*7c568831SAndroid Build Coastguard WorkerSAX.endElement(p) 20*7c568831SAndroid Build Coastguard WorkerSAX.characters( 21*7c568831SAndroid Build Coastguard Worker, 1) 22*7c568831SAndroid Build Coastguard WorkerSAX.endElement(doc) 23*7c568831SAndroid Build Coastguard WorkerSAX.endDocument() 24