Home
last modified time | relevance | path

Searched refs:noteCharRef (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DInputSource.h58 void noteCharRef(Index replacementIndex, const NamedCharRef &);
198 void InputSource::noteCharRef(Index replacementIndex, const NamedCharRef &ref) in noteCharRef() function
200 origin_->noteCharRef(replacementIndex, ref); in noteCharRef()
H A DLocation.h133 virtual void noteCharRef(Index replacementIndex, const NamedCharRef &) = 0;
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DInternalInputSource.cxx38 noteCharRef(startIndex() + (cur() - start()), ref); in pushCharRef()
H A DLocation.cxx24 void noteCharRef(Index replacementIndex, const NamedCharRef &);
238 void InputSourceOriginImpl::noteCharRef(Index replacementIndex, in noteCharRef() function in SP_NAMESPACE::InputSourceOriginImpl
H A DExtendEntityManager.cxx1044 noteCharRef(startIndex() + (cur() - start()), ref); in pushCharRef()