HomeSort by relevance Sort by last modified time
    Searched defs:pcdata (Results 1 - 8 of 8) sorted by null

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 82 public void pcdata(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
PYXScanner.java 91 h.pcdata(buff, 0, 1);
96 h.pcdata(buff, 1, size - 1);
PYXWriter.java 85 pcdata(buff, offset, length); method
88 public void pcdata(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
144 pcdata(buff, offset, length); method
HTMLScanner.java 477 h.pcdata(theOutputBuffer, 0, theSize);
481 h.pcdata(theOutputBuffer, 0, theSize);
576 h.pcdata(theOutputBuffer, 0, theSize);
581 h.pcdata(theOutputBuffer, 0, theSize);
640 h.pcdata(theOutputBuffer, 0, theSize);
672 // Return a buffer-sized chunk of PCDATA
673 h.pcdata(theOutputBuffer, 0, theSize);
Parser.java 469 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes);
977 pcdata(buff, offset, length); method
980 public void pcdata(char[] buff, int offset, int length) throws SAXException { method in class:Parser
    [all...]
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 256 h.pcdata(theOutputBuffer, 0, theSize);
260 h.pcdata(theOutputBuffer, 0, theSize);
355 h.pcdata(theOutputBuffer, 0, theSize);
360 h.pcdata(theOutputBuffer, 0, theSize);
419 h.pcdata(theOutputBuffer, 0, theSize);
451 // Return a buffer-sized chunk of PCDATA
452 h.pcdata(theOutputBuffer, 0, theSize);
  /external/u-boot/drivers/ddr/fsl/
interactive.c 108 char *pcdata = (char *)pdata; /* BIG ENDIAN ONLY */ local
110 pcdata += element_num * element_size;
111 if ((pcdata + element_size) > (char *) pend) {
118 __raw_writeb(value, pcdata);
121 __raw_writew(value, pcdata);
124 __raw_writel(value, pcdata);
    [all...]
  /external/cldr/tools/java/libs/
xercesImpl.jar 

Completed in 565 milliseconds