Home
last modified time | relevance | path

Searched refs:withNamedCharRef (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/jade/jade-1.2.1/spam/
H A DCopyEventHandler.cxx63 void CopyEventHandler::withNamedCharRef(const StringC &str, in withNamedCharRef() function in SP_NAMESPACE::CopyEventHandler
66 withNamedCharRef(str.data(), str.size(), loc); in withNamedCharRef()
161 withNamedCharRef(p, n, loc); in writeData()
164 void CopyEventHandler::withNamedCharRef(const Char *p, size_t n, in withNamedCharRef() function in SP_NAMESPACE::CopyEventHandler
200 withNamedCharRef(&c, 1, event->location()); in reOrigin()
208 withNamedCharRef(event->data(), event->dataLength(), event->location()); in sSep()
217 withNamedCharRef(&c, 1, event->location()); in ignoredRs()
496 withNamedCharRef(delim, delimLoc); in literal()
872 withNamedCharRef(syntax_->delimGeneral(iter.delimGeneral()), loc); in outputMarkup()
902 withNamedCharRef(iter.charsPointer(), iter.charsLength(), loc); in outputMarkup()
[all …]
H A DCopyEventHandler.h91 void withNamedCharRef(const StringC &, const Location &loc);
92 void withNamedCharRef(const Char *p, size_t n, const Location &loc);
/dports/textproc/opensp/OpenSP-1.5.2/spam/
H A DCopyEventHandler.cxx63 void CopyEventHandler::withNamedCharRef(const StringC &str,
66 withNamedCharRef(str.data(), str.size(), loc);
161 withNamedCharRef(p, n, loc);
164 void CopyEventHandler::withNamedCharRef(const Char *p, size_t n,
200 withNamedCharRef(&c, 1, event->location());
208 withNamedCharRef(event->data(), event->dataLength(), event->location());
217 withNamedCharRef(&c, 1, event->location());
496 withNamedCharRef(delim, delimLoc);
872 withNamedCharRef(syntax_->delimGeneral(iter.delimGeneral()), loc);
902 withNamedCharRef(iter.charsPointer(), iter.charsLength(), loc);
[all …]
H A DCopyEventHandler.h91 void withNamedCharRef(const StringC &, const Location &loc);
92 void withNamedCharRef(const Char *p, size_t n, const Location &loc);