HomeSort by relevance Sort by last modified time
    Searched defs:pcdata (Results 1 - 13 of 13) 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 468 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes);
976 pcdata(buff, offset, length); method
979 public void pcdata(char[] buff, int offset, int length) throws SAXException { method in class:Parser
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltdeccom.h 86 SmlPcdataPtr_t pcdata; /* valid for token of type XLT_TOK_CONT_xxx */ member in struct:__anon43264
xltdecwbxml.c 232 * pScanner->curtok contains type and tagid or pcdata of
278 pScanner->curtok->pcdata = NULL;
629 /* copy the string into the new PCdata struct */
680 pScanner->curtok->pcdata = pPcdata;
698 copy into new PCdata struct */
731 pScanner->curtok->pcdata = pPcdata;
1009 smlLibFree(pScanner->curtok->pcdata);
1018 smlLibFree(pScanner->curtok->pcdata);
1365 SmlPcdataPtr_t pcdata = pScanner->curtok->pcdata; local
1377 SmlPcdataPtr_t pcdata = pScanner->curtok->pcdata; local
    [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);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltdecwbxml.c 234 * pScanner->curtok contains type and tagid or pcdata of
280 pScanner->curtok->pcdata = NULL;
631 /* copy the string into the new PCdata struct */
682 pScanner->curtok->pcdata = pPcdata;
702 copy into new PCdata struct */
735 pScanner->curtok->pcdata = pPcdata;
1013 smlLibFree(pScanner->curtok->pcdata);
1022 smlLibFree(pScanner->curtok->pcdata);
1398 SmlPcdataPtr_t pcdata = pScanner->curtok->pcdata; local
1410 SmlPcdataPtr_t pcdata = pScanner->curtok->pcdata; local
    [all...]
mgrutil.c 155 * frees the Memory of an allocated Pcdata memory object
158 * A Pointer to a PcData structure, which should be freed
484 * copy a string into a Pcdata structure
490 * A Pointer to a PcData structure
496 SmlPcdataPtr_t pcdata; local
502 /* Allocate the PcData Structure */
503 pcdata = (SmlPcdataPtr_t)smlLibMalloc((MemSize_t)sizeof(SmlPcdata_t));
504 if (! pcdata)
506 smlLibMemset (pcdata, 0, (MemSize_t)sizeof(SmlPcdata_t));
508 /* Set the PcData Structure *
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/src/
mgrutil.c 155 * frees the Memory of an allocated Pcdata memory object
158 * A Pointer to a PcData structure, which should be freed
484 * copy a string into a Pcdata structure
490 * A Pointer to a PcData structure
496 SmlPcdataPtr_t pcdata; local
502 /* Allocate the PcData Structure */
503 pcdata = (SmlPcdataPtr_t)smlLibMalloc((MemSize_t)sizeof(SmlPcdata_t));
504 if (! pcdata)
506 smlLibMemset (pcdata, 0, (MemSize_t)sizeof(SmlPcdata_t));
508 /* Set the PcData Structure *
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 

Completed in 289 milliseconds