Home
last modified time | relevance | path

Searched defs:readerIn (Results 1 – 2 of 2) sorted by relevance

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/
H A DRtfParser.java485 public void importRtfDocument(InputStream readerIn, RtfDocument rtfDoc) throws IOException { in importRtfDocument()
516 …public void importRtfDocumentIntoElement(Element elem, InputStream readerIn, RtfDocument rtfDoc) t… in importRtfDocumentIntoElement()
549 public void convertRtfDocument(InputStream readerIn, Document doc) throws IOException { in convertRtfDocument()
574 …public void importRtfFragment(InputStream readerIn, RtfDocument rtfDoc, RtfImportMappings importMa… in importRtfFragment()
622 private void init(int type, RtfDocument rtfDoc, InputStream readerIn, Document doc, Element elem) { in init()
784 private PushbackInputStream init_Reader(InputStream readerIn) { in init_Reader()
/dports/devel/omniORB/omniORB-4.2.4/src/appl/omniNames/
H A DReadersWritersLock.h47 void readerIn(void) { in readerIn() function