Home
last modified time | relevance | path

Searched refs:currentTokenStart (Results 1 – 11 of 11) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DMarkup.cxx147 chars_.append(in->currentTokenStart(), length); in addReservedName()
168 chars_.append(in->currentTokenStart(), length); in addSdReservedName()
206 chars_.append(in->currentTokenStart(), length); in addS()
237 chars_.append(in->currentTokenStart(), length); in addName()
256 chars_.append(in->currentTokenStart(), length); in addNumber()
266 chars_.append(in->currentTokenStart(), length); in addNameToken()
276 chars_.append(in->currentTokenStart(), length); in addAttributeValue()
286 chars_.append(in->currentTokenStart(), length); in addShortref()
H A DparseAttribute.cxx32 text.addChars(currentInput()->currentTokenStart(), in parseAttributeSpec()
61 text.addChars(currentInput()->currentTokenStart(), in parseAttributeSpec()
173 text.addChars(currentInput()->currentTokenStart(), in parseAttributeValueSpec()
198 text.addChars(currentInput()->currentTokenStart(), in parseAttributeValueSpec()
H A DparseCommon.cxx35 buf += *currentInput()->currentTokenStart(); in parseProcessingInstruction()
201 StringMessageArg(StringC(currentInput()->currentTokenStart(), in parseLiteral()
293 for (const Char *p = in->currentTokenStart(); p < lim; p++) { in parseNumericCharRef()
307 for (const Char *p = in->currentTokenStart(); p < lim; p++) { in parseNumericCharRef()
H A DParserState.h378 return currentInput()->currentTokenStart()[0]; in currentChar()
384 return StringC(currentInput()->currentTokenStart(), in currentToken()
392 str.assign(in->currentTokenStart(), in->currentTokenLength()); in getCurrentToken()
H A DparseInstance.cxx269 SSepEvent(currentInput()->currentTokenStart(), in doContent()
278 IgnoredCharsEvent(currentInput()->currentTokenStart(), in doContent()
289 StringMessageArg(StringC(currentInput()->currentTokenStart(), in doContent()
356 const Char *s = in->currentTokenStart(); in handleShortref()
406 currentInput()->currentTokenStart(), in parsePcdata()
H A DparseSd.cxx199 currentMarkup()->addS(currentInput()->currentTokenStart()[i]); in doInit()
202 currentInput()->currentTokenStart() in doInit()
3003 if (!stringToNumber(currentInput()->currentTokenStart(), in parseSdParam()
3064 if (!stringToNumber(in->currentTokenStart(), in parseSdParamLiteral()
3122 const Char *p = currentInput()->currentTokenStart(); in parseSdParamLiteral()
H A DparseDecl.cxx141 SSepEvent(currentInput()->currentTokenStart(), in doProlog()
427 SSepEvent(currentInput()->currentTokenStart(), in doDeclSubset()
437 IgnoredCharsEvent(currentInput()->currentTokenStart(), in doDeclSubset()
3092 IgnoredCharsEvent(currentInput()->currentTokenStart(), in parseMarkedSectionDeclStart()
3210 IgnoredCharsEvent(currentInput()->currentTokenStart(), in handleMarkedSectionEnd()
H A DParserState.cxx645 const Char *p = in->currentTokenStart(); in getCurrentToken()
H A DparseParam.cxx976 text.addChars(currentInput()->currentTokenStart(), in parseAttributeValueParam()
H A DSOEntityCatalog.cxx1123 param_.assign(in_->currentTokenStart(), in_->currentTokenLength()); in parseName()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DInputSource.h34 const Char *currentTokenStart() const;
210 const Char *InputSource::currentTokenStart() const in currentTokenStart() function